#basket
New messages Members Forum rules Search RSS
  • Page 1 of 1
  • 1
Forum » For webmasters » uCoz » Mercedes theme
Mercedes theme
Filip5Date: Friday, 06.01.2012, 01:02 | Message # 1
Group: Verified
Posts: 117
Awards: 4
Status: Offline
Ok,thats the site: http://csaliancia.ucoz.com/

I have rewrite the adding of new comments on site news,so I would like to ask for a basic html code used there... I saved it and I cant return it back sad

I would also like to make adding new comments show up to 50 letters,the there is a button read more. I think its up to 200 letters now,and I do not know where to change it..

Third thing,somehow I want to make disappear that WOT sign...its really annoying

For some reason,I cant find tagboard... Can I place simething into html?

Thanks for help...


Message edited by Filip5 - Friday, 06.01.2012, 01:03
 
ZangmanDate: Monday, 09.01.2012, 20:06 | Message # 2
Group: Users
Posts: 7
Awards: 0
Status: Offline
Filip5,
every template has a different code:

I think this is the default one

Copy and Paste into "Form for Adding Comments"
Code

<table border="0" width="100%" cellspacing="1" cellpadding="2" class="commTable">
<tr><td class="commTd2" colspan="2">$ERROR$</td></tr>
<?if(!$USER_LOGGED_IN$)?>
<tr><td width="15%" class="commTd1" nowrap>Name *:</td><td class="commTd2"><input class="commFl" type="text" name="name" value="$NAME$" size="30" maxlength="60"></td></tr>
<tr><td class="commTd1">Email:</td><td class="commTd2"><input class="commFl" type="text" name="email" value="$EMAIL$" size="30" maxlength="60"></td></tr>
<?endif?>
<tr><td class="commTd2" colspan="2"><div style="padding-bottom:2px">$BBCODES$</div><table border="0" cellpadding="0" cellspacing="0" width="100%"><tr><td valign="top"><textarea class="commFl" style="height:135px;" rows="8" name="message" id="message" cols="50">$MESSAGE$</textarea></td><?if($SMILES$)?><td width="5%" valign="top" align="center" valign="top" style="padding-left:3px;">$SMILES$</td><?endif?></tr></table></td></tr>
<?if($SUBSCRIBE$)?><tr><td width="15%" class="commTd1" nowrap>Subscription:</td><td class="commTd2">$SUBSCRIBE$</td></tr><?endif?>
<?if($SECURITY_CODE$)?><tr><td class="commTd1" nowrap>Code *:</td><td class="commTd2">$SECURITY_CODE$</td></tr><?endif?>
<tr><td class="commTd2" colspan="2" align="center"><input type="submit" class="commSbmFl" id="addcBut" name="submit" value="- Add comment -"></td></tr></table>


2nd thing,
I dont understand what you mean

3rd thing,
In your Design Templates
visit "Top Part of the Website"

when you can see the HTML code, look for
Code

<h1><!-- <logo> -->WOT<!-- </logo> --></h1>


that should do it
 
Filip5Date: Monday, 09.01.2012, 23:03 | Message # 3
Group: Verified
Posts: 117
Awards: 4
Status: Offline
Thanks for your reply Zangman,I solved some things thanks to you. On the last point,hovewer,I do not have the part you desctibed.

Code
<table border="0" cellpadding="0" cellspacing="0" width="100%" height="402" style="background:url('/img/header-bg.jpg') top center no-repeat;">
<tr><td colspan="2" height="328" align="left" valign="top" id="logo"><h1>$SITE_NAME$</h1></td></tr>
<tr><td colspan="2" height="24" align="right" style="padding-right:46px; padding-top:12px; padding-bottom:4px;"><?if($SEARCH_FORM$)?>$SEARCH_FORM$<?endif?></td></tr>
<tr><td height="30" style="font-size:10px; padding-left:20px;" ><?if($USERS_ON$)?><?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?> <?if($RSS_LINK$)?>| <a href="$RSS_LINK$">RSS</a><?endif?></td><td style="padding-right:20px;font-size:10px;" align="right" id="headbutton"><a href="$HOME_PAGE_LINK$"><!--<s5176>-->Main<!--</s>--></a> <?if($MODULE_URL$)?>| <a href="$MODULE_URL$">$MODULE_NAME$</a><?endif?> <?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?><?endif?> <?if($USERS_ON$)?><?if($USER_LOGGED_IN$)?> | <a href="$LOGOUT_LINK$"><!--<s5164>-->Log out<!--</s>--></a><?else?> | <a href="$LOGIN_LINK$"><!--<s3087>-->Login<!--</s>--></a><?endif?><?endif?></td></tr>
</table>


And for some reason, I cannot leave a blank field of that sign...

Added (09.01.2012, 23:03)
---------------------------------------------
Edit: My mistake,I didnt notice "<h1>$SITE_NAME$</h1></td></tr>". Thanks for your help

 
Forum » For webmasters » uCoz » Mercedes theme
  • Page 1 of 1
  • 1
Search: