New messages Members Forum rules Search
  • Page 1 of 1
  • 1
Forum moderator: kostova, Brazen  
uCoz Support Forum by uCozers » Coding » HTML » vBulletin Style Forum Entries (sml[Default])
vBulletin Style Forum Entries
looneyheadDate: Monday, 2010 August 02, 9:55 PM | Message # 1
Font size: A | A |
Lieutenant
Group: uCozer
Message: 54
[ ]
Offline
Here is a vBulletin style post that I made. Just replace this code with your at Customize Design -> Forum -> appearance of entries.
Code
<table border="0" width="100%" cellspacing="1" cellpadding="2" class="postTable">
    <tr><td width="80%" class="postTdTop"><table><tr><td><a class="postUser" href="$PROFILE_URL$">$USERNAME$</a><br>
<?if($AVATAR_URL$)?><img alt="" title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?>
<?if($POSTS$)?><div class="numposts">Messages: <span="unp">$POSTS$</span></div><?endif?>
<script type="text/javascript">
    for (post=10;post<=10;post=post+$POSTS$) {
    document.write("Points: "+<?if($REP_RATING$)?>(<?endif?><?if($AWARDS$)?>(<?endif?>(post*$POSTS$<?if($GROUP_NAME$='Blocked')?><?else?>*5/2/2*5<?endif?>)<?if($AWARDS$)?>+$AWARDS$*100)<?endif?><?if($REP_RATING$)?>+$REP_RATING$*250)<?endif?>+"<br/>");
    }
</script></td>
    <td style="padding-left: 15px;">
<?if($GROUP_ICON$)?><div class="postRankIco">$GROUP_ICON$</div><?else?><div class="postRankIco">$USER_RANK_ICON$</div><?endif?>
<?if($GROUP_NAME$)?><div class="postUserGroup">Group: $GROUP_NAME$</div><?endif?>
<?if($USER_TITLE$)?><div class="postRankName">Title: $USER_TITLE$<br></div><?else?><div class="postRankName">Rank: $USER_RANK_NAME$</div><?endif?>
<?if($READ_REP_URL$)?><div class="reputation">Reputation: <a title="View reputation history" class="repHistory" href="$READ_REP_URL$"><b>$REP_RATING$</b></a> <?if($DO_REP_URL$)?>  <a class="reputationDo" title="Change reputation" href="$DO_REP_URL$"><span style="font-size:10pt"><b>±</b></span></a></div><?endif?><?endif?>
<?if($READ_BAN_URL$)?><div class="userBan">Reproofs: <a class="banPercent" title="View reproofs history" href="$READ_BAN_URL$">$BAN_RATING$</a> <?if($DO_BAN_URL$)?>  <a title="Change reproofs level" class="banDo" href="$DO_BAN_URL$">±</a></div><?endif?><?endif?>
<?if($USER_STATUS$)?><div class="statusBlock">Status: $USER_STATUS$</div><?endif?>
<?if($GROUP_ID$)?> <?else?><br><br><br><br><br><?endif?>
</td><td style="padding-left: 15px;">
<?if($AWARDS_READ_URL$)?><br>
    <fieldset><legend><?if($AWARDS_READ_URL$)?><a href="$AWARDS_READ_URL$" title="Awards">Awards: <span class="repNums"><b>$AWARDS$</b></span></a><?if($AWARDS_DO_URL$)?> <span style="font-size:8pt" title="Give Award">[<a href="$AWARDS_DO_URL$">Give</a>]</span><?endif?><?endif?></legend><span id="listawards$ID$">Loading awards ...</span>
    <script type="text/javascript">
    $('#listawards$ID$').show();
    $.get('/index/54-$UID$', function(data){
    data=$(data).text();
    $('#listawards$ID$').empty().append($('td', data)).show();
    })</script>
    </fieldset>
<?endif?>
</td></tr></table>
</td><td class="postTdTop" width="20%" align="center"><?if($AWARDS_DO_URL$ && $USER_LOGGED_IN$ && $CUR_USER_ID$!=$UID$)?><div style="float:right"><a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Give award',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-28-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s105.ucoz.net/img/icon/thumbu.png" width="13" border="0" title="Good post"></a> <a href="javascript://" rel="nofollow" onclick="new _uWnd('AwD','Give award',380,200,{autosize:1,maxh:300},{url:'/index/55-$UID$-47-forum-$FID$_$TID$_$ID$_16_$TIMESTAMP$'});return false;"><img alt="" src="http://s105.ucoz.net/img/icon/thumbd.png" width="13" border="0" title="Bad post"></a></div><?endif?>Date:<br>$WDAY$,<br>$DATE$,<br>$TIME$<hr><br>Message # $NUMBER$</td></tr>
</tr><td class="posttdMessage" valign="top" colspan="2">$MESSAGE$
<?if($ATTACHMENT$)?> <div align="left" class="eAttach">Attachments: $ATTACHMENT$</div><?endif?>
    <br><center><hr size="1" width="150" align="left" class="signatureHr"><?if($SIGNATURE$)?><span class="signatureView">$SIGNATURE$</span><?else?>This user has not applied a signature yet.</center><?endif?>
<?if($EDITEDBY$)?><br><br><div class="edited">Message edited by $EDITEDBY$</div><?endif?></td></tr>
<tr><td class="postBottom" colspan="2"><table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td>$USER_DETAILS_ICON_BAR$</td><td align="right" style="padding-right:15px;">$ENTRY_MANAGE_ICON_BAR$</td><td width="2%" nowrap align="right">$ON_TOP_ICON$$DEL_ENTRY_FIELD$</td></tr>
</table></td></tr></table>

Preview:

Please tell me of any flaws. Also, comment!

*FIXED* The only flaw I had was when I tested it on my other site. IT didn't show the bottom bar with the entry management stuff.

Attachments: 1768496.png (18.0 Kb)




Edited Bylooneyhead - Monday, 2010 August 02, 10:11 PM
 
PistolDate: Tuesday, 2010 August 24, 8:34 PM | Message # 2
Font size: A | A |
Lieutenant
Group: uCozer
Message: 60
[ ]
Offline
i'm sorry to say but thats not even looking nice , its not organized the uCoz one's are better u know
 
looneyheadDate: Sunday, 2010 August 29, 10:49 PM | Message # 3
Font size: A | A |
Lieutenant
Group: uCozer
Message: 54
[ ]
Offline
Well that's how you can have it in vBulletin. Also how is it not organized?



Edited Bylooneyhead - Sunday, 2010 August 29, 10:51 PM
 
PistolDate: Sunday, 2010 August 29, 10:56 PM | Message # 4
Font size: A | A |
Lieutenant
Group: uCozer
Message: 60
[ ]
Offline
well it jusr looks messy in my eyes , notthing against it but its not my favorite choise to organize a forum like that
 
looneyheadDate: Tuesday, 2010 September 14, 4:40 AM | Message # 5
Font size: A | A |
Lieutenant
Group: uCozer
Message: 54
[ ]
Offline
I made a new style that I like better. Tell me what you think.

Attachments: 0125074.png (64.2 Kb)


 
jackassDate: Tuesday, 2010 September 14, 3:29 PM | Message # 6
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
looneyhead, I see you are using awards script! If you want to hide that emty space if you don't have awards, use this IF <?if(!$AWARDS_DO_URL$)?> AWARD SCRIPT <?endif?>

And my suggestions is, to put status next to rank icon.


 
PistolDate: Tuesday, 2010 September 14, 8:40 PM | Message # 7
Font size: A | A |
Lieutenant
Group: uCozer
Message: 60
[ ]
Offline
yep that design is way better biggrin

Edited ByPistol - Tuesday, 2010 September 14, 8:41 PM
 
AcidDate: Wednesday, 2010 September 15, 1:25 AM | Message # 8
Font size: A | A |
Private
Group: uCozer
Message: 11
[ ]
Offline
I like the new layout! (:
Much better than the last one biggrin

May I have it? sad

 
jackassDate: Thursday, 2010 September 16, 1:38 AM | Message # 9
Font size: A | A |
Major general
Group: Administrator
Message: 433
[ ]
Offline
EDIT:

looneyhead, this will be correct IF

Code
<?if($AWARDS$>0)?> AWARDS CODE <?endif?>


 
looneyheadDate: Friday, 2010 September 17, 0:53 AM | Message # 10
Font size: A | A |
Lieutenant
Group: uCozer
Message: 54
[ ]
Offline
Too much of that is customized for my website.



Edited Bylooneyhead - Friday, 2010 September 17, 0:54 AM
 
njustedDate: Sunday, 2010 October 24, 2:19 PM | Message # 11
Font size: A | A |
Private
Group: User
Message: 12
[ ]
Offline
looneyhead, I want the second style of appareance posts on forum, please ^^.
 
BalochDate: Wednesday, 2011 June 01, 6:05 PM | Message # 12
Font size: A | A |
Private
Group: User
Message: 4
[ ]
Offline
Remove Showing Awards . Then Good !

Added (2011 June 01, 6:05 PM)
---------------------------------------------
looneyhead, Provide The Code !

Edited ByBaloch - Wednesday, 2011 June 01, 6:03 PM
 
looneyheadDate: Friday, 2011 June 03, 5:12 AM | Message # 13
Font size: A | A |
Lieutenant
Group: uCozer
Message: 54
[ ]
Offline
Ya' don't need ta' talk like this, boy!

 
uCoz Support Forum by uCozers » Coding » HTML » vBulletin Style Forum Entries (sml[Default])
  • Page 1 of 1
  • 1
Search:


Copyrights uCozers 2009 - 2024 To TOP
Refresh Smileys Manager