uCoz Community uCoz Modules Additional Features Informers (help on informers, interesting solutions) |
Informers |
# 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$ 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? *** *** *** *** *** *** I'm not active on the forum anymore. Please contact other forum staff.
|
phuket, unfortunately informers do have a maximum output limit which is unsurpassable. Why are you unable to simply use the module home page to list entries? What exactly is this entry list functioning as on your site?
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Our site work on translate anime, a lot of work and people add entry by themself, it quite hard for me to manage it all with just html
What did i need was a list entry that - It show all of our anime project in one page (in my country, almost people use chrome and firefox, and they like Crlt+F), - It short form A-Z - It has image and description - It automatic Anyway, i will try another way, thanks Paradox |
rys3r, at the current moment there's no standard system feature to achieve this, however, from what I've seen and done during past development it's best achievable using the user entry listings as iframes. It can be buggy at the best of times depending on how well programmed it is and how the server's feeling but it's the most viable regular solution I've found to date.
I haven't considered an API/PHP solution yet, however, I believe it may be possible depending on your experience with server side languages, the uCoz system, and the appropriate programming concepts. Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
I use jQuery:
Code <div class="PhotoEntries">Loading...</div> <script> $(function(){ $(".PhotoEntries").load("$_PHOTO_ACTIVITY_URL$ .photof_ProfileCall"); }); </script> For the code above I'm calling the class photof_ProfileCall from the $_PHOTO_ACTIVITY_URL$. For more information about .load function: http://api.jquery.com/load/ |
I was wondering how could i post an Informer with enetrys from publisher to have images on? Can someone explain this and please don't answer "edit your template code" if i known that i wouldn't ask.
|
boooutheghost, you have to use $IMG_URL1$ variable in this format:
Code <img src="$IMG_URL1$" /> hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
Hi UCOZ comunity, I'm having problems with INFORMERS & GROUP PERMISSIONS.
Somehow INFORMER "Latest updated threads (FORUM)" stopped working when changing USER GROUP PERMISSIONS! Which CHECKBOX in all permissions is responding on displaying this module for different user groups? Anyone have any idea on this? Post edited by themarchello - Sunday, 2015-02-01, 7:33 PM
|
What do you mean exactly by this? The informer will be not displayed to that user groups who have not access to view the Forum module. hey i'm joe and i do not work for the company anymore, please contact other staff or tech support
icon by ch-chau sometimes i lurk here |
untill now I don't understand why uCoz informers are so limited - just 30..
it's in order to avoid overload or what? it could be great to give at least +10 more informers, but as I see my suggestion some years ago in suggestion thread did not receive approval there are 19 kind of informers + tens of other options in the most of informers (comments, views, loads etc.) Post edited by Korijs - Tuesday, 2015-02-10, 7:57 AM
|
| |||