• Page 1 of 2
  • 1
  • 2
  • »
Message Board Script
Kness
Posts: 108
Reputation: 3

Message # 1 | 9:21 PM
Quote (Note)
I would like this thread to be moved to the Hints and Tips for Ucoz forum. After it is done.

Okay so, A little while back I started this message table script for your forums or whatever. And I haven't fully completed it yet. I want to hear your suggestions for this script (such as what it should contain and placement, etc.) .
This is what I have so far;

Quote

<table border="1" <span style="color:gray">cellpadding="0" cellspacing="0" style="background:#C0C0C0;" width="100%">
<tr>
<td><img src="http://www.perfectcheekbones.com/you-here.gif" border="0" alt="" /></td>
<td style="vertical-align:top"> We hope you enjoy your visit.
<p>
You're currently viewing our forum as a guest. This means you are limited to certain areas of the board and there are some features you can't use. If you join our community, you'll be able to access member-only sections, and use many member-only features such as customizing your profile, sending personal messages, and voting in polls. Registration is simple, fast, and completely free.
<br>
<br>
Join Our ComMunity!
<br>
<br>
$ LOGIN FORM $</td>
</tr>
</table>

#NOTE: The actual links and codes have not yet been submitted to the script.

As far as this goes I will show you how it works.

#C0C0C0: The color you want for your table.
100%: Measurements for the script.
http://www.perfectcheekbones.com/you-here.gif: Image showing or Banner for advertisement or News.
border="1": Border width.
cellpadding="0": control the space between table cells
cellspacing="0": amount of space inside the table.


That's all I can tell you really, This is what it looks like right now:

Notice that it is all stretched out? You can customize this to your forums' width.

Attachments: 5424377.png (12.7 Kb)

My Projects:
Post edited by Kness - Friday, 2011-03-04, 9:22 PM
Animorph
Posts: 2856
Reputation: 189

Message # 2 | 11:31 AM
Kness, i will move your script there when it is done
To busy building a passive income online ;)
CodeResolution
Posts: 1570
Reputation: 58

Message # 3 | 8:51 AM
Kness, it's pretty basic. Simple use of tables.
Kind regards,
Elliott.

"The best uCoz" critic since 2007.
Qualified website, branding, print & user interface designer.

I'm on Behance and Twitter.
Kness
Posts: 108
Reputation: 3

Message # 4 | 2:50 AM
CreativeCollusions, I know, I am not finished with it. And I might improve it's style but I want to keep it simple for better using in different styled forums.

Added (2011-03-09, 8:50 PM)
---------------------------------------------
I think I improved it a bit;

Code

<table width="1002" height="270" border="1" cellpadding="2" cellspacing="1">
   <tr>
     <th width="250" height="266" scope="row"><img src="http://www.seeklogo.com/images/M/Metallica_Ninja_Star-logo-51E62FB9DD-seeklogo.com.gif" width="250" height="260" alt="Star" /></th>
     <td width="685"><p>We hope you enjoy your visit. <br />
       <br />
       You're currently viewing our forum as a guest. This means you are   limited to certain areas of the board and there are some features you   can't use. If you join our community, you'll be able to access   member-only sections, and use many member-only features such as   customizing your profile, sending personal messages, and voting in   polls. Registration is simple, fast, and completely free. <br />
     </p>
       <p><br />
         Join Our Community! <br />
       </p>
       <p><br />
     $LOGIN FORM$</p></td>
   </tr>
</table>

What do you guy's think?


My Projects:
Kness
Posts: 108
Reputation: 3

Message # 5 | 7:09 PM
I am having this problem:
the first box (where the avatar is held) is well see for yourself, I want it to bee like "Normal".

Can you guys help with that?

Code

<?if($USER_LOGGED_IN$)?>
<table border="1" cellpadding="2" cellspacing="1" width="100%">
  <tr>
  <th><?if($USER_AVATAR_URL$)?><a href="$PERSONAL_PAGE_LINK$"><img src="$USER_AVATAR_URL$"></a><?else?><a href="$PERSONAL_PAGE_LINK$"><img src="/images/noavatar.png"></a><?endif?></th>
  <td style="vertical-align:top">   Welcome, $USERNAME$
  <p>
      <li><a href="index/11">Edit Profile</a></li>
      <li><a href="$PM_URL$">Private Messages ($UNREAD_PM$)</a></li>
       
  <br>
  <br>
  Join Our Community!
  <br>
  <br>
  $LOGIN_FORM$
  </tr>
  </table>      
      <?else?>    
<table  border="1" cellpadding="2" cellspacing="1" width="100%">
  <tr>
  <th><img src="http://www.perfectcheekbones.com/you-here.gif" border="0" alt="" /></th>
  <td style="vertical-align:top">    We hope you enjoy your visit.
  <p>
   You're currently viewing our forum as a guest. This means you are  limited to certain areas of the board and there are some features you  can't use. If you join our community, you'll be able to access  member-only sections, and use many member-only features such as  customizing your profile, sending personal messages, and voting in  polls. Registration is simple, fast, and completely free.
  <br>
  <br>
  Join Our Community!
  <br>
  <br>
  $LOGIN_FORM$</td>
  </tr>
  </table>   
  <?endif?>  
Attachments: 2551043.png (15.9 Kb)

My Projects:
runakter
Posts: 75
Reputation: 0

Message # 6 | 3:27 AM
Haha. Fix It Yourself. cause you're making this
My Projects :
uCoz GuyGamesCentre24FootBall
Kness
Posts: 108
Reputation: 3

Message # 7 | 6:27 AM
"Read my first post, and stop making useless posts.
My Projects:
runakter
Posts: 75
Reputation: 0

Message # 8 | 6:35 AM
Kness, OK. Let's See Who Breaks Rule?

Quote (Kness)
#C0C0C0: The color you want for your table.
100%: Measurements for the script.
http://www.perfectcheekbones.com/you-here.gif: Image showing or Banner for advertisement or News.
border="1": Border width.
cellpadding="0": control the space between table cells
cellspacing="0": amount of space inside the table.

Red Color Is Only For Staffs. Not For Checked or Users. You Marked 100% With Red Color. Remove it Now


My Projects :
uCoz GuyGamesCentre24FootBall
NTP
Posts: 296
Reputation: 10

Message # 9 | 1:36 AM
It's prohibited to use red for more than 10% of the text.
Web design and film == my 2 passions.

Genesis Inc. ~ New Horizons, New Beginnings
Kness
Posts: 108
Reputation: 3

Message # 10 | 12:02 PM
Quote (runakter)
Kness, OK. Let's See Who Breaks Rule?

Quote (Kness)
#C0C0C0: The color you want for your table.
100%: Measurements for the script.
http://www.perfectcheekbones.com/you-here.gif: Image showing or Banner for advertisement or News.
border="1": Border width.
cellpadding="0": control the space between table cells
cellspacing="0": amount of space inside the table.

Red Color Is Only For Staffs. Not For Checked or Users. You Marked 100% With Red Color. Remove it Now

Quote (NTP)
It's prohibited to use red for more than 10% of the text.

runakter, You already knew of what NTP said, because you read those rules that You were referring to me breaking.
So again you made another useless post.


My Projects:
Natashko
Posts: 3366
Reputation: 171

Message # 11 | 12:43 PM
guys, let's not make not-related personal comments and stick to the subject
Kness
Posts: 108
Reputation: 3

Message # 12 | 8:11 PM
Quote (Natashko)
guys, let's not make not-related personal comments and stick to the subject

Thank-you.

Anyways I am still having this problem. o .o


My Projects:
Natashko
Posts: 3366
Reputation: 171

Message # 13 | 3:34 PM
Kness,
Quote (Kness)
Anyways I am still having this problem.

provide the URL of the page where you have the above stated problems
Kness
Posts: 108
Reputation: 3

Message # 14 | 1:58 AM
Natashko, Message #5.

I want it so it doesn't have that much "room" where the avatar is held.


My Projects:
Natashko
Posts: 3366
Reputation: 171

Message # 15 | 8:56 AM
Kness,
Quote (Kness)
I want it so it doesn't have that much "room" where the avatar is held.

I read that message. That is why I wrote
Quote (Natashko)
provide the URL of the page where you have the above stated problems

How else do you expect us to help you?
  • Page 1 of 2
  • 1
  • 2
  • »
Search: