View Single Post
  #82  
Old 3rd April 2008, 23:38
trurl3 trurl3 is offline
Senior Member
 
Join Date: Mar 2008
Posts: 28
Default Re: Yuna Scatari v2.0 PRE7 RC0
Quote:
Originally Posted by KRoCk85
hello i love thise code just a few Q's -
Q1 are how can i change the content when users first come to the page and they see the red stop sign where can i want to edit that area
Go to Admin CP, open 'Blocks' and find block 'Login'. Edit this HTML block and you can remove this big STOP sign :)

Quote:
Originally Posted by KRoCk85
Q2 - how can i make it so anyone can upload not just uploaders.
You have to deal with every style separately. Go to the code, find:
your site/themes/ANDiTKO/stdhead.php (or- your site/themes/TBDev/stdhead.php ... or -your site/themes/ any style you install in future). In every style open file stdhead.php and find occurence of 'upload.php'. Just before it you will see condition:
Code:
if (get_user_class() >= UC_UPLOADER)
Presto!! Change 'UPLOADER' for class you want and you have it!

Q3 - I have done the same as you, because my users do not likes MyBB forum. It works pretty good. Now I'm trying to change block 'Forums' which shows last posts from forum. But i am not php coder, so it goes not good. Maybe some of masters could be so kind and fix it.