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.
|
pow, sorry, I was thinking of the publisher when I wrote that. You can hide the entries from displaying using the category id but that is the best solution I can think of at the moment.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
I want to make My website private in a future or for some areas of my website ,and everytime I close a section of my website for users only the informers don't work and gives a massage sayng that "guess can't see this section "where the informer list is sopposed to be even if I enter as a administrator the list says the same thing and wont show me the result
Is there a way to configure my website so that when I close it the informers keeps working? |
carloscompu, unfortunately not. If you close a section of your site using permissions the informers system does not function efficiently and at all in most cases. The only way around this problem is to remove all links and hide everything you don't want guests to see using conditional operators.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Thanks Paradox I was just doing that ,its to bad Ucoz should modify that
|
carloscompu, feel free to make suggestions here in the thread on the forums. All of them are forwarded on to the development team.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
bztatman, sure: Control Panel -> Tools -> Informers -> Per module entry counters. Create the informer, then open its template and delete everything except:
Code <?if($STUFF$)?>Games: <b>$STUFF$</b><br><?endif?> I'm not active on the forum anymore. Please contact other forum staff.
|
How many informers can i add to my webpage?
What is the limit |
carloscompu, you can create a maximum of 30 informers in total. There is however no limit on the number of informers you can embed per template.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
XO-Ferg, I don't understand exactly what you are meaning. If you are meaning you'd like to place the informer within a block this is entirely possible by simply adding it to the block using the Builder. If otherwise you are meaning coding a design border that can be used anywhere chances are you can copy the code for a block and modify it as necessary where you'd like it positioned.
Jack of all trades in development, design, strategy.
Working as a Support Engineer. Been here for 13 years and counting. |
Paradox, yea i wanna put a block in the body section of my home page and make it as wide as the body....
i dont know where to get the code for a block from. Added (2012-12-13, 8:34 PM) Code <table border="0" cellpadding="0" cellspacing="0" class="boxTable"><tr><td class="boxTitle"><b>TITLE</b></td></tr><tr><td class="boxContent">CONTENT</td></tr></table> Added (2012-12-14, 10:12 AM) |
| |||