|
uCoz Community Archives Locked Cant see Forum replys!! |
Cant see Forum replys!! |
Wrath, check that the uCoz tags are all there. If the administrator has removed the $MESSAGE$ tag or edited the table so that it is not showing they will need to put it back in.
If nothing is working then its probably best to restore the default template. Hope this helps, Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
were do i put it???
<html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title>$MODULE_NAME$</title> <?$META_DESCRIPTION$?> <link type="text/css" rel="StyleSheet" href="/_st/my.css" /> </head> <body> $ADMIN_BAR$ <div id="contanier"> <table id="mainTable" cellspacing="0" cellpadding="0" border="0"> <tr> <td class="subColumn"> $GLOBAL_CLEFTER$ </td> <td id="centerColumn"> <table class="sTable" cellspacing="0" cellpadding="0" border="0"> <tr> <td id="header"> <h1><!-- <logo> -->Rune Mist Legends!<!-- </logo> --></h1> </td> </tr> <tr> <td id="content"> <div id="navigation"> <a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a><?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?><a href="$PERSONAL_PAGE_LINK$"><!--<s5214>-->My profile<!--</s>--></a><?else?><a href="$REGISTER_LINK$"><!--<s3089>-->Registration<!--</s>--></a><?endif?> <?if($USER_LOGGED_IN$)?><a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?><a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?> <?if($RSS_LINK$)?><a href="$RSS_LINK$">RSS</a><?endif?> </div> <div id="date">$WDAY$, $DATE$, $TIME$<?if($USERS_ON$)?><br><?if($USER_LOGGED_IN$)?><!--<s5200>-->Logged in as<!--</s>--> <a href="$PERSONAL_PAGE_LINK$"><b>$USERNAME$</b></a> | <!--<s3167>-->Group<!--</s>--> "<u>$USER_GROUP$</u>"<?else?><!--<s5212>-->Welcome<!--</s>--> <b>$USERNAME$</b><?endif?><?endif?></div> <div id="textBlock"> <?if($MODULE_NAME$)?><h1>$MODULE_NAME$</h1><?endif?><div class="forumContent"><table border="0" cellpadding="0" height="30" cellspacing="0" width="100%"> <tr> <td align="right">[<?if($USER_LOGGED_IN$)?> <a href="javascript://" rel="nofollow" id="upml" class="fNavLink" onclick="window.open('$PM_URL$','pmw','scrollbars=1,top=0,left=0,resizable=1,width=680,height=350');return false;"><!--<s3065>-->Private messages<!--</s>-->($UNREAD_PM$)</a> · <?if($IS_NEW_PM$)?><script type="text/javascript">function flashit(id,cl){var c=document.getElementById(id);if (c.style.color=='red'){c.style.color=cl;}else {c.style.color='red';}}setInterval("flashit('upml','')",500)</script><bgsound src="http://s55.ucoz.net/img/fr/pm.wav" loop="1" volume="0" balance="0"> <?endif?><?endif?> <a class="fNavLink" href="$RECENT_POSTS_LINK$" rel="nofollow"><!--<s5209>-->New messages<!--</s>--></a> · <a class="fNavLink" href="$MEMBERS_LIST_LINK$" rel="nofollow"><!--<s5216>-->Members<!--</s>--></a> · <a class="fNavLink" href="$BOARD_RULES_LINK$" rel="nofollow"><!--<s5166>-->Forum rules<!--</s>--></a> · <a class="fNavLink" href="$SEARCH_PAGE_LINK$" rel="nofollow"><!--<s3163>-->Search<!--</s>--></a> · <a class="fNavLink" href="$RSS_LINK$" rel="nofollow">RSS</a> ]</td> </tr> </table> $BODY$</div><br /></div> </td> </tr> </table> </td> <td class="subColumn"> $GLOBAL_DRIGHTER$ </td> </tr> <tr> <td></td> <td id="footer"><!-- <copy> -->Copyright MyCorp © $YEAR$<!-- </copy> --><br>$POWERED_BY$</td> <td></td> </tr> </table> </div> </body> </html> |
Wrath, this is the template for the general forum appearance. If you are unable to see forum messages it will be an issue with the appearance of entries/posts whichever it is.
Please also remember to paste codes in the [code ] tags or a spoiler. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
sorry, here you go =\
Code <table class="postTable" border="0" cellpadding="2" cellspacing="1" width="100%"> <tbody> <tr><td width="23%" class="postTdTop" align="center"><a class="postUser$GROUP_ID$" href="javascript://" onclick="emoticon('[b]$USERNAME$[/b],');return false;"><span class="forum_nik$UID$" style="font-weight: bold; color: rgb(255, 69, 0);">$USERNAME$</span></a></td> <td class="postTdTop"><?if($AWARDS_DO_URL$ && $USER_LOGGED_IN$ && $CUR_USER_ID$!=$UID$)?><div style="float: right;"><a href="javascript://" 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 src="http://s102.ucoz.net/img/icon/thumbu.png" title="Good post" border="0" width="13"></a> <a href="javascript://" 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 src="http://s102.ucoz.net/img/icon/thumbd.png" title="Bad post" border="0" width="13"></a></div><?endif?>Date: $WDAY$, $DATE$, $TIME$ | Message # $NUMBER$</td></tr> <tr><td class="postTdInfo" align="center" valign="top"> <?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" src="$AVATAR_URL$" border="0"><?endif?> <?if($USER_TITLE$)?><br><div align="left">$USER_TITLE$<?else?><div class="postRankName">$USER_RANK_NAME$</div><?endif?> <?if($GROUP_ICON$)?><br>$GROUP_ICON$<?else?><div class="postRankIco">$USER_RANK_ICON$</div><?endif?> <?if($GROUP_NAME$)?><br>Group: $GROUP_NAME$<?endif?> <?if($POSTS$)?><br>Messages: <span="unp">$POSTS$</span="unp"></div><?endif?> </td></tr></tbody></table> Post edited by Wrath - Wednesday, 2011-08-17, 7:05 PM
|
Wrath, if this is the full code you are missing an entire half column in the second row down. The design you are currently using has the top and side parts of the post but not the post itself. I would copy what you curremtly have into a word/notepad document then restore the template and paste the current version back over theold one, only where it matches up though else you will have the same problem.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Quote (Paradox) Wrath, if this is the full code you are missing an entire half column in the second row down. The design you are currently using has the top and side parts of the post but not the post itself. I would copy what you curremtly have into a word/notepad document then restore the template and paste the current version back over theold one, only where it matches up though else you will have the same problem. tyvm!!! it worked <3 |
| |||
| |||