 |
|
Author |
Message |
barhopper

Member
Posts: 677
Registered: Jun 2007

|
Posted November 14th, 2009 10:55 AM IP  I was going through some of my old scripts I have and found this one.
It only shows the message to those not logged in.
It may help you with your issue of your members not logged in and thinking they are not allowed to post.
(I can't find that thread or I would have bumped it)
Here is the script and change the text that is highlighted to whatever you want.
<!-- BEGIN iftrue_logincode -->
<table width="95%" align="center" border="0" cellpadding="0" cellspacing="0">
<form action="index.php" method="post">
<tr>
<td width="100%" class="Tableborder">
<table border="0" cellpadding="5" cellspacing="1" width="100%">
<tr>
<td width="100%" class="Heading">
<span class="HeadingText"><b>WELCOME TO XXXX</b></span>
</td>
</tr>
<tr>
<td width="100%" class="FirstAlt" align="center">
<span class="NormalText">
<!-- Welcome Message -->
<b>PUT YOUR OWN MESSAGE HERE</b>
<!-- End Welcome Message -->
</span>
</td>
</tr>
</table>
</td>
</tr>
</form>
</table>
<br>
<!-- END iftrue_logincode -->
|
|
Rose

Member
Posts: 367
Registered: Oct 2009

 |
Posted November 15th, 2009 04:23 PM IP  Barhopper, thank you very much. You'll have to forgive me but I'm a little hazy about how this works. In what instance would I use this, where does it go, what type of message am I writing? My board is open to guests to read but not posts. Does that make a difference with the script you're giving me. Mannnnnnn.....I'm a little foggy headed now and I can't blame it on wine. Haven't had any. LOL ~Rose
Spoonful Of Sugar
|
|
barhopper

Member
Posts: 677
Registered: Jun 2007

|
Posted November 19th, 2009 08:16 AM IP  Weren't you looking for a way to change the script that tells unlogged members they do not have permission to post?
|
|
|
|
|
|
 |