Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Happy Holidays from the GTANet team!

Sorry Bother You Again....


Dome Piece
 Share

Recommended Posts

Like I said, Sorry to ask more questions again.

 

Can you please tell me how to get the links to all the forums and categories to show up on the left of the site like you have here.

 

I assume it will go in Board Wrappers after aligning the board to the right.

 

Is this a mod or did you create it yourselves? If its a mod, can you please link me.

 

Thanks again. smile.gif - Dome Piece

Link to comment
Share on other sites

Some guy at Invisionize/InvisionPlanet/whatever it is/was called made it, but it was never properly released as a mod. Then Azkoyen and illspirit tweaked it, as far as I know. All the links are generated automatically, so it's not just the board wrapper that needs fiddling.

 

The topic where the guy explains it is archived now, but I think I have it on disk somewhere... I'll try and hunt it down.

Link to comment
Share on other sites

That is for IPB forums 1.0+ only I believe. I doubt it will work on IPB 2.0.0+

 

It is possible, I might just try to get it to work on our forum, viddeh music.gif

 

I just need to figure out how to get the list of permissions etc. I'll see how far I come.

8jjZhSV.jpg

Link to comment
Share on other sites

That is for IPB forums 1.0+ only I believe. I doubt it will work on IPB 2.0.0+

 

Ive got 1.2 So It should work. Even mods for 1.3 work on 1.2 as far as I know. smile.gif - Dome Piece

Link to comment
Share on other sites

That is for IPB forums 1.0+ only I believe. I doubt it will work on IPB 2.0.0+

 

It is possible, I might just try to get it to work on our forum, viddeh music.gif

 

I just need to figure out how to get the list of permissions etc. I'll see how far I come.

vinneh* tounge.gif

 

Oh, you've got 1.2, excellent. It should work quite well then.

9zkgc.png

Link to comment
Share on other sites

I followed the instructions exactly, yet I get this error now when trying to access the forum:

 

 

Warning: do_output(./sources/side_panel.php): failed to open stream: No such file or directory in /home/dome99/public_html/forums/sources/functions.php on line 2043

 

Warning: do_output(): Failed opening './sources/side_panel.php' for inclusion (include_path='.:/usr/lib/php:/usr/local/lib/php') in /home/dome99/public_html/forums/sources/functions.php on line 2043

 

Fatal error: Call to undefined function: left_forum_list() in /home/dome99/public_html/forums/sources/functions.php on line 2044

 

(Im not worried, Ive got everything backed up)

 

 

This is the bit in the instructions that messes it up:

 

Now we need a place from where we cann those nice functions. You can guess it, it's 'sources/functions.php'. Open that file and find:

// Get the template

 

$ibforums->skin['template'] = str_replace( "<% CSS %>" , $css , $ibforums->skin['template']);

 

Right below the line

// Get the template

Insert this code

CODE

include("./sources/side_panel.php");

$left_panel = left_forum_list();

$left_panel .= left_link_list();

$ibforums->skin['template'] = str_replace( "<% LEFTPANEL %>"      , $left_panel              , $ibforums->skin['template']);

 

The // Get the template bit is in functions.php looks like this:

 

   

        //---------------------------------------

        // Get the template

        //---------------------------------------

 

The instructions say to insert this code:

 

include("./sources/side_panel.php");

$left_panel = left_forum_list();

$left_panel .= left_link_list();

$ibforums->skin['template'] = str_replace( "<% LEFTPANEL %>"      , $left_panel              , $ibforums->skin['template']);

Directly after // Get the template.

 

Therefore should I put it before the //--------------------------------------- or after it? - Dome Piece

Link to comment
Share on other sites

I actually had forgot to create the file side_panel.php and upload it.

 

Now that Ive done that, Im getting a different error.

 

 

Fatal error: Call to undefined function: left_box_start() in /home/dome99/public_html/forums/sources/side_panel.php on line 45

 

Any ideas ? - Dome Piece

Link to comment
Share on other sites

Can one of you guys tell me how to get friendly URLs?

 

Im assuming that you used a mod, the most likely THIS ONE.

 

And also, In what file do I need to add the Meta tags ?

 

Cheers again. - Dome Piece

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.