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)
-   -   [vB3 RC3] Welcome Hack v1.2 (https://vborg.vbsupport.ru/showthread.php?t=60451)

jeoworks 03-30-2004 10:40 PM

Thanks hwulex!

Great addition.

SVTOA 03-30-2004 11:46 PM

Quote:

Originally Posted by Preds
OK I figured out the PM Unread link issue... your instructions don't include the vBPhrase addition for "unread"

I added a global vBphrase Varname: "unread" with the Text: "Unread" and now the link works perfectly. You may want to add this to your instruction set, other than that GREAT job!

Nice job man! I thought maybe I messed up when I nstalled this on our board.
Your fix is just what I needed. THANKS!

Vivi Ornitier 03-31-2004 03:02 AM

for some reason, this hack keeps extending my forumhome's table width so it makes it look kinda weird. What's up with that? Any clue?

Ryan McBain 04-16-2004 08:06 AM

You get an error when loggin out if you upgraded to vb3.0.1. This hack has you replace the navbar template, which causes the error. Can we get an updated version of this hack for people who upgraded to 3.0.1?

Zelda-King 04-16-2004 12:24 PM

Quote:

Originally Posted by Vivi Ornitier
for some reason, this hack keeps extending my forumhome's table width so it makes it look kinda weird. What's up with that? Any clue?

Did you do the phrase edits?

Ryan McBain 04-17-2004 08:25 PM

Anyone?

Hwulex 04-18-2004 04:47 PM

I am a bit tied up at the moment as i've just been offered a new job 300 miles away, which I have to move for inside two weeks, and in that time I have a 7 day vacation. Sorry but I just don't have the time to look at fixes for v3.0.1. Hell, I didn't even know there was an upgrade. :(

The Dok 04-24-2004 01:46 PM

Hwulex,

I hope the move and job goes well and I'll just keep an eye for a reply.

Anyway, maybe someone else has seen this. I have vbadvanced. On the forum home the total amount of member isn't showing nor is the newest member. But on all other areas (vbadvanced included) it shows up correctly. And when in vbadvanced the number of members online double.... :confused:

Thanks in advanced,
TD

Jellymech 04-26-2004 07:10 PM

just installed it bro & its all good ;)

big thx for the hack :D

Capt. GannA 04-28-2004 07:54 PM

just downloaded the hack and was wondering how to edit the phrase text? :S

edit:

oops didnt read the above posts before posting. im also using 3.0.1 :(

SVTOA 05-27-2004 03:46 AM

Quote:

Originally Posted by Ryan McBain
You get an error when loggin out if you upgraded to vb3.0.1. This hack has you replace the navbar template, which causes the error. Can we get an updated version of this hack for people who upgraded to 3.0.1?


I'm not getting any sort of error and I upgraded to 3.0.1... Works perfectly...

tHe Rk 05-27-2004 08:40 PM

Quote:

Originally Posted by SVTOA
I'm not getting any sort of error and I upgraded to 3.0.1... Works perfectly...

Actually when I click "logout" it says "An error occurred while attempting to log you out. Click here to log out."

When you "Click here" It says: "All cookies cleared!

Return to the page you were previously viewing
Go to forums index"

I think this is what he is talking about. This happens to me on 3.0.1

DiscussAnything 05-29-2004 09:50 AM

Got a fix for you guys on 3.0.1

The hack has you insert all of the code, which is the following, for the logout portion
Quote:

<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout" onclick="return log_out()">$vbphrase[log_out]</a></td>
To fix the error, simply add &u=$bbuserinfo[userid] at the end of the a href so it should read
Quote:

<td class="vbmenu_control"><a href="login.php?$session[sessionurl]do=logout&u=$bbuserinfo[userid]" onclick="return log_out()">$vbphrase[log_out]</a></td>
Let me know if that works for you, did the charm for me.

konstance 06-14-2004 12:09 PM

so, is this pretty stable with latest version of vBulletin 3.0.1?

OCH-Stan 06-15-2004 01:47 PM

OK, works fine for 3.0.1. But what happened to the Users Online?

DiscussAnything 06-21-2004 08:20 AM

I am not sure, I modified the template a good amount. There is language code for users online.

If you'd like I can copy/paste my navbar code for you.

Baptizer 06-25-2004 03:04 AM

I noticed that this welcome bar's TOTAL POSTS does not count posts that are in non-active (closed) forums. Any idea how I can get this to include the posts that are in these forums as well?

Vman 06-26-2004 06:57 AM

Does this even work with 3.0.1! I ask because I installed it and nothing is showing except for "Who's Online".....

And if it does, what changes do I need to do to make it work!!!

Thanks

amseven 06-27-2004 05:45 AM

Ive got everything done up to where Im suppost to 'edit phrase 1, etc' I dont know how to edit phrases, could someone give me a quick tip?

amseven 06-27-2004 06:05 AM

nevermind... got it.

shadow187 06-27-2004 10:37 AM

Great hack dude,

Installed it an works ok for me here on VB3.01

--Clicked Install :) --

S.

Vman 06-28-2004 02:43 AM

Quote:

Originally Posted by BBCVman
Does this even work with 3.0.1! I ask because I installed it and nothing is showing except for "Who's Online".....

And if it does, what changes do I need to do to make it work!!!

Thanks

OK, I figured it out!!! Thanks....But now that I have not read all the posts, which I will do, but hoping someone could just point me into the right direction on this issue now...

The "PM" is not highlighted for a member to get his PM's! was there a correction for this?

Vman 06-28-2004 02:45 AM

Quote:

Originally Posted by DiscussAnything
Got a fix for you guys on 3.0.1

The hack has you insert all of the code, which is the following, for the logout portion


To fix the error, simply add &u=$bbuserinfo[userid] at the end of the a href so it should read


Let me know if that works for you, did the charm for me.

Where do you do this correction at???

SaN-DeeP 06-28-2004 09:41 AM

some info is not displayed
not sure how to fix it.

coz, all the stuff is replaced as specified in instructions files.

thnx.
Sandy...

Delirion 06-30-2004 07:23 PM

Quote:

Originally Posted by tHe Rk
Actually when I click "logout" it says "An error occurred while attempting to log you out. Click here to log out."

When you "Click here" It says: "All cookies cleared!

Return to the page you were previously viewing
Go to forums index"

I think this is what he is talking about. This happens to me on 3.0.1

Same thing happens to me. The code that someone further up here provided was already in there so it's not that - I can't figure out what it is.

Can anyone help?

Delirion 06-30-2004 07:25 PM

Quote:

Originally Posted by BBCVman
Where do you do this correction at???

That's in the Navbar template - just search for it in there. It's somewhere down towards the end since it's in the row of links in the actual navigation area.

Delirion 06-30-2004 07:44 PM

Okay guys, I figured this out after all - clearing the cookies would do it.

So if you get that funny error message, all you need to do is clear your cookies, and the next time you logout you won't get that message again.

I don't know why this would happen - I'm sure there's some explanation. Apparently some of my members will not get it to work even after clearning their cookies, but maybe that's just a problem with their browser or computer. I just installed it - I'll try it out a few days and see how people react and what problems might arise.

Other than that - this is a really cool hack. Thanks :)

seth044_x 07-11-2004 06:35 AM

there is a possibility that this hacks runs on a non-vbulletin website?
like a php include

obviusly changing a lot of stuff or even make a completely new mod, but with the same result on my CMS home? (postnuke) but its possible?

ambrosious 07-13-2004 12:17 AM

Will the Navbar hack leave the Arcade intact?

ambrosious 07-13-2004 12:39 AM

Nevermind, I figured it out.

BeatificFaith 08-23-2004 10:57 PM

Quote:

Originally Posted by tHe Rk
Actually when I click "logout" it says "An error occurred while attempting to log you out. Click here to log out."

When you "Click here" It says: "All cookies cleared!

Return to the page you were previously viewing
Go to forums index"

I think this is what he is talking about. This happens to me on 3.0.1

I'm getting this error as well. I've used the above fix by clearing the cookies, is there any other way?

I'm also having a problem with new posts. This didn't happen until I installed this hack, but when someone reads a new post it still shows up in "new posts". :ermm:

Thank you for the hack though, this is really awesome :)

Chadi 11-19-2005 04:29 PM

I am using this on 3.51
https://vborg.vbsupport.ru/showthread.php?t=91624

Can someone update this to a 3.51 version? I don't like the above link version.

Chadi 12-04-2005 02:39 AM

*bump*


All times are GMT. The time now is 04: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.01280 seconds
  • Memory Usage 1,807KB
  • 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
  • (11)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
  • (33)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