![]() |
How to add a message shows up in all threads to vistors and not to users?
Dear all,
I want to put a message in all threads and can be seen only for visitors and not the users? |
Then just put a condition around it to only show to guests.
HTML Code:
<vb:if condition="!$show['member']">message</vb:if> |
Dear Lynne,
You did not say where to add this code |
If you want it in the threads, then you should put it somewhere in the SHOWTHREAD template.
|
Why not use the Notices system?
|
Quote:
--------------- Added [DATE]1307168864[/DATE] at [TIME]1307168864[/TIME] --------------- Quote:
|
Where exactly do you want it to show? We can make no recommendation on how to go about this without knowing *exactly* what you want. An image may help and a link to a thread on your site may also help.
|
Quote:
As I mentioned before I want the message shows inside the thread for instance at the end of the thread, the message for instance is to tell visitors that they must join the forum and put one reply to the thread to be allowed to download the attachments So each visitor reading the thread will read the message as well, and this message shows only to visitors not members. The message will be added automatically with each new thread since it will be inside the thread template with condition to shows only to visitors I tried the code which you gave me in SHOWTHREAD and postbit_legacy , but no luck my forum site is : www.mobileguide-mea.com/vb |
I put that exact code right under the poll and it worked just fine:
Code:
{vb:raw header} |
1 Attachment(s)
Dear Lynn
I did all what you said (look at the picture), but no message shows inside the thread !! I Tried it for both member and guest Iam using Vb 4.1.3 |
No, you didn't do what I said. You used !$show['guest'] and I said to use !$show['member'] !$show['guest'] means don't show to guests. !$show['member'] means don't show to members. If you want to use $show['guest'] then you need to not put the ! in front of it.
|
1 Attachment(s)
Dear Lynn
Thank you for your support I also said that I tried the code for both guest and member So, I used the code: <vb:if condition="!$show['member']">message</vb:if> and as you said : !$show['member'] means don't show to members Here in the picture you will see that Iam not logged in (orange rectangle), and there is no message shows inside the thread, I want the message to be shows in any of the 2 red rectangles in the picture |
I see it right above the Reply to Thread button.
|
Quote:
|
1 Attachment(s)
I see the word "message" in the thread which shows that the condition works. Now go put it where you want it and use proper html to make it look how you want.
https://vborg.vbsupport.ru/attachmen...1&d=1307307868 |
Oh My god, i need to change my glasses very soon :D:p
Thank You Lynn, I managed to make it center and changed the font color and size now Is there any way to put it inside the thread as my picture in one of the 2 red rectangles? |
You might be better off searching for template modifications for Google absence after first post.... then instead of put Lynn if statement around it, and instead of the Google javascript your message.
|
Quote:
will look for it |
All times are GMT. The time now is 05:25 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:
|