View Single Post
  #232  
Old 23rd June 2010, 23:33
Timisoreanul's Avatar
Timisoreanul Timisoreanul is offline
Senior Member
 
Join Date: Apr 2008
P2P
Posts: 211
Default
Hi,


1. Check in admincp.php at Images (unused) must be /pic/ also check the site/base url if there are right.
2 . Yes you can, click on the name ,, ex: demo .. end down you will see Edit this user ,go to class end select what class do you what demo to have.. ex VIP ..select vip the click Okay
3. This is a little complicated if you ar a beginner in php, first go to detalis.php search for
Code:
if (get_user_class() >= UC_MODERATOR)
        tr("Hits", $row["hits"]);
you see: >=UC_MODERATOR the moderator, admin end sysop will able to see that content, if you change to UC_VIP or , UC_USER the vip end up will see the content, uc_user the user end up will see that content, the class are in include/global.php, So you have to add : if (get_user_class() >= UC_CLASS_HERE)
4 . Explain more detail.
5. You meen to change the theme of entire site? go to profile , at Stylesheet select othere theme.then hit ok
__________________
only me
Reply With Quote