You logged in as Guest
Login:
Recent messages · Members · Forums rules · FAQ · SEARCH Registration · Log in

Page 1 of1
Forum moderator: Armaros 
UcoZ Community » UcoZ System management and tuning » Design customization » how can ?
how can ?
thasoldierDate: Wednesday, 2008-09-17, 10:23 Am | Message # 1
Regular
Group: Checked
Messages: 50
Reputation: 0 [0%]
Status: Offline
how can i add to show how many topics the user has created,to show under the users avatar

Added (2008-09-17, 10:23 Am)
---------------------------------------------
with some javascript... or something




Message edited by thasoldier - Wednesday, 2008-09-17, 12:00 Pm
 
UcoZDate: Wednesday, 2008-09-17, 1:32 Pm | Message # 2
UcoZ Admin
Group: Administrators
Messages: 410
Reputation: 32 [5%]
Status: Offline
Quote (thasoldier)
how can i add to show how many topics the user has created,to show under the users avatar

no, total number of messages (including topics) only.
 
hollisterDate: Thursday, 2008-09-25, 8:21 Pm | Message # 3
Newbie
Group: Users
Messages: 10
Reputation: 0 [0%]
Status: Offline
how can i......
you know how your callender is on top of the page....i want to
shift that and the search box to the bottom of the page and the
create you own site thing up...?how do i do that... my friend did
it ..but how do i? cry cry cry cry wacko wacko wacko wacko

O.o Hollister o.O
 
SunnyDate: Friday, 2008-09-26, 3:45 Am | Message # 4
Haunter
Group: Administrators
Messages: 822
Status: Offline
If you just want to reverse the order of side blocks find their codes in templates (Customize design section - Site pages). e.g. here is calendar code

Code
<?if($NEWS_CALENDAR$)?><table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>News calendar</b></td></tr><tr><td class="boxContent" align="center">$NEWS_CALENDAR$</td></tr></table><?endif?>

and change their order as you like.

 
hollisterDate: Monday, 2008-09-29, 9:39 Pm | Message # 5
Newbie
Group: Users
Messages: 10
Reputation: 0 [0%]
Status: Offline
but where do you put it?

O.o Hollister o.O
 
ArmarosDate: Tuesday, 2008-09-30, 0:20 Am | Message # 6
Haunter
Group: Moderators
Messages: 1414
Reputation: 46 [8%]
Status: Offline
Quote (hollister)
but where do you put it?
There where you want it to be. If under "Search" than find search code & put it under.

" A single death is a tragedy; a million deaths is a statistic. " ~ Armaros
 
hollisterDate: Tuesday, 2008-09-30, 9:30 Pm | Message # 7
Newbie
Group: Users
Messages: 10
Reputation: 0 [0%]
Status: Offline
huh?

experienced admin....

where do i put that link?

Added (2008-09-30, 9:30 Pm)
---------------------------------------------
another question....

can you make your page smaller?
lyke lyke....

my page now | |
i want it | |

i want it skinnier
than my page now....

hollister.ucoz.com

plz help....byers


O.o Hollister o.O
 
SunnyDate: Wednesday, 2008-10-01, 3:03 Am | Message # 8
Haunter
Group: Administrators
Messages: 822
Status: Offline
hollister, go to Control Panel -> Customize design -> Site pages. E.g. you have the following code

Quote
<?if($NEWS_CALENDAR$)?><table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>News calendar</b></td></tr><tr><td class="boxContent" align="center">$NEWS_CALENDAR$</td></tr></table><?endif?>
<?if($SEARCH_FORM$)?><table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Search</b></td></tr><tr><td class="boxContent" align="center">$SEARCH_FORM$</td></tr></table><?endif?>
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Site friends</b></td></tr><tr><td class="boxContent">$GLOBAL_FRIENDS$</td></tr></table>

Here you have News Calendar, then Search, and then Site friends. And you want to put Site friends at the very beginning. Then just take the code of Site Friends block

Code
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Site friends</b></td></tr><tr><td class="boxContent">$GLOBAL_FRIENDS$</td></tr></table>

and paste it before the calendar code. Like this:

Quote
<table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Site friends</b></td></tr><tr><td class="boxContent">$GLOBAL_FRIENDS$</td></tr></table>
<?if($NEWS_CALENDAR$)?><table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>News calendar</b></td></tr><tr><td class="boxContent" align="center">$NEWS_CALENDAR$</td></tr></table><?endif?>
<?if($SEARCH_FORM$)?><table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>Search</b></td></tr><tr><td class="boxContent" align="center">$SEARCH_FORM$</td></tr></table><?endif?>

Hope this time you'll get it.

If you want to make the page skinnier you must know HTML and CSS. Try to choose another standard design.

 
hollisterDate: Saturday, 2008-10-04, 12:53 Pm | Message # 9
Newbie
Group: Users
Messages: 10
Reputation: 0 [0%]
Status: Offline
ok.....wahhhhhh

can you do it for mee?

i do not get it at all!
wahh!


O.o Hollister o.O
 
ArmarosDate: Saturday, 2008-10-04, 1:20 Pm | Message # 10
Haunter
Group: Moderators
Messages: 1414
Reputation: 46 [8%]
Status: Offline
hollister, no, because it's not hers work to go to your site & code for you. Read careful what Sunny wrote & do step by step yourself.

" A single death is a tragedy; a million deaths is a statistic. " ~ Armaros
 
hollisterDate: Wednesday, 2008-10-08, 8:28 Pm | Message # 11
Newbie
Group: Users
Messages: 10
Reputation: 0 [0%]
Status: Offline
wahhh cry cry cry cry cry

fine i'll try it.....


O.o Hollister o.O
 
UcoZ Community » UcoZ System management and tuning » Design customization » how can ?
Page 1 of1
Search: