Jump to content


Nuclear General's Blog



Photo

Adding FURL's To IP.Nexus Client Area

Posted by Nuclear General, in IP.Nexus Tutorials 20 October 2010 - - - - - - · 112 views

This tutorial will show you how can add FURL's (Friendly URL's) to the IP.Nexus Client Area.

Step 1: Go to ACP -> Look & Feel -> Select Skin -> skin_nexus_clients -> clientarea

Edit 1:
Replace All With:

{parse js_module="nexus"}
<h2...


Photo

Quick Update On Global Ads!

Posted by Nuclear General, in Modification Development Updates 26 April 2010 - - - - - - · 59 views

Hello Ladies & Gentlemen,

I am pleased to announce a new Topic View feature along with three(3) new applications supported by Global Ads!

To begin, I'll start off with -Calypso-'s iAdvertisement System mod. I have added support for this mod in these various locations:
You may view a demo of this here on the TS site:...


Photo

Adding a "PayPal Hosted Button ID" Feature for IPBE MarketPlace v3.0.6

Posted by Nuclear General, in IPBE MarketPlace Tutorials 21 April 2010 - - - - - - · 339 views

This tutorial will show you how you can add support for a PayPal hosted button ID. A PayPal hosted button ID is a feature from PayPal that allows you to setup recurring billing such as a Subscription for a Support Package; having a regular button that(buy now, pay now), when added, it could apply tax percentages that you setup through your PayPal...


Photo

From: Download: Bottom Bar 1.0.1 - Adding Extra Nav Links

Posted by Nuclear General, in Bottom Bar Tutorials 30 March 2010 - - - - - - · 129 views

OK. Try this method. (For this example, I am using the forum index link)

ACP -> Look & Feel -> Manage Languages -> Select Language (English (USA)) -> Bottombar tab -> public_lang,
Click on "Add String", settings should look like this: (You need...


Photo

Vogue Violet v3 - My First Commercial Skin

Posted by Nuclear General, in Skin Releases 27 March 2010 - - - - - - · 69 views

Hello,

I thought I would take the time to show off my first commercial skin which will be available very soon.

First, I would like start off by saying this skin has taken me about 2 weeks time from start to finish and complete in a fashionable way that I think most will like and become fond of. It is an array of slight pinkish to purple and violet colors....


Photo

April Fools Day Sale

Posted by Nuclear General, in Promotional Sales 26 March 2010 - - - - - - · 42 views

Hello,

I thought I would take the time to write up a Blog entry to the IPS Resources for the April Fools Day Sale I am having for my (NG30) Global Adverts mod and...


Photo

From: Download: Bottom Bar (Beta 2) - Adding the Bottom Bar UserCP Form to the Settings Tab

Posted by Nuclear General, in Bottom Bar Tutorials 19 March 2010 - - - - - - · 40 views

Go to FTP, open /admin/applications/core/extenstions/usercpForms.php,
Find:

if ( $this->memberData['g_attach_max'] != -1 )
{
$array[] = array(
'url' => 'area=attachments',
'title' =>...


Photo

From: Download: Bottom Bar (Beta 1) - Adding Visibility Feature For Members - Alternate Method #2

Posted by Nuclear General, in Bottom Bar Tutorials 14 March 2010 - - - - - - · 29 views

Here is a little tutorial on how to add a visibility feature for your members in their UserCP.

Step 1: Go to ACP -> Support Tab - SQL Toolbox and run the following SQL:
ALTER TABLE ibf_members ADD showbar TINYINT( 1 ) default 1

Step 2: Go to ACP -> Look & Feel -> Select Skin (You must use every skin you have)
Create a new...


Photo

From: Download: Bottom Bar (Beta 1) - Adding Visibility Feature For Members

Posted by Nuclear General, in Bottom Bar Tutorials 13 March 2010 - - - - - - · 95 views

Here is a little tutorial on how to add a visibility feature for your members in their UserCP.

Step 1: Go to ACP -> Support Tab - SQL Toolbox and run the following SQL:
ALTER TABLE ibf_members ADD showbar TINYINT( 1 ) default 1

Step 2: Go to ACP -> Look & Feel -> Select Skin (You must use every skin you have)
Create a new...


Photo

From: Download: Bottom Bar (Beta 1) - Changing Number Of Viewable PMs In Popup

Posted by Nuclear General, in Bottom Bar Tutorials 11 March 2010 - - - - - - · 35 views

Here is a little tutorial on how to change the number of PMs that show up when you click on "Inbox (*)" that show in the popup.

Step 1: Open up FTP and go to Forums Dir -> admin -> applications_addon -> other -> bottombar -> modules_public -> messages.php
Inside that file, Find:

$messages =...