|
|
Forum moderator: bigblog |
uCoz Community For Webmasters Custom Solutions Autopost of new entry (what title says) |
Autopost of new entry |
I've been playing with the editing page but I can't seem to autopost the most recent entry in my Home Page. Is there a way to do this? For example, new "New News Entry" was made and I want that entry will show up in my home page and when it is click from home page it will redirect the user to that actual entry's page.
thanks a lot |
You have to create a informer:
For example, informer template: Code <div class="inf_block"> <div class="inf_time">$TIME$</div> <div class="inf_text"><a href="$ENTRY_URL$">Доступен новый материал: "$TITLE$"</a></div> </div> css: Code .inf_block { background: grey; padding: 15px; border-radius: 10px; font-family: Tahoma; font-size: 18px; font-weight: bolder; } .inf_time { background: white; padding: 15px; margin-right: 15px; border-radius: 7px; float: left; } .inf_text { padding: 15px; } |
| |||
| |||