The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Remove "Last Edited By" in phpbb3

3 posters

Go down

Solved Remove "Last Edited By" in phpbb3

Post by Hunnyluvs November 27th 2012, 11:14 am

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?

Hunnyluvs
Hunnyluvs
Forumember

Female Posts : 51
Reputation : 0
Language : english
Location : northeast U.S.

http://buzzweekly.forumotion.com/

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb3

Post by Shek December 10th 2012, 6:42 pm

Hello! Hello

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>'))}});});
Regards,
Very Happy
Shek
Shek
Active Poster

Male Posts : 1679
Reputation : 60
Language : Portuguese and English
Location : Brazil

https://publipos.net

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb3

Post by Hunnyluvs December 10th 2012, 8:23 pm

Shek wrote:Hello! Hello

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>'))}});});
Regards,
Very Happy

Smile Smile Smile Thank you so much! It worked perfectly.
Oh I cant thank you enough. You just made something ugly perfect again. Yay!
Hunnyluvs
Hunnyluvs
Forumember

Female Posts : 51
Reputation : 0
Language : english
Location : northeast U.S.

http://buzzweekly.forumotion.com/

Back to top Go down

Solved Re: Remove "Last Edited By" in phpbb3

Post by SLGray December 10th 2012, 9:31 pm

Topic Solved & Locked


Remove "Last Edited By" in phpbb3  Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51482
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum