![]() |
You ought to release your version of the welcome panel. Sounds interesting. PM me with the code, if you don't mind. I'd like to take a look at it. ;)
|
Im in the process of making it atm, its just taking me a while because i want to make it with hardly any queries... Plus im doing it in my spare time at work(which is not much)..
Ill show you the code when im done, its based on Welcome Panel 1.2 Hack by Hwulex (Credit to him) Altho ive changed just about everything he done, got the idea from him. Mostly you add this to index.php PHP Code:
HTML Code:
<if condition="$indexpage"> |
I'll be looking forward to it. ;)
|
Boofo, thanks! I think i've done what i wanted, the lines are not there, and i've deleted the query lines as well. I just have one question left. DO the lines saying the number of new posts/threads since my last visit automatically get hidden it there weren't any new posts/threads? First time I've loaded the page the lines simply were not there!
|
Yes, they won't show up unless there are new posts or new threads since your last visit. ;)
Don't forget the install button. I am going to be doing an update to this shortly and you will want to be notified when that happens. |
this installed very nicely on RC4! Everything shows, but one part of instructions I could not figure out was
Turn on DEBUG and go to the Admin CP > vBulletin Options Add New Setting: How do I turn on debug and under vb options there is no add link only the current settings to edit. Also once you explain how, do I turn debug back off after I add the new settings? |
Add
PHP Code:
Just make sure you take it out after you have added the setting for the hack. ;) |
Quote:
|
Thought you might like to see how I worked this into the nav.. Love the hack! good job!! ;)
|
Looks excellent! Can I get the navbar code for that? Also, where did you put the navbar links at?
Did you use the init.php for the specialtemplates? I did that but every once in a while the stats show up empty when I go to a page. Has that happened to you yet? |
sure PM me your e-mail addy and I'll send you it. I don't want to release my add-on yet as the shoutcast part is still buggy, if amazon is busy, it lags the site load. So I want to develope it to get the album cover of current song locally via mysql.
|
Hey Bofo ive just about finished my forumhome "look"..... with my own welcome panel etc.. that u wanted to see..
Sorry for late reply, been busy porting my party hack into vb3.. (lets u nonimate what forum is an event type thing, then the users have the option of sayin they are attending this event, auto generates timetable and party info etc... ). God damn the code has changed alot, took me a while to figure it all out.. vb3 code that is.. anyways if u want that code.. just pm me... |
i'm running the top X stats hack, does this conflict at all?
|
I don't know that hack but I wouldn't think there should be any problem with running them both. ;)
|
Quote:
Buttom Line is: The topposter which shows up is not correct. Could you take a look into that? Thanks. :) Besides, awesome hack! *clicks install* |
Could you let me see the hack you had installed that you said worked before? The top poster in this hack is accurate. Since it pulls the top poster info from the user table, the person has to be registered or they wouldn't show up as top poster. They couldn't. If a top poster posts enough before they leave, it will show up until someone else surpasses that top poster mark, as long as they have an account on your site.
|
Quote:
If you want, take a look on my site: http://www.spassforen.de/forum/index.php? There's another glitch I found, which could result from the language settings. (Don't know, if that causes the issue i described first, too): The top_poster_'s id in the link to the member profile uses a "." in it, which results in showing an error by clicking on the name. |
I forgot to mention that: You do NOT have to register on my site. Just use username test and password test. I don't want somebody to get the wrong impression here. :)
|
Ok, I checked your site out and the Top Poster code IS working. I went into your Member's List and clicked the arrow for the Posts column and the Top Poster is the same as the one that shows on the forumhome.
As far as the problem with the userid link for the name, that is a language issue, it almost has to be. Post the piece of code here for the userid and I will look at it and see if we can help you get it fixed. ;) |
Quote:
Try to get the piece of code out now... |
I seem to be having some major problems with this hack.
First, the total registrations count is more than double what my actual registrations are. Also, how are active members calculated as opposed to people who are a part of the total registrations, and can this be modified. Also, my top referer isn't showing up as you can see in this screenshot. I am using vB3 Gold if that makes any difference. |
Ok, here is the piece of code
Code:
// <!-- TOP POSTER --> BTW, I tried to set my lanuage to english but even though, the link to the members profile is still wrong. The link doesn't show up like: www.forum.url/forum/member.php?u=3512 it shows like: www.forum.url/forum/member.php?u=3,512 (<-- see the comma?) When I turn it back to german, I have a dot there instead of the comma, which is the german separator for a thousand. This also happens with topposter, Most Viewed Profile and Top Referrer. With the welcome newest member it is fine. In both languages. |
Ok, change this query:
PHP Code:
PHP Code:
PHP Code:
|
Quote:
|
Quote:
|
Thank you. ;)
Ok, the Total Registrations are the total regsitrations you have EVER had on your board. When you delete accounts for whatever reason, the Active Registrations are what is left. That is the ACTUAL number of memebers on your site. Does that make any sense. ;) As far as the userids not being correct, follow the instructions above and delete those lines and when the next cache update is run, it should straighten everything out for the userids. Also, make sure you have the referrer sysem enabled in the Admin CP. If it is, then you missed a piece of code when installing the hack. Look at the spot where the name should be in the code and tell me what is there right now. |
Quote:
Code:
Database error in vBulletin 3.0.0: |
Ok, redo the code with the query from the post above again (you will notice it is different now). I had to change it and you had already re-done it before the post edit. Sorry about that. ;)
|
Quote:
|
Now we're talking. Thanx dude! :) Oh, and if you have a minute, phrasing all that stuff into the vB's Phrase System would be nice. I do that one now on my own.
Thanks again! :) |
Did the new query get rid of the Top thread Starter that is no longer a member of your site?
Also, if you want to, you can send me what you did for the phrase system and I can incorporate it into the hack and give you full credit for it. ;) |
Quote:
|
I was just giving you a hard time. ;)
If you find the time, I will add it gladly. If you are too busy, I can do it sometime soon. ;) And thank you. ;) |
Quote:
If you want to take a look at it first to see, if you can write a little script to insert the new phrases automatically I would say you give me your eMail address so I can send it to you. If you are not writing a script should I just attach it here, or do you want to have the updated instructions by eMail anyway? EDIT: And I found a little glitch with $newuserid. That needs to be vb_number_formated, too. Also in the instructions. |
I'll pm you my email and you can send it there. I will update the hack and credit you accordingly. How does that sound? ;)
And thank you, sir. ;) |
No, thank you! You got mail... :)
|
I've got mail! ;)
Everything looks great! Thank you. ;) The only thing is the newuserid can't be done with the number format or we run into the same rpoblem as the others we fixed yesterday. Anyone over 1000 on there userid would get commas for English and persions for German. that was what was messing up the other userids. I has them doing the number format, until you caught that. On my site, I only have about 30 plus users so I wouldn't have caught that for qwuite a while, I'm afraid. ;) I will get the install file edited and the first post updated with it here shortly. Thank you again for the help in catching my stupid mistakes and with the phrases. ;) Stop by my site and I will have something special for you, if you are interested. ;) |
Actually, the way I edited it, it works fine. ;) Check out my site, works there, too.
|
But with the number format, this:
www.forum.url/forum/member.php?u=3512 would become this: www.forum.url/forum/member.php?u=3,512 ;) |
Quote:
|
All times are GMT. The time now is 04:53 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|