vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Miscellaneous Hacks - Sidebar Column (https://vborg.vbsupport.ru/showthread.php?t=204773)

matthewhotdude 04-02-2010 04:31 PM

Love to know how to add another block,

akonze 04-17-2010 05:58 AM

does not work for me. I installed it and nothing changed.

matthewhotdude 04-17-2010 10:02 AM

Did you set your style i.d?

haytham 04-19-2010 04:09 AM

not working for me and I looked at the first post where usually any issues are fixed but didn't find any. As soon as I choose latest threads, I get a dbase error. I have seen others complain about this but didn't see a fix. Also, if I choose right side, it goes under the forum. It will only work on the left. I think it needs fixing then it would be really great. Thank you.

KelliH 04-23-2010 02:49 AM

It installed this mod to use it as a location for a rotating banner. I was able to accomplish this using the Cyb Flash Banner Rotator. Problem is that the column only displays when I have it set to display on "Index" page and when I set it to display on "All Pages" the column does not display. Now it works fine and displays on All Pages when I use the default vb skin, but not on either of my custom skins.

I know there must be a simple template edit I can do on my custom skins to make the column display on All Pages, but I cannot figure out which template to edit to make this work. Can anyone offer advice?

Naan-Kadavul 04-25-2010 06:43 AM

superb mod...

ckelley 04-30-2010 03:08 PM

Ok, I was working on trying to figure out why the path for th e"No Avatar" option was not working. Or, not showing the image that the path leads to for the default avatar. I have been going over the code and cannot figure out what the issue is. Can someone please take a look at the code quoted below and let me know if there is something there that should not be or if there is something that should be there that is not? thanks for the assistance.

Quote:

// not using a predefined avatar, check for custom
if ($avatar = $db->query_first("SELECT dateline, userid FROM " . TABLE_PREFIX . "customavatar WHERE userid = " . $vbulletin->userinfo[userid] . ""))
{
// using a custom avatar
$navbaravatarurl = ($vbulletin->options['usefileavatar']) ? "" . $vbulletin->options[avatarurl] . "/avatar$avatar[userid]_" . $vbulletin->userinfo[avatarrevision] . ".gif" : "" . $vbulletin->options[bburl] . "/image.php?u=" . $vbulletin->userinfo['userid'] . "&dateline=" . $avatar['dateline'] . "";
$sc_avatar = "<img src=\"$navbaravatarurl\" alt=\"Your Avatar\" border=\"0\" />";
}
else
{
// no avatar specified
$noavatarurl = $vbulletin->options['default_noavatar_url'];
$nouseavatarchecked = HTML_CHECKED;
$avatarchecked[0] = '';
$sc_avatar = "<img src=\"" . $vbulletin->options[bburl] . "/$noavatarurl\" alt=\"Your Avatar\" border=\"0\" />"; // "<span class=\"smallfont\">No Avatar<br/ >Specified</span>";

ckelley 04-30-2010 05:25 PM

Ok, I do have one other issue. When you look at the side bar blocks, the "User Information" block title actually says "User Infomation" leaving the "R" out of information. Now, I did nothing with that, I can;t efven find the right file to make the correction. Any help with that would be great.

Also, I know this mod is unsupported, I am just trying to get ideas from those that have experience with it.

thanks

Check out the error @ www.syntheticmotorsports.org

Trip 04-30-2010 07:52 PM

It's probably a phrase. Do a search in the phrases group (product=sidebar) using the typo, then just replace that mis-spelling with whatever you want.

ckelley 04-30-2010 09:00 PM

That worked just dandy for the spelling mistake. Thank you.


All times are GMT. The time now is 09:24 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.01592 seconds
  • Memory Usage 1,736KB
  • 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_quote_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