uCoz Community uCoz Modules Additional Features Sample informers (customized userlist, top posters, visited members) |
Sample informers |
Here you can find samples of some informers:
Greetings!!! Is it possible that I can make a customized userlist page. the registered display name of members :: the registered link (in my case i replace it with friendster) :: online/offline status :: usergroup :: online/offline status my theory is that I will make a block, then make a javascript, then manually make an array of users, but, it takes me constant update |
how to modify?
Post edited by kibawe - Thursday, 2008-10-30, 5:40 PM
|
ic, thnx!!
but is there a way to modify the $body$ block??? |
umm... in case somebody is still interested, i have made a customized user list
http://kibawe.my1.ru/index/0-17 <-- heres sample HOW TO DO the informers template Code <table width="100%" style="border-color:gray;"><tr> <td width="10%" align="center"><img src="$AVATAR_URL$" width="40" alt="$TITLE$"></td> <td width="10%" align="center"><a href="$PROFILE_URL$">$USERNAME$</a></td> <td width="10%" align="center">$FULL_NAME$</td> <td width="10%" align="center">$GROUP_NAME$</td> <td width="10%" align="center">$COUNTRY$</td> </tr></table> the page Code <font color="red">:: [b]Members List[/b] ::</font>[hr] <table width="100%" style="border-color:gray;"><tr> <td width="10%" align="center">Avatar</td> <td width="10%" align="center">Username</a></td> <td width="10%" align="center">Fullname</td> <td width="10%" align="center">Group</td> <td width="10%" align="center">Location</td> </tr></table> $MYINF_#$ i hope this will helpl Post edited by kibawe - Friday, 2008-11-07, 1:09 PM
|
before all, please allow me
thnx for the complement from to those person who visited in the site ive made in ucoz (i mean the site in my siggy). by using the informer. since im too lazy to reply to all, and for future purposes that other guys will ask me same, and in return to help the community specially for those who are interested i would like to share 2 u how. ============= Step 1. Creating Informer Create Informer in section in sorting mode number of entries: that is how many TOP members would you like to appear number of columns: in my site ive used 1 then click Create Step 2. Creating Informer Template Customized the Informer Template (found the right most part, just hover the images) then paste this code below Code <table width="100%"> <td width="40" align="center" valign="middle"> <img src="$AVATAR_URL$" width="30"></td><td width="50%" align="center" valign="middle"><a href="$PROFILE_URL$">$USERNAME$</a></td><td width="50%" align="left" valign="middle"><b>$FORUM_POSTS$</b> msg(s)</td></table> note: there are many variables below that u can play with. ur knowledge with HTML is a great help. Step 3. Using the Code in the right most part there is an input box containing $MYINF_#$ <- that is the var for your informer then in your template pages, just paste $MYINF_#$ in any way where u want it to be . *** ============= Step 1. Creating Informer Create Informer in sorting mode then click Create Step 2. Creating Informer Template Customized the Informer Template (found the right most part, just hover the images) then paste this code below Code <a href="$PROFILE_URL$" class="$CLASS$">$USERNAME$</a>, * thats the default code Step 3. Using the Code in the right most part there is an input box containing $MYINF_#$ <- that is the var for your informer then in your template pages, just paste $MYINF_#$ in any way where u want it to be . * * * Best Regards! Post edited by kibawe - Sunday, 2008-11-09, 4:20 PM
|
I really doubt, those two tutorials was needed, but alright for making them.
Info on informers was already here: http://forum.ucoz.com/forum/6-457-1 |
Quote (1590) How about providing a link to the answer instead of just being a condescending snob? Here you go, inpatient one: http://forum.ucoz.com/forum/7-2538-1 |
| |||