• Page 3 of 3
  • «
  • 1
  • 2
  • 3
Forum moderator: bigblog  
uCoz Community » For Webmasters » Design Customization » Everything about design #827 goes here! (Design, Template 827)
Everything about design #827 goes here!
Natashko
Posts: 3366
Reputation: 171

Message # 31 | 9:16 AM
mewluck, we have checked and the advice that Animorph provided should help in changing the whole background. If you are interested in something else, provide a screenshot of the part that needs to be changed.
mewluck
Posts: 5
Reputation: 0

Message # 32 | 3:09 AM
it worked, my bad lol happy
but now i have another question, is there a way to shift the main,my profile,logout,rss
down so that its below the banner
Animorph
Posts: 2856
Reputation: 189

Message # 33 | 7:21 AM
mewluck, if you edited the logo correctly in photoshop then it should be still under the logo , i don't really know what your logo size is but i think that this will work.

go to CP ---> Design ---> Design management (templates) ---> Module pages example : site pages

1. Manually replacing in all Modules

Find:

Code
<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>

Replace by:

Code
<td id="content">
<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="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>

what i would recommend for you is to use our Quick Substitution of Template Parts feature this might be easy'er for you

2. Quick Substitution of Template Parts

go to CP ---> Design ---> Quick Substitution of Template Parts ---> Multiline

Find:

Code
<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>

Replace by:

Code
<td id="content">
<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="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>

To busy building a passive income online ;)
Zevoxa
Posts: 237
Reputation: 4

Message # 34 | 9:00 PM
Never Mind found it
I would prefer if you called me ErraticFox. ^_^
Post edited by WXMusic - Friday, 2011-07-08, 9:02 PM
defaultNick5662
Posts: 4
Reputation: 0

Message # 35 | 1:47 AM
im having trouble with my banner so instead i just want to lower that menu is there a way to do it

http://i1084.photobucket.com/albums/j403/ZoMbIeMaStOr/Untitled-2.png <my problem.
Post edited by defaultNick5662 - Sunday, 2011-09-11, 1:50 AM
Natashko
Posts: 3366
Reputation: 171

Message # 36 | 10:03 AM
defaultNick5662,
Quote (defaultNick5662)
im having trouble with my banner so instead i just want to lower that menu is there a way to do it

Please provide a link to the page with the problem from the screenshot
SerialKiller
Posts: 7
Reputation: 0

Message # 37 | 12:44 PM
in my website
www.deadflyers.ucoz.com

i want to change welcome test on the .....but the top of the website global block is not visible.....plz help....
i tried changing it through visual editor but after adding text the picture get disfigured...plz help me
Sunny
Posts: 9296
Reputation: 456

Message # 38 | 12:16 PM
SerialKiller, it's within the 'Site Pages' template and templates of module main pages:

Quote
<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>

I'm not active on the forum anymore. Please contact other forum staff.
SerialKiller
Posts: 7
Reputation: 0

Message # 39 | 7:21 PM
I want to have a picture at the right and the left of the box containing the counter strike picture.....in template 827
what should i do.....i added image using img src but there is a space on the top of the center box which i do not want....plz help

Added (2012-03-01, 1:12 PM)
---------------------------------------------
<img src="http://i42.tinypic.com/2u8fkih.jpg" border="0" width="150px" height="200px" ALIGN="Left">
this is the code for the left side where should i add this

Added (2012-03-01, 1:21 PM)
---------------------------------------------
the website is deadflyers.ucoz.com

now there is space on top of the image i dont want that space

Sunny
Posts: 9296
Reputation: 456

Message # 40 | 11:46 AM
SerialKiller, please provide a screenshot that shows what is the exact space you mean.
I'm not active on the forum anymore. Please contact other forum staff.
SerialKiller
Posts: 7
Reputation: 0

Message # 41 | 6:19 PM
here is the picture
plz help....
I dont want the space above the picture....

Added (2012-03-16, 12:18 PM)
---------------------------------------------
pic

Added (2012-03-16, 12:19 PM)
---------------------------------------------
bro i ried i cant add the sreenshot.....plz go to this page
deadflyers.ucoz.com
the is a picture other than the template.....i dont the space above that....

Post edited by SerialKiller - Friday, 2012-03-16, 6:16 PM
uCoz Community » For Webmasters » Design Customization » Everything about design #827 goes here! (Design, Template 827)
  • Page 3 of 3
  • «
  • 1
  • 2
  • 3
Search: