MyBB Community Forums

Full Version: bring back rep button
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I tried changing the text of the rate button, and once I done that the button dissapeared.

Is there a way to like revert it to original?

I deleted my global.lang.php, redownloaded mybb and uploaded that one

Try it yourself:

here

username: testomundo
psw: testaccount
if you were trying via ACP > template & Style > Templare Set >... , then yes you may revert it to original / delete .

after doing that refresh your browser hope everything ll be alright .


if not then
it is better to provide complete detail so expert in this community can help you very well ,

If you can provide URL of your forum ,
Theme name you are using .

what did you change ? please explain it .
(2014-11-25, 09:02 PM)mujeebdgk Wrote: [ -> ]if you were trying via ACP  > template & Style > Templare Set >... , then yes you may revert it to original / delete .

after doing that refresh your browser hope everything ll be alright .


if not then
it is better to provide complete detail so expert in this community can help you very well ,

If you can provide URL of your forum ,
Theme name you are using .

what did you change ? please explain it .


I found out that the rate button was a css button with text on it and an icon
And I was told that it was changed via global_lang.php, so i went into global_lang.php, ctrl+f'ed and found "Rate", which I changed to "Rep"
Since then it dissapeared.
I tried to revert it by putting a clean global_lang.php in it and it still doesnt work.

My forum url is:

http://forum.sfrp.ga

If you want, I can make an AdminCP account for you to figure it out.
Else use my testaccount:

USername: testomundo
password: testaccount
Go to AdminCP > click on Templates > Default Template > Post Bit Templates > Post Bit


Find :
<div class="post_controls">
	

Compare / Replace : 
<div class="post_controls">
	<div class="postbit_buttons author_buttons float_left">
		{$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
	</div>

try this 
(2014-11-25, 09:18 PM)mujeebdgk Wrote: [ -> ]Go to AdminCP > click on Templates > Default Template > Post Bit Templates > Post Bit


Find :

<div class="post_controls">
 

Compare / Replace : 

<div class="post_controls">
 <div class="postbit_buttons author_buttons float_left">
 {$post['button_email']}{$post['button_pm']}{$post['button_www']}{$post['button_find']}{$post['button_rep']}
 </div>

try this 


Sadly this hasn't worked, anyone else please?

wow i found the most ridiculous way to fix this


i disabled / re enabled it and it works
-.-
i feel ashamed