Dome Piece Posted November 15, 2005 Share Posted November 15, 2005 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. - Dome Piece Link to comment Share on other sites More sharing options...
adamcs Posted November 15, 2005 Share Posted November 15, 2005 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 More sharing options...
brad352 Posted November 15, 2005 Share Posted November 15, 2005 (edited) Here are the instructions Demo, after a bit of tweaking Edited November 15, 2005 by brad352 Link to comment Share on other sites More sharing options...
Vin. Posted November 15, 2005 Share Posted November 15, 2005 That is for IPB forums 1.0+ only I believe. I doubt it will work on IPB 2.0.0+ Link to comment Share on other sites More sharing options...
vALKYR Posted November 15, 2005 Share Posted November 15, 2005 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 I just need to figure out how to get the list of permissions etc. I'll see how far I come. Link to comment Share on other sites More sharing options...
Dome Piece Posted November 15, 2005 Author Share Posted November 15, 2005 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. - Dome Piece Link to comment Share on other sites More sharing options...
Vin. Posted November 16, 2005 Share Posted November 16, 2005 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 I just need to figure out how to get the list of permissions etc. I'll see how far I come. vinneh* Oh, you've got 1.2, excellent. It should work quite well then. Link to comment Share on other sites More sharing options...
Dome Piece Posted November 16, 2005 Author Share Posted November 16, 2005 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 More sharing options...
adamcs Posted November 16, 2005 Share Posted November 16, 2005 Shouldn't really matter.. aslong as none of the code is on the same line as the //----------- Link to comment Share on other sites More sharing options...
Dome Piece Posted November 16, 2005 Author Share Posted November 16, 2005 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 More sharing options...
Barbaneez Posted November 16, 2005 Share Posted November 16, 2005 (edited) ... Edited December 14, 2008 by Barbaneez Link to comment Share on other sites More sharing options...
TheReaper Posted November 17, 2005 Share Posted November 17, 2005 wats the website Link to comment Share on other sites More sharing options...
Dome Piece Posted November 19, 2005 Author Share Posted November 19, 2005 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 More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now