![]() |
clicks on install....works great for me on 2.2.6
|
can anyone make a addon for this like, on holidays it automatically says "Merry Christmas..." that kind of thing, and so admins can set the date for whtever holidays or whatever
|
[QUOTE]Originally posted by Reverend
Thanks ghost.That fixed it. Has the welcome panel hack been edited since it was first released,to replace "lastpost" with "dateline". Just wondering. |
Hey I have a question. When I install the welcome panel it leaves off the Private message box that should be under the welcome panel. What is the problem here? I followed all the steps completely.
|
anybody has these two pics in german ? or could make them in german ?
thanks, Schorsch |
[QUOTE]Originally posted by Robert9
Hey I have a question. When I install the welcome panel it leaves off the Private message box that should be under the welcome panel. What is the problem here? I followed all the steps completely. |
Question how can i remove the forum leaders link ?
|
Trilobyte,
Do you have the two .gif's in .psd format, so I can translate the text and the colors more easily? - djr |
Great hack :D
I have a couple of private forums, and I have fudged around with the PHP to stop it from counting them in the total with some help from a friend (Thanks RCK;)):- PHP Code:
I would be most grateful if one of you PHP/mySQL gods could help me with this one:) |
Have installed, thanks for nice hack. Altered the templates pretty heavily, inspired by your own Genome Collective forum design (great work there btw dude).
Fourm should be at http://www.xaprief.com/forum/ soon :) |
Use this code in your second SQL request:
Code:
$getnewpost=$DB_site->query_first("SELECT count(*) AS posts FROM post,thread WHERE post.dateline > '$bbuserinfo[lastvisit]' and thread.threadid=post.threadid and thread.forumid <> '21' and thread.forumid <> '19'"); |
Thanks, that fixed it:D
|
this hack kicks ass man! thanx alot!
|
[QUOTE]In the template forumhome_welcometext find:
|
It's in the "Forum Home Page Templates"
Forum Home Page Templates [expand]>>forumhome_welcometext [edit] |
Hiya
I'm running 2.2.6 I want to install this but I have about 5 themes/styles. When I come to upgrade to say 2.2.7 will I have a lot of work to do? Regards, veedee |
Hello, is it possible to put the welcome panel in the P_themeheader template of VBportal?
I would like to have the welcome panel display in P_themeheader template as will allow users to see information when the visit VBP front page and the forums. great hack by the way :cool: |
In the top bar of the panel where it says "Welcome" what code do i need to add so that when a member logs in it says
"Welcome Back,(username)". And for a guest visitor it says "Welcome,Guest" Hope that makes sense. :ermm: |
Welcome $username
|
[QUOTE]Originally posted by carpman
Hello, is it possible to put the welcome panel in the P_themeheader template of VBportal? I would like to have the welcome panel display in P_themeheader template as will allow users to see information when the visit VBP front page and the forums. great hack by the way :cool: |
[QUOTE]Originally posted by trilOByte
You can put whatever you like in the p_themeheader, but much of the code will need to be changed. The avatar part wont work, but there are alternative which work a little differently. To answer your question, if you just place the welcomepanel code into p_themeheader without any changes, no it wont work. |
[QUOTE]Originally posted by trilOByte
Welcome $username |
So you want to add the word "back" into the welcome statement, if the user is a member?
So instead of ... Welcome user1234 Welcome You want... Welcome back user1234 Welcome guest Yes, it's possible, I think you need to create a new $var though, some code hacking and a couple of new template options, one for each option. Seems like a lot of trouble for a simple syntax preference. It would need to be something along the lines of a new $welcometext and new $unregwelcomemessage, so two new templates at least. Though there might be an easier option, I honestly dont know. |
Yeah i think i'll just add
"Welcome Back username" (for logged in members) And just leave it as "Welcome" (for guests.) Seems a lot simpler. Thanks trilOByte. ;) |
OK, I think this works.....
Open forum/index.php (make a backup copy) and find.... PHP Code:
PHP Code:
Find... PHP Code:
PHP Code:
PHP Code:
PHP Code:
Open your templates and add a new template called... forumhome_newunregmessage Inside that put.... Code:
<b>Guest</b> forumhome_newwelcometext Inside that put.... Code:
back, <b>$username</b> Find where it says Welcome and replace it with... Code:
Welcome $newwelcometext $newunregwelcomemessage I must say, it's a lot of trouble for a simple syntax modification. |
Yep that works perfect.Thanks.
I know it seems like a lot of trouble for a simple modification,but i think it gives members or guests a more welcoming and personal greeting. I actually saw it on a welcome panel hack for another bulletin board software. |
[QUOTE]Originally posted by Reverend
I actually saw it on a welcome panel hack for another bulletin board software. |
great hack, works like a charm!
|
Great hack. BTW is thereanywayto have this appear on my homepage and link it to my vb as well
|
[QUOTE]Originally posted by Tony DiMera
Great hack. BTW is thereanywayto have this appear on my homepage and link it to my vb as well |
Hopefully trilOByte can tell us how.
|
[QUOTE]Originally posted by carpman
i would love to have it work in vbportal :) |
How could I put it on my Non vB homepage
|
[QUOTE]Originally posted by Tony DiMera
How could I put it on my Non vB homepage |
php is what I use
|
[QUOTE]Originally posted by NTLDR
All you need to do is add the PHP code to the PHP file for your home page and add the HTML to the hompage's template. |
I tried following the instructions here but I still can't find a way to install the hack since I don't know how to access/open the index.php file. :( Can anyone tell me how to do this? Thanks again for your time.
|
*bump*
|
[QUOTE]Originally posted by grace819
I tried following the instructions here but I still can't find a way to install the hack since I don't know how to access/open the index.php file. :( Can anyone tell me how to do this? Thanks again for your time. |
[QUOTE]Originally posted by Tony DiMera
How could I put it on my Non vB homepage |
All times are GMT. The time now is 05:50 PM. |
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:
|