uCoz Community » uCoz Modules » Additional Features » Informers (help on informers, interesting solutions)
Informers
Sunny
Posts: 9296
Reputation: 456

Message # 1 | 10:09 AM
# Informer Samples #

Informers serve to display entries of particular modules on any pages of any sites. For example, you can output the latest forum threads or most commented photos right on the main page. This helps to make your site more interesting and handy for the visitors.

To create an Informer:

1. Go to Informers section on the main page of the Control Panel.

2. Press Create informer.

3. Select necessary module in the field with the pop-down list. (Additional options will appear depending on a module).

4. Set parameters of the options Number of entries and Number of columns.

5. Press Create.

6. Insert the obtained code of the type

Code
$MYINF_id$
where you need.

7. Informer appearance and the information for output can be edited in informer template. Type of information (uCoz codes) depends on the source module. List of codes, available for a certain informer, is under the form for editing template.

With the help of the informer, you can output information both on pages of your website and on any other site in the internet.

There are no explanations for the codes, used in informer template. This is because informers are a serious thing and you should not edit informers without good knowledge of HTML and uCoz system.



Question-answer

Where should I put the code of informer?
Control Panel -> Design -> Design management(templates).

***
How can I find out ID of an entry?
View list of entries or categories and you’ll find their IDs.

***
Is it possible to output entries in random order?
Yes, when you select a type of entries sorting you can choose the item "In random order".

***
Is it possible to make $ID$ code in the informer with Photo Album, because photos often have no names?
Do not output a name at all.

***
How can I output an image, belonging to the news entry, in the informer?
Edit informer template and insert a variable that will display the image.

***
Is it possible not to output in the news informer the news entries that are on the main page?
No.

***
Is it possible to do the following: the informer starts to count users’ messages form a certain time and does not take into account earlier messages?
No.


I'm not active on the forum anymore. Please contact other forum staff.
Archii
Posts: 58
Reputation: 1

Message # 16 | 4:38 PM
i dont know really, where can i find out?
It can be switch to only users ,admins and moderators ,ye??

Sorry for my english.Im from Europe.
Sunny
Posts: 9296
Reputation: 456

Message # 17 | 9:19 AM
Archii, check whether you File Catalog entries are available for Guests. To do this go to Control Panel » Users » User groups » Edit group properties or permissions (for Guests), find File Catalog and look whether you have this checkmark

And what's your site address?

Attachments: 0596310.png (2.3 Kb)

I'm not active on the forum anymore. Please contact other forum staff.
Archii
Posts: 58
Reputation: 1

Message # 18 | 7:01 PM
I did it how you tell me but nothing happend
aklase.ucoz.lv- that is my class web i wanted to make better for the class

Sorry for my english.Im from Europe.
Sunny
Posts: 9296
Reputation: 456

Message # 19 | 9:12 AM
Archii, check the settings of the categories of your File Catalog. Because the categories, e.g. Music, are not available for guests

Attachments: 8637796.png (1.3 Kb)

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

Message # 20 | 0:33 AM
My recent users Informer fully resets at a certain time of the night wiping all the recent users from it, is it supposed to do this?
And if so, is there a way to make it so it removes individual names after each 24h period per person instead of a group?

Cheers

Kron_old
Posts: 117
Reputation: 52

Message # 21 | 2:28 PM
Quote (MiTcH)
is there a way to make it so it removes individual names after each 24h period per person instead of a group?

no
Devil_Jin
Posts: 24
Reputation: 0

Message # 22 | 2:27 PM
Hi Sunny,

I went through this thread and understood that I can use informer to List the latest forum threads. I created a Informer for section Forum and got this code $MYINF_1$ so Users can see the new threads on the forum. I tried to put the code $MYINF_1$ in the General Appearance Of Forum Pages but the forum does not show anything. I want the New Threads output to be shown above Legend. In there(Forum Statistics) it shows Total of 9 threads created, which have 0 replies but does not show in which section the threads are created whats the Topic header or Who created them.

This is my 1st question on this forum hope my post is clear and you are able to understand it.
Waiting for your reply.

Thank You. smile


Post edited by Devil_Jin - Wednesday, 2008-12-24, 2:28 PM
Sunny
Posts: 9296
Reputation: 456

Message # 23 | 9:43 AM
Devil_Jin, you can't show the Informer above Legend. Only either above the list of threads (which is better I think) or under the Additional info block. You must put smth like this
Code
<table border="0" width="100%" cellspacing="1" cellpadding="0" class="gTable">
<tr><td class="gTableSubTop">Latest updated threads</td></tr><tr> <td class="gTableBody1">$MYINF_1$</td></tr>
</table>

either before or under $BODY$.


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

Message # 24 | 1:00 PM
Quote (Sunny)
Devil_Jin, you can't show the Informer above Legend. Only either above the list of threads (which is better I think) or under the Additional info block. You must put smth like this
Code
<table border="0" width="100%" cellspacing="1" cellpadding="0" class="gTable">
<tr><td class="gTableSubTop">Latest updated threads</td></tr><tr> <td class="gTableBody1">$MYINF_1$</td></tr>
</table>

either before or under $BODY$.

Hmmm thanks for the info Sunny.

I would like to know if I want this to be on the main page how do I go about it. My Main Page is empty and it would be nice if I can place this there. Do I just copy paste this code there or something else has to be done with the Page Editor??

Also I just copied and pasted this code in the Main Page Editor but It does Not Show Any Updated Thread Just a Box.

Thanks A Lot smile


Post edited by Devil_Jin - Thursday, 2008-12-25, 1:12 PM
Sunny
Posts: 9296
Reputation: 456

Message # 25 | 1:16 PM
You can put just $MYINF_1$ there.
I'm not active on the forum anymore. Please contact other forum staff.
Devil_Jin
Posts: 24
Reputation: 0

Message # 26 | 1:22 PM
Its Done its showing new threads there now.

One last question if you don`t mind please.

It does not show who created the thread there (Main Page), just the name of the thread and the section nothing else. What Code should be put so it show the time and also who created it??


Post edited by Devil_Jin - Thursday, 2008-12-25, 1:49 PM
Sunny
Posts: 9296
Reputation: 456

Message # 27 | 1:54 PM
There is a link "Informer template" near each Informer. There you can see all the codes that will work in this informer, such as $TIME$ $AUTHOR$ etc.
I'm not active on the forum anymore. Please contact other forum staff.
ohfuraha
Posts: 4
Reputation: 0

Message # 28 | 7:06 AM
I've read this from front to back & the informer still isn't coming out like I thought. I created the informer so that my blog entries will display on my main page. After I created the informer, I clicked on the link that gives me the "code of the informer". I put that into the main page and save. After I do that, what do I do. I read something about going to design management and I'm guessing I'm suppose to put it into page editor. I'm so lost right now. Please if you have the time, go into more detail. I'm feeling very slow at this point & not understanding anything cry
Sunny
Posts: 9296
Reputation: 456

Message # 29 | 9:04 AM
Quote (ohfuraha)
After I created the informer, I clicked on the link that gives me the "code of the informer". I put that into the main page and save.

And that's all. The informer must show up on the main page.

Quote (ohfuraha)
After I do that, what do I do. I read something about going to design management and I'm guessing I'm suppose to put it into page editor.

What and where you read? If you want to customize the appearance of your informer you must click on "Informer template" near the informer name.

And you must remember that informers display only the entries that are available for guests (not only registered users).


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

Message # 30 | 9:04 AM
Subject.

My informer template:

Code

<br /><b><a href="$ENTRY_URL$" rel="bookmark">$TITLE$</a></b>%IF($IMG_URL1$)% <center><img style="margin:5px 0px 10px 0px" src="$IMG_URL1$" alt="Featured Story" /></center> %ENDIF%
   
  <p> $MESSAGE$ <br /> <a href='$ENTRY_URL$'>Read this »</a></p>

I can't see result for $MESSAGE$ at my page(((

Post edited by murich - Saturday, 2008-01-26, 9:24 AM
uCoz Community » uCoz Modules » Additional Features » Informers (help on informers, interesting solutions)
Search: