vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Left Sidebar on all pages. (https://vborg.vbsupport.ru/showthread.php?t=59781)

Dark_Wizard 01-05-2004 10:00 PM

Left Sidebar on all pages.
 
Provides a left, right or both sidebars on all pages.

FleaBag 01-06-2004 01:11 PM

Any possibility of a screenshot?

Dark_Wizard 01-06-2004 01:16 PM

Quote:

Originally Posted by FleaBag
Any possibility of a screenshot?


Here you go....

hume 01-06-2004 01:43 PM

wow very nice mod
thz for sharing

Dark_Wizard 01-06-2004 01:50 PM

Quote:

Originally Posted by hume
wow very nice mod
thz for sharing

Your welcome...please click install if you use this, thx!

subu1 01-06-2004 02:22 PM

cool i install it at evening;)

greetz subu1

Stadler 01-06-2004 02:27 PM

mmh ... it's broken in Firebird (Gecko/20040102 Firebird/0.7+)

Dark_Wizard 01-06-2004 02:31 PM

Quote:

Originally Posted by Stadler
mmh ... it's broken in Firebird (Gecko/20040102 Firebird/0.7+)

Hmmm...strange. Can you post a screenshot?

Stadler 01-06-2004 02:36 PM

works now ... probably just a rendering-problem, when loading the page the first time. The left bar filled the whole window, when I've looked at the demo for the first time. I'm having similar problems with gamespot from time to time, btw, so never mind

Dark_Wizard 01-06-2004 02:47 PM

Quote:

Originally Posted by Stadler
works now ... probably just a rendering-problem, when loading the page the first time. The left bar filled the whole window, when I've looked at the demo for the first time. I'm having similar problems with gamespot from time to time, btw, so never mind

Ok...cause I checked and the code is compliant...

Martz 01-06-2004 02:58 PM

Is there any chance:
Code:

Add this above:
************************************************************
eval('$sidebar = "' . fetch_template('sidebar') . '";');

Could go in the php include?

subu1 01-06-2004 03:15 PM

ups i have a errot on my index.php

Fatal error: Call to undefined function: fetch_template() in /home/virtual/site1/fst/var/www/html/board/global.php on line 333

i don' have this on my vb 2.2.8

PHP Code:

Open global.php and find this:
************************************************************
eval(
'$header = "' fetch_template('header') . '";');
************************************************************
Add this above:
************************************************************
eval(
'$sidebar = "' fetch_template('sidebar') . '";'); 

on my global.php find this

PHP Code:

eval("\$header .= \"".gettemplate('header')."\";"); 

what can i do?

Dark_Wizard 01-06-2004 04:23 PM

Quote:

Originally Posted by subu1
ups i have a errot on my index.php

Fatal error: Call to undefined function: fetch_template() in /home/virtual/site1/fst/var/www/html/board/global.php on line 333

i don' have this on my vb 2.2.8

PHP Code:

Open global.php and find this:
************************************************************
eval(
'$header = "' fetch_template('header') . '";');
************************************************************
Add this above:
************************************************************
eval(
'$sidebar = "' fetch_template('sidebar') . '";'); 

on my global.php find this

PHP Code:

eval("\$header .= \"".gettemplate('header')."\";"); 

what can i do?

:rolleyes: This is for vb3.0...hence the forum name "Code Modifications vB3"...you need to remove this hack.

TheAnt 01-06-2004 07:41 PM

wow, it's strange how all that code is identical to mine.

Dark_Wizard 01-06-2004 08:19 PM

Quote:

Originally Posted by TheAnt
wow, it's strange how all that code is identical to mine.

Huh? Dude...the only thing thats the same is the variable $sidebar...other than that you can go around saying that for anyones hack....mellow out.

MGM 01-06-2004 11:35 PM

niiiiiice! I'm adding this for sure..... and I'll be merging it somewhat with the one TheAnt created to have the "stats" there as well ;)

plusss..... it looks better on the left :p

[high]* MGM clicks Install
[/high]

MGM out

dsotmoon 01-07-2004 12:06 AM

is there anyway to make this where it only shows on the forums index page and after clicking on a forum the showthreads page would widen to 100% (no side bar)

MGM 01-07-2004 12:17 AM

you'll have to use TheAnt's version to do that, because his is only on forumhome I believe

MGM out

Dark_Wizard 01-07-2004 09:25 AM

Quote:

Originally Posted by MetalGearMaster
you'll have to use TheAnt's version to do that, because his is only on forumhome I believe

MGM out

Thats correct...

assassingod 01-07-2004 08:23 PM

How is your hack different from a previously released one (https://vborg.vbsupport.ru/showpost....96&postcount=1)?

HiDeo 01-07-2004 08:24 PM

Very nice :D

Dark_Wizard 01-07-2004 08:27 PM

Quote:

Originally Posted by assassingod
How is your hack different from a previously released one (https://vborg.vbsupport.ru/showpost....96&postcount=1)?

It appears on all vb's pages not just the forum home.

assassingod 01-07-2004 08:28 PM

Thanks:)

Dark_Wizard 01-07-2004 08:55 PM

Quote:

Originally Posted by assassingod
Thanks:)


Your welcome. ;)

Nmidia 01-08-2004 04:46 AM

Quote:

Originally Posted by Dark_Wizard
Your welcome. ;)

Can you take a look at my site

http://legionsofloki.com/Forum

the side bar has added fine (on the second attempt but that was my fault! - I edited the offline version of config.php and upped it - boom!!!!) but it has not aligned with the top of the page. Is there a fix for this? Thanks

Nmidia 01-08-2004 04:49 AM

Quote:

Originally Posted by Nmidia
Can you take a look at my site

http://legionsofloki.com/Forum

the side bar has added fine (on the second attempt but that was my fault! - I edited the offline version of config.php and upped it - boom!!!!) but it has not aligned with the top of the page. Is there a fix for this? Thanks

on the subject of sidebars, anyone know how I could get something like the Shoutbox or another sidebar to permanantly reside on the right hand side as well as the left?

Cheers

Dark_Wizard 01-08-2004 09:31 AM

Quote:

Originally Posted by Nmidia
Can you take a look at my site

http://legionsofloki.com/Forum

the side bar has added fine (on the second attempt but that was my fault! - I edited the offline version of config.php and upped it - boom!!!!) but it has not aligned with the top of the page. Is there a fix for this? Thanks

The box is where it's supposed to be the navbar adds extras <br />'s in there...you can edit the navbar template to bring the forums higher or add a <br /> to the to top of the sidebar template.

Dark_Wizard 01-08-2004 09:34 AM

Quote:

Originally Posted by Dark_Wizard
The box is where it's supposed to be the navbar adds extras <br />'s in there...you can edit the navbar template to bring the forums higher or add a <br /> to the to top of the sidebar template.

Edit this part in my instructions:

where it says to add this above the footer:
PHP Code:

<!-- Sidebar -->
        </
td>
    </
tr>
</
table>
<!-- /
Sidebar --> 

Change it to this instead:
PHP Code:

<!-- Sidebar -->
        </
td>
 <
td align="right" valign="top">$shoutbox</td>
    </
tr>
</
table>
<!-- /
Sidebar --> 


Nmidia 01-08-2004 10:10 AM

Quote:

Originally Posted by Dark_Wizard
The box is where it's supposed to be the navbar adds extras <br />'s in there...you can edit the navbar template to bring the forums higher or add a <br /> to the to top of the sidebar template.

Ahh yes, why didn't I think of that. Oh, yes, cos I'm a muppet:) Thanks

subu1 01-10-2004 07:23 AM

Quote:

Originally Posted by Dark_Wizard
:rolleyes: This is for vb3.0...hence the forum name "Code Modifications vB3"...you need to remove this hack.

ups :rolleyes: :rolleyes: :rolleyes:

can everybody take that for vb2

danbc 01-13-2004 02:05 PM

Dark Wizard:

How did You make the COD links scroller on the bottom left?

Dark_Wizard 01-13-2004 03:50 PM

Quote:

Originally Posted by danbc
Dark Wizard:

How did You make the COD links scroller on the bottom left?

It's just a simple marquee...very easy to do.

danbc 01-13-2004 03:59 PM

Ahhh, okie :)

StarCraft 01-16-2004 09:46 PM

Thanks for this nice mod...all works fine for me but only in the showthread i have problems with the width.

Look at the PIX...hope anyone can help

gmarik 01-17-2004 07:46 AM

simple but good

VeoMorphine 01-20-2004 01:43 PM

just an FYI: http://www.dpclan.us/forums/memberli...sts&pp=30&ltr=

the members list seems to break from this.

Dark_Wizard 01-20-2004 01:59 PM

Quote:

Originally Posted by VeoMorphine
just an FYI: http://www.dpclan.us/forums/memberli...sts&pp=30&ltr=

the members list seems to break from this.

Looks fine to me...can you be more specific, like browser and version etc...

Wolfy.2k 01-21-2004 04:14 PM

hey, will this hack work wit vbindex?

rinkrat 01-22-2004 03:48 AM

Just a heads up if you are upgrading to RC3, you'll have to do the global.php edit again then you're back up and running.

Dark_Wizard 01-22-2004 09:22 AM

Quote:

Originally Posted by Wolfy.2k
hey, will this hack work wit vbindex?

Yes.....


All times are GMT. The time now is 04:49 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01582 seconds
  • Memory Usage 1,834KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (6)bbcode_php_printable
  • (18)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete