uCoz Community » uCoz Modules » Forum » Plate for Statistics Forum (Recent posts, Readable topics, Top users, New users ...)
Plate for Statistics Forum
HUNAR
Posts: 6
Reputation: 2

Message # 1 | 11:35 AM
I think it is clear without explanation plate of the forum Very often this is requested

Quote
<table border="0" width="100%" bgcolor="#FFFFFF" cellspacing="1" cellpadding="3" class="gTable">
<tr>
<td class="gTableTop" colspan="5">Statistics Forum</td>
</tr>
<tr>
<td width="25%" class="gTableSubTop">Recent Posts</td>
<td width="25%" class="gTableSubTop">Readable topic</td>
<td width="25%" class="gTableSubTop">Top Users </td>
<td width="25%" class="gTableSubTop">New User</td>
</tr>
<tr>
<td class="gTableBody1" style="padding:10px;">$MYINF_1$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_2$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_3$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_4$</td>
</tr>
</table>


Blue needs to be replaced by your site

Table of the informer

Quote
<DIV>
<TABLE style="WIDTH: 100%"> <TABLE Style="WIDTH: 100%">
<TBODY> <TBODY>
<TR> <TR>
<TD style="VERTICAL-ALIGN: top"> <TD Style="VERTICAL-ALIGN: top">
<P align=left><img src="http://xfiles.clan.su/post_old.gif"> <A href="$THREAD_URL$">$THREAD_TITLE$</A> </P> <P Align=left> <img src="http://info4kurd.com/5_Top/Dwain_babatakan.gif"> <A href="$THREAD_URL$"> $ THREAD_TITLE $ </ A> </ P>
</TD> </ TD>
<TD style="VERTICAL-ALIGN: top"> <TD Style="VERTICAL-ALIGN: top">
<P align=right> ($REPLIES$) </P> <P Align=right> ($ REPLIES $) </ P>
</TD> </ TD>
</TR> </ TR>
</TBODY> </ TBODY>
</TABLE> </ TABLE>
</DIV> </ DIV>


Purple customize to your site

Attachments: 2007125.gif (26.0 Kb)
BMX
Posts: 2
Reputation: -1

Message # 2 | 2:54 PM
the code doesn't work my forum

Img Url: http://i40.tinypic.com/23w8qe0.jpg
Pilot
Posts: 487
Reputation: 77

Message # 3 | 3:01 PM
BMX, have you even created the informers?
BMX
Posts: 2
Reputation: -1

Message # 4 | 3:18 PM
no how create?
Pilot
Posts: 487
Reputation: 77

Message # 5 | 3:35 PM
Quote (BMX)
no how create?

CP > Informers

there create the informers you need.

Also, read about posting screenshots: http://forum.ucoz.com/forum/30-3739-1

Quote (Sunny)
4. Screenshots must not be more then 500х400 px in size.
onurcaglar
Posts: 16
Reputation: 0

Message # 6 | 3:46 PM
Quote (HUNAR)
<td class="gTableBody1" style="padding:10px;">$MYINF_1$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_2$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_3$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_4$</td>
</tr>
</table>
Blue needs to be replaced by your site

The blues... It's mean "http://forum.ucoz.com/forum/9-5020-1".

Like this or will I put a code?

Help please and thanks.

Post edited by onurcaglar - Friday, 2009-04-24, 3:47 PM
Armaros
Posts: 1424

Message # 7 | 4:35 PM
onurcaglar, there will go informer codes. You must create informers first.
onurcaglar
Posts: 16
Reputation: 0

Message # 8 | 5:43 PM
Quote (Armaros)
onurcaglar, there will go informer codes. You must create informers first.

1) go to "x"
2) open the page "y" etc.

Can you explain like this please? I don't know :(

Armaros
Posts: 1424

Message # 9 | 7:58 PM
Quote (onurcaglar)
Can you explain like this please?
Alright. happy

Quote (Four informers will be needed)
Recent Posts --- $MYINF_1$
Readable topic -- $MYINF_2$
Top Users ------- $MYINF_3$
New User -------- $MYINF_4$

-> Go to: Control Panel
-> Informers
-> Create informer
-> Informer name: Recent Posts
-> Section: Forum
-> Sorting mode: Latest updated threads
-> Entries: 10 Columns: 1
-> Click on 'create'.
-- First Informer Created (If you had none, its code will be: $MYINF_1$) --

-> Create second informer
-> Informer name: Most Popular Threads
-> Section: Forum
-> Sorting mode: Most popular threads
-> Entries: 10 Columns: 1
-> Click on 'create'.
-- Second Informer Created (If you had none, its code will be: $MYINF_2$) --

-> Create third informer
-> Informer name: Top Users
-> Section: Users
-> Sorting mode: Num. of forum posts
-> Entries: 10 Columns: 1
-> Click on 'create'.
-- Third Informer Created (If you had none, its code will be: $MYINF_3$) --

-> Create last informer
-> Informer name: Newest Users
-> Section: Users
-> Sorting mode: Registration date D
-> Entries: 10 Columns: 1
-> Click on 'create'.
-- Last Informer Created (If you had none, its code will be: $MYINF_4$) --


A code for you will be this (it's different from HUNAR's):

Code
<table border="0" width="100%" bgcolor="#FFFFFF" cellspacing="1" cellpadding="3" class="gTable">
<tr>
<td class="gTableTop" colspan="5">Statistics Forum</td>
</tr>
<tr>
<td width="25%" class="gTableSubTop">Recent Posts</td>
<td width="25%" class="gTableSubTop">Most Popular Threads</td>
<td width="25%" class="gTableSubTop">Top Users</td>
<td width="25%" class="gTableSubTop">Newest Users</td>
</tr>
<tr>
<td class="gTableBody1" style="padding:10px;">$MYINF_1$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_2$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_3$</td>
<td class="gTableBody1" style="padding:10px;">$MYINF_4$</td>
</tr>
</table>
(Paste this ^ code where you want it to display)


After you created informers and pasted code, you will need to
modify informers code for better layout. It can be done like this:

-> Go to: Control Panel
-> Informers
-> Informer: Recent Posts
-> Click on
-> Replace code in it with this:

Code
<li><a href="$THREAD_URL$">$THREAD_TITLE$</a> <span>($REPLIES$)</span></li>
-> Click on 'Save'.


-> Go to: Control Panel
-> Informers
-> Informer: Most Popular Threads
-> Click on
-> Replace code in it with this:
Code
<li><a href="$THREAD_URL$">$THREAD_TITLE$</a> <span>($REPLIES$)</span></li>
-> Click on 'Save'.


-> Go to: Control Panel
-> Informers
-> Informer: Top Users
-> Click on
-> Replace code in it with this:
Code
<li><a href="$PROFILE_URL$">$USERNAME$</a> <span>[$FORUM_POSTS$]</span></li>
-> Click on 'Save'.
RuBeN
Posts: 4
Reputation: 2

Message # 10 | 5:46 PM
How U Do This For Birth day counters ..... plze help
Sunny
Posts: 9296
Reputation: 456

Message # 11 | 9:04 AM
RuBeN, what exactly do you mean? On forum "Today Birthdays" feature is active by default.
I'm not active on the forum anymore. Please contact other forum staff.
RuBeN
Posts: 4
Reputation: 2

Message # 12 | 2:39 PM
not in my forum idk why
Armaros
Posts: 1424

Message # 13 | 2:48 PM
Quote (RuBeN)
not in my forum idk why
People must select their birth date in their profile. If no one selected, it wont appear. uCoz system checks birthdays twice a day, if I'm not wrong.
Clyde
Posts: 242
Reputation: 0

Message # 14 | 1:21 AM
It works fine with "Guests Permitted to View Forum" ...but I only want "Registered Users" viewing forums.
When I block Guests, the informer module does not work.

Ucoz Website Since 2009
Post edited by Clyde - Saturday, 2009-08-15, 4:00 AM
Clyde
Posts: 242
Reputation: 0

Message # 15 | 5:27 AM
tried adding:
Code
<?if($USER_LOGGED_IN$)?>$BODY$<?else?>Guests are not allowed to view the forum<?endif?>

in the "General Appearance of forum pages" (found from a previous post by Sunny)

seems to be working working for now ...if not I will be back biggrin tongue


Ucoz Website Since 2009
Post edited by Clyde - Saturday, 2009-08-15, 6:00 AM
uCoz Community » uCoz Modules » Forum » Plate for Statistics Forum (Recent posts, Readable topics, Top users, New users ...)
Search: