The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
Ok php guru's (adding sidebar to showthread)
I've been playing around with the sidebar code for the past couple days, trying to figure out where I can add the default vBulletin sidebar
Last night, I was able to successfully add it to FORUMDISPLAY Today (or for the past hour or so anyway), I've been trying to add it to SHOWTHREAD. It's MOSTLY successful, however, there's an error at the top of the page: Code:
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at [path]/showthread.php:1) in [path]/includes/facebook/facebook.php on line 37 This is the code I'm currently using.... In showthread.php, I've added: PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
PHP Code:
HTML Code:
,sidebar.css,tagcloud.css {vb:cssfile HTML Code:
toolsmenu.css,postlist.css,showthread.css,postbit.css,options.css,attachment.css,poll.css,lightbox.css} HTML Code:
,sidebar-ie.css,tagcloud.css HTML Code:
{vb:cssfile toolsmenu-ie.css,postlist-ie.css,showthread-ie.css,postbit-ie.css,poll-ie.css} HTML Code:
<vb:if condition="$show['sidebar']"> <script type="text/javascript" src="{vb:stylevar yuipath}/animation/animation-min.js?v={vb:raw vboptions.simpleversion}"></script> <script type="text/javascript"> var sidebar_align = '{vb:raw show.sidebarposition}'; var content_container_margin = parseInt('{vb:math {vb:stylevar forum_sidebar_width}+{vb:math {vb:stylevar padding}*2}}'); var sidebar_width = parseInt('{vb:stylevar forum_sidebar_width}'); </script> <script type="text/javascript" src="{vb:raw vboptions.bburl}/clientscript/vbulletin-sidebar.js?v={vb:raw vboptions.simpleversion}"></script> </vb:if> HTML Code:
{vb:raw headinclude_bottom} HTML Code:
<vb:if condition="$show['sidebar']"> <div id="content_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="contentright"</vb:if>> <div id="content"> </vb:if> HTML Code:
<div id="pagetitle" class="pagetitle"> <h1> {vb:rawphrase thread}: <span class="threadtitle"><a href="{vb:raw thread_url}" title="{vb:rawphrase reload_this_page}">{vb:raw threadinfo.title}</a></span> </h1> <vb:if condition="$show['fb_likebutton']"> {vb:raw fblikebutton} </vb:if> </div> HTML Code:
<vb:if condition="$show['sidebar']"> </div> </div> <div id="sidebar_container"<vb:if condition="$show['sidebarposition'] == 'left'"> class="sidebarleft"</vb:if>> <a id="sidebar_button_link" href="#"> <vb:if condition="$show['sidebarposition'] == 'left'"> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed-left.png" alt="" /> <vb:else /> <img id="sidebar_button" src="{vb:stylevar imgdir_misc}/tab-collapsed.png" alt="" /> </vb:if> </a> <ul id="sidebar"> {vb:raw sidebar} </ul> </div> </vb:if> HTML Code:
{vb:raw footer} This one is racking my brains a bit lol. Any ideas? |
#2
|
|||
|
|||
I don't think I qualify as a php guru, but maybe check the very top of showthread.php and make sure there aren't any extra characters there by mistake.
|
#3
|
||||
|
||||
That was one of the first things I checked lol. I even downloaded a fresh copy of vBulletin 4.1.7, re-edited showthread.php, and still get the error. The Facebook platform is somehow interfering in some way . When I disable facebook via the AdminCP options, the error goes away (go figure )
|
#4
|
||||
|
||||
Ok, here's a quick update. Got around to playing around with the sidebar for showthread again, and after REMOVING the code I added to showthread.php and reuploading the file I removed the code from, I still get that error. So it's obviously something to do with editing the showthread.php file. When I upload the original, unmodified showthread.php, the error goes away. Thoughts?
|
#5
|
|||
|
|||
What program you using to edit the file? I've seen other people post about a similar problem that apparently is caused by not using an editor that's specifically for coding.
|
#6
|
||||
|
||||
notepad
|
#8
|
||||
|
||||
LOL! Well...that did it! I've NEVER had a problem with notepad til now....which is strange :erm:. But, I re-edited another unmodified showthread.php file with notepad++ and uploaded, and no errors :up:
|
#9
|
||||
|
||||
Ok, end result....
Forumdisplay Showthread Beautiful |
Благодарность от: | ||
Curious Too |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|