MyBB Community Forums

Full Version: Few Tweaks Help Needed...
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Its great to get support from the MyBB community. I have few doubts here and there which I want to get it clear asap, Please help me :

  1. Look in the picture and see that the New Points string is not well written.. how should I customize that so that its well shown. Also the credits have a link, I want to de-link it.. how can I do it?
  2. Also I want to remove the stars shown, I have disabled the rep system but still I see stars in the profiles..
[Image: err.png]image hosting free
[url=https://postimage.org/][/url]
I am a complete newbie to MyBB please help me in respect to it...

Regards,
Akshaj Nalavade
The stars is adjust in the
  • Users & Groups
The newpoints , you can check in your theme template >member template > member profile


Then below you may see the newpoints code .
I just try to adjust it yesterday, so you may try this


<div class="form-group form-group-sm my_ptop">   
            <label class="col-sm-3 control-label">{$currency}:</label>   
            <div class="col-sm-9">     
              <span><a href="{$mybb->settings['bburl']}/newpoints.php">{$points}</a></span>
            </div> 
          </div>
To remove the stars go to ACP > Users & Groups > Groups > CHOSE GROUP > User Stars and edit to 0 and save.