Message Board Script
|
|
Kness
Posts: 108
Message # 16 |
4:04 AM
2011-03-24
oh I thought you said how can we help, lol. http://studioarts.ucoz.com/forum if you register that is you see the problem not when you're not registered.
My Projects:
|
Natashko
Posts: 3366
Message # 17 |
8:50 AM
2011-03-24
Kness, you need to go to the template the part of which is shown here . Find this: Code <th><img src="http://www.perfectcheekbones.com/you-here.gif" border="0" alt="" /></th> Change this: (at the beginning) with Code <th style="width:100px;">
|
Kness
Posts: 108
Message # 18 |
11:47 AM
2011-03-27
Okay, thanks.Added (2011-03-27, 5:47 Am) --------------------------------------------- Okay, I finished it. Quote <?if($USER_LOGGED_IN$)?> <table style="background:url(/img/jazzer_ftablefon.png) #F7F7F7; border-style:solid; border-width:1px; border:1; width:825; height:150;"> <tr> <th style="width:120px; border-style:solid; border-width:1px; border:1;"><?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, <strong>$USERNAME$</strong> <p> <strong><ul><a href="index/11">Edit Profile</a></ul></strong> <ul><a href="$PM_URL$">Private Messages ($UNREAD_PM$)</a></ul> <strong><ul><a href="$PERSONAL_PAGE_LINK$">My Profile</a></ul></strong> <ul><a href="$LOGOUT_LINK$">Logout</a></ul> <hr> <strong>$SMENU_2$</strong> </tr> </table> <?else?> <table style="background:url(/img/jazzer_ftablefon.png) #F7F7F7; border-style:solid; border-width:1px; border:1; width:825; height:150;"> <tr> <th style="width:120px; border-style:solid; border-width:1px; border:1;"><img src="http://gfx-network.ucoz.com/no_ava.gif" width="100" height="100" 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> <ul><a href="/index/3">Join our community!</a></ul> <br> <italic>(If you are a registered user of uNet you can just login with your normal e-mail and password.)</italic> <br> $LOGIN_FORM$ <hr> <strong>$SMENU_2$</strong> <br> </td> </tr> </table> <?endif?> Can somebody show me how it looks on their site? Maybe I can edit it more so it can fit better with various colours. But of course you can do this yourself.
My Projects:
|
Animorph
Posts: 2856
Message # 19 |
11:51 AM
2011-03-27
it looks like this now:
To busy building a passive income online ;)
|
Kness
Posts: 108
Message # 20 |
12:07 PM
2011-03-27
Animorph, How do you think it looks?
My Projects:
|
Animorph
Posts: 2856
Message # 21 |
12:25 PM
2011-03-27
Kness, normal , it isn't so such a big code to be honest , well it might be a big code for some of you , but it isn't for me , so i think it looks normal , there could be some effects added to it like when hovering avatar that the white area next to the avatars changes color and maybe fix the Private messages () to private messages(0) and if you get a PM let teh 0 automaticly change to 1
To busy building a passive income online ;)
|
Kness
Posts: 108
Message # 22 |
10:08 PM
2011-03-27
About the private messages it does do that. just doesn't flash in red colour. And yes this is actually the first thing I've created by myself except for some crappy templates. I don't understand your first request? I will try to improve this as much as possible. Can you explain it more clearly maybe show an example of what you want from another script?
My Projects:
|
Kness
Posts: 108
Message # 23 |
10:14 PM
2011-03-27
How it looks for me:  Added (2011-03-27, 4:14 PM) --------------------------------------------- I also want to add | in the middle of the menu but with site menu builder you can't edit it's template.
My Projects:
Post edited by Kness - Sunday, 2011-03-27, 10:13 PM
|
Kness
Posts: 108
Message # 24 |
10:20 PM
2011-03-27
I hope you can understand this pic: 
My Projects:
|
Animorph
Posts: 2856
Message # 25 |
11:45 PM
2011-03-27
Kness, you can easely do that with just using the basic HTML codes for moving urls and ajax links
To busy building a passive income online ;)
|
Kness
Posts: 108
Message # 26 |
1:22 PM
2011-03-29
Quote (Animorph) Kness, you can easely do that with just using the basic HTML codes for moving urls and ajax links Okay.
My Projects:
|