vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Miscellaneous Hacks - Ultimate Side Columns 2.2 (https://vborg.vbsupport.ru/showthread.php?t=175181)

Anne Lise 01-03-2010 10:43 PM

It only shows on the mainpage :)

grey_goose 01-18-2010 05:03 PM

Is there somewhere people share modules? I'd like a side column of recently replied threads like what vBA's portal does...

MagicThemeParks 01-20-2010 11:52 AM

What a great mod! :up:

Installed to 3.84 without any issues! Thanks!

grey_goose 01-21-2010 11:05 PM

Can someone help me out and stick vbispy in a block and share the code?

edward hamilton 01-22-2010 05:44 PM

I've been using this mod for more than a year but there is one thing that I'd like to fix.

After logging out members are sent to this page
PHP Code:

../forums/login.php?do=logout&logouthash

and the following code is found in the source code for that page.

PHP Code:

<!-- BEGIN TEMPLATEusc_table_end -->
</
td>

</
tr>
</
table>

<!-- 
END TEMPLATEusc_table_end --> 

This is causing some problems and I'd like to add a conditional statement in the usc_table_end template but don't know what condition would indicate that the visitor is looking at
PHP Code:

../forums/login.php?do=logout&logouthash

Any ideas would be appreciated. I want to use something like in the usc_table_end template
PHP Code:

<if condition!="???"></td>
$usc_right
</tr>
</
table></if> 

I know this is incorporated in v4.0 but I'm not running PHP5 on my server yet so I've got to deal with what I have.

edward hamilton 01-23-2010 02:23 PM

I hope this helps someone else. I've added this to the usc_table_end template
PHP Code:

<if condition="$dontshow"><!-- don't show --><else /></td>
$usc_right
</tr>
</table></if> 

and
PHP Code:

$dontshow='1'

to the top of the login.php file

wacnstac 01-29-2010 11:39 AM

I've been using this product for 6 months now and like an earlier poster, I am having this problem:

When you go into FAQ and try to show BBCODES at the following URL:
PHP Code:

http://www.wisconsinoutdoorsman.com/forum/misc.php?do=bbcode



You get an error:
PHP Code:

Fatal errorCannot use assign-op operators with overloaded objects nor string offsets in /home/wiscon/public_html/forum/misc.php(482) : eval()'d code on line 1



Tried fixing by adding an exception for misc on this line in the .xml file but no workie:
PHP Code:

            <phpcode><![CDATA[if((THIS_SCRIPT != 'profile') || (THIS_SCRIPT != 'misc'))





FitgirlWorld 02-14-2010 04:44 PM

On index, forumhome, forumdisplay the side column is fine. However for some reason only on "showthread" the sidecolum expands the page so wide it doesnt fit on the screen and you have to scroll left and right.

this ONLY happens on the showthread template and NONE of the others.

any ideas?

ecky 03-06-2010 07:48 AM

Are there any plans to update this, or is there a comparable side column mod available for vB4.0.2?

Cricistan 03-31-2010 07:39 AM

Question: Is it possible to enable it for one style and disable it for another?


All times are GMT. The time now is 09:19 AM.

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.02414 seconds
  • Memory Usage 1,751KB
  • 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
  • (9)bbcode_php_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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