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)
-   -   Welcome Panel Hack V1.1 [vB3.0.x] (https://vborg.vbsupport.ru/showthread.php?t=66969)

nathanaus 01-30-2005 10:20 AM

I have found another two issues.

It relates specifically to the hack as integrated into vBadvanced.

If the user arrives as a guest - no problem the "guest please resiter" avatar shows up.

If the user logs in and has their own avatar - again no problem their avatar shows up o nthe vbadnaced page.

However, if the registered user doesn't have an avatar, they don't get the "no avatar selected" avatar. They get nothing at all. But if they go to the forum itself they then get the "no avatar selected" avatar no problem. How do I fix this?

Second issue.

Again relates to VBadvance. If you turn off the vbadnaced "welcome panel" it turns off the showing of avatars on the welcome hack. It almost defeats the purpose to have the two welcome hacks working side by side, but you don't have a choice. Any way around this?

Polo 01-31-2005 03:31 PM

Quote:

Again relates to VBadvance. If you turn off the vbadnaced "welcome panel" it turns off the showing of avatars on the welcome hack. It almost defeats the purpose to have the two welcome hacks working side by side, but you don't have a choice. Any way around this?
I agree with nath.. i'm having the same issue

carolmyt 02-03-2005 02:59 PM

I also lost my breadcrumb list on the forum pages. I noticed someone else had this problem a while back, but I never saw an answer posted. It also looks like the support on this hack has disappeared. Can anybody help me out here?

SupremeWeapon 02-04-2005 05:53 AM

ive had this installed for a while now on 3.0.3 (i dont wanna upgrade:P) it installed fine on the dragon style. but im now undergoing routine maintnence and trying to put it on xtreme_fluid but when i try to edit the nav i get this

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/******/public_html/forums/index.php(610) : eval()'d code on line 109

i know many many many people here have gotten this yet there has yet to be a support response on this. any help?

biggkay 02-05-2005 02:08 PM

Quote:

Originally Posted by ambumann
Can anyone tell me why the counter in the navbar says

Threads: 5141
Posts: 50747

while the "what's up" stats says:

Threads: 4937
Posts: 50734

I'm having the same problem...Any way to fix this?

Rogue Pan 02-06-2005 02:19 AM

@biggkay
I believe it's counting the "soft" delete threads/posts. If they weren't physically removed. I noticed that for mine, and just removed the whole bottom statistics area anywayz, so it didn't really matter to me.

biggkay 02-07-2005 03:03 AM

Rouge Pan,
Is there any way to fix this so it doesn't count them?

Rogue Pan 02-07-2005 12:31 PM

If it's the "soft" delete threads/posts being counted, physically remove them. I am not even positive that is what it is though, I just believe that it is. Why have 2 statistics show anywayz, just remove the lower one..

cbr900racer22 02-07-2005 06:30 PM

Lovin it, thanks

guyincorby 02-07-2005 09:58 PM

Quote:

Originally Posted by nathanaus
Second issue.

Again relates to VBadvance. If you turn off the vbadnaced "welcome panel" it turns off the showing of avatars on the welcome hack. It almost defeats the purpose to have the two welcome hacks working side by side, but you don't have a choice. Any way around this?

There is a way to have the user avatar show up without having the "Vbadvanced Welcome Module" loaded.

Look for the code below in global php

Code:

$bbuserinfo['user_avatar']="<img src='{$bbuserinfo['user_avatar']}' alt='Edit Your Avatar' border='0'>";
and replace it with this.

Code:

$avatarurl = fetch_avatar_url($bbuserinfo['userid']);
$avatarurl = iif($avatarurl, $vboptions['bburl'] . '/' . $avatarurl, $stylevar['imgdir_misc'] . '/noavatar.gif');



The code needs cleaning up a bit but it works


All times are GMT. The time now is 02:25 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.01138 seconds
  • Memory Usage 1,740KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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