uCoz Community uCoz Modules Site News & Blogs Help on Site News |
Help on Site News |
mmc, If you allowed user's to Add new entries on Site news then it should work. Make sure one more time.
CP - Users - user group - users - +site news - Check in Add new entries. "I don't like to commit myself about heaven and hell - you see, I have friends in both places"
|
mmc, how exactly it didn't work? There is no link for adding news, or the added news doesn't appear? If the second variant then probably Pre-moderate new entries (must be verified) is checked in user group settings.
I'm not active on the forum anymore. Please contact other forum staff.
|
yeah. i can't find Add new entries on Site news.
Added (2009-10-12, 6:11 Am) What should i do for this ? |
mmc, Did you delete the Add news entry link? If so this thread will help you.
http://forum.ucoz.com/forum/14-5682-32144-16-1244260456 "I don't like to commit myself about heaven and hell - you see, I have friends in both places"
|
i tried to put the code for user avatars to appears by their post, and if they don't have one it would show a default avatar. but instead all avatars become default one. where did i go wrong?
Code <?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?><?if($USER_TITLE$)?><div class="postRankName">$USER_TITLE$</div><?else?><div class="postRankName">$USER_RANK_NAME$</div><?endif?> <?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" src="$AVATAR_URL$" border="0"><?else?><img alt="" src="http://s101.ucoz.net/a/08/0730.jpg" align="" border="0" height="80" width="80"><?endif?> Web design and film == my 2 passions.
Genesis Inc. ~ New Horizons, New Beginnings Post edited by NTP - Wednesday, 2009-11-25, 3:56 AM
|
NTP, first of all avatars are discussed here - http://forum.ucoz.com/forum/7-3388-1
You are using the same avatar code (<?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" border="0" src="$AVATAR_URL$"><?endif?>) twice. The second part of the code must work fine:
Code <?if($AVATAR_URL$)?><img title="$USERNAME$" class="userAvatar" src="$AVATAR_URL$" border="0"><?else?><img src="http://s101.ucoz.net/a/08/0730.jpg" align="" border="0" height="80" width="80"><?endif?> I'm not active on the forum anymore. Please contact other forum staff.
|
Mac10, edit your signature and read the rules for signature http://forum.ucoz.com/forum/30-3739-1
"I don't like to commit myself about heaven and hell - you see, I have friends in both places"
|
| |||