Jump to content


Nuclear General's Blog



Photo

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

Posted by Nuclear General, in Bottom Bar Tutorials 30 March 2010 - - - - - - · 130 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

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 =...


Photo

From: Download: Bottom Bar (Beta 1) - Adding Visibility for Guests

Posted by Nuclear General, in Bottom Bar Tutorials 10 March 2010 - - - - - - · 83 views

Heres a little tutorial on how to get it running for Guests on your board.

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

if ( ! $this->member->getProperty('member_id') )
{
return...