Remove "Last Edited By" in phpbb3
3 posters
Page 1 of 1
Remove "Last Edited By" in phpbb3
How do I remove "Last Edited By" in phpbb3, using CSS?
It's in the code somewhere. How can I find it and get rid of it?
It's in the code somewhere. How can I find it and get rid of it?
Re: Remove "Last Edited By" in phpbb3
Hello!
Acess PA > Modules > HTML and JS > Pages JS > New JS > Investiment in "In topics" and paste the code:
Acess PA > Modules > HTML and JS > Pages JS > New JS > Investiment in "In topics" and paste the code:
- Code:
jQuery(document).ready(function(){jQuery('.post .postbody').each(function(){if(jQuery(this).html().indexOf('<br>Last edited by')!=-1){jQuery(this).html(jQuery(this).html().replace(/<br>Last edited by /g,'<br><div style=display:none>Last edited by ').replace(/vez(es)/g,' vez(es)</div>'))}});});
Re: Remove "Last Edited By" in phpbb3
Shek wrote:Hello!
Acess PA > Modules > HTML and JS > Pages JS > New JS > Investiment in "In topics" and paste the code:Regards,
- Code:
jQuery(document).ready(function(){jQuery('.post .postbody').each(function(){if(jQuery(this).html().indexOf('<br>Last edited by')!=-1){jQuery(this).html(jQuery(this).html().replace(/<br>Last edited by /g,'<br><div style=display:none>Last edited by ').replace(/vez(es)/g,' vez(es)</div>'))}});});
Thank you so much! It worked perfectly.
Oh I cant thank you enough. You just made something ugly perfect again. Yay!
Re: Remove "Last Edited By" in phpbb3
Topic Solved & Locked |
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Similar topics
» [Solved] Remove "Last Edited by on;Edited 4 times in total" Message for phpBB2 Silver
» How to remove this "Last edited by"
» Remove "Last edited by ...." from posts?
» Remove "Last Edited By" in phpbb2
» Remove Confirmation Message PHPBB3
» How to remove this "Last edited by"
» Remove "Last edited by ...." from posts?
» Remove "Last Edited By" in phpbb2
» Remove Confirmation Message PHPBB3
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum