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 Topic Prefixes

+3
Poser
SLGray
Take Notes
7 posters

Go down

In progress Remove Topic Prefixes

Post by Take Notes May 29th 2016, 11:13 pm

Can I please have help removing Global Announcement, Announcement, and Pinned from Topics in a forum? I want them to look like a normal topic except with the special topic icon.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by SLGray May 29th 2016, 11:36 pm

AP > General > Messages & Emails > Configuration
What happens when you enter
Code:
&nsbp
in the boxes for the announcements and sticky?


Remove Topic Prefixes 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

In progress Re: Remove Topic Prefixes

Post by Take Notes May 31st 2016, 11:10 pm

It shows as &nsbp
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Poser May 31st 2016, 11:49 pm

Should it be
Code:
 
?
Poser
Poser
Helper
Helper

Male Posts : 413
Reputation : 43
Language : English, Filipino
Location : @ohmpawatt

http://maristpress.forumotion.com/

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Take Notes June 2nd 2016, 12:47 am

Bump.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Van-Helsing June 2nd 2016, 2:11 am

Hi,
What is your forum url?
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Take Notes June 2nd 2016, 3:33 pm

It is irrelevant but here:
www.forumpromocean.forumotion.com
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Rhino.Freak June 2nd 2016, 5:09 pm

Poser wrote:Should it be
Code:
 
?
Tried this?
Rhino.Freak
Rhino.Freak
Helper
Helper

Male Posts : 1248
Reputation : 104
Language : English
Location : Mumbai, India

http://freetest.forumotion.net/

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Van-Helsing June 2nd 2016, 10:12 pm

Hello,
I asked for your forum link to check the forum version to adapt the js, now create a new javascript and adjust it in subforums and paste the following code:

Code:
$(document).ready(function(){
$('dd.dterm strong:contains("Global announcement:').each(function(){
$(this).replace("Global announcement:","NEW_VALUE");
$(document).ready(function(){
$('dd.dterm strong:contains("Announcement:').each(function(){
$(this).replace("Announcement:","NEW_VALUE");
$(document).ready(function(){
$('dd.dterm strong:contains("Sticky:').each(function(){
$(this).replace("Sticky:","NEW_VALUE");

In the NEW_VALUE variable you can add your new text, then press submit.
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by SLGray June 2nd 2016, 10:20 pm

Van-Helsing wrote:Hello,
I asked for your forum link to check the forum version to adapt the js, now create a new javascript and adjust it in subforums and paste the following code:

Code:
$(document).ready(function(){
$('dd.dterm strong:contains("Global announcement:').each(function(){
$(this).replace("Global announcement:","NEW_VALUE");
$(document).ready(function(){
$('dd.dterm strong:contains("Announcement:').each(function(){
$(this).replace("Announcement:","NEW_VALUE");
$(document).ready(function(){
$('dd.dterm strong:contains("Sticky:').each(function(){
$(this).replace("Sticky:","NEW_VALUE");

In the NEW_VALUE variable you can add your new text, then press submit.
He wants the words removed.


Remove Topic Prefixes 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

In progress Re: Remove Topic Prefixes

Post by Van-Helsing June 2nd 2016, 10:26 pm

Hello SLGray,
in this case he must leaving blank the place of the NEW_VALUE variable like this javascript:

Code:
$(document).ready(function(){
        $('dd.dterm strong:contains("Global announcement:').each(function(){
        $(this).replace("Global announcement:","");
        $(document).ready(function(){
        $('dd.dterm strong:contains("Announcement:').each(function(){
        $(this).replace("Announcement:","");
        $(document).ready(function(){
        $('dd.dterm strong:contains("Sticky:').each(function(){
        $(this).replace("Sticky:","");
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Take Notes June 2nd 2016, 11:08 pm

Didnt work.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by TheCrow June 2nd 2016, 11:10 pm

Van-Helsing wrote:Hello SLGray,
in this case he must leaving blank the place of the NEW_VALUE variable like this javascript:

Code:
$(document).ready(function(){
        $('dd.dterm strong:contains("Global announcement:').each(function(){
        $(this).replace("Global announcement:","");
        $(document).ready(function(){
        $('dd.dterm strong:contains("Announcement:').each(function(){
        $(this).replace("Announcement:","");
        $(document).ready(function(){
        $('dd.dterm strong:contains("Sticky:').each(function(){
        $(this).replace("Sticky:","");
Aren't there missing some
Code:
}}}};
@Van-Helsing ?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6913
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Take Notes June 2nd 2016, 11:15 pm

I was thinking the same thing lol
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Van-Helsing June 3rd 2016, 1:48 am

Oh yes I forgot to close the branches and parenthesis. Sorry. Sad

Code:
        $(document).ready(function(){
                $('dd.dterm strong:contains("Global announcement:').each(function(){
                $(this).replace("Global announcement:","");
                })});
                $(document).ready(function(){
                $('dd.dterm strong:contains("Announcement:').each(function(){
                $(this).replace("Announcement:","");
                })});
                $(document).ready(function(){
                $('dd.dterm strong:contains("Sticky:').each(function(){
                $(this).replace("Sticky:","");
                })});
Van-Helsing
Van-Helsing
Hyperactive

Male Posts : 2431
Reputation : 116
Language : English, Greek

http://itexperts.forumgreek.com/

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Take Notes June 3rd 2016, 2:04 am

Still not working.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Take Notes June 11th 2016, 7:34 pm

Bump.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Take Notes June 20th 2016, 8:36 pm

Bump.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

In progress Re: Remove Topic Prefixes

Post by Nemo June 29th 2016, 11:16 am

Hello,

Is this still needed?

Hello
Nemo
Nemo
Active Poster

Male Posts : 1203
Reputation : 119
Language : Greek, English, French

http://www.helpgr.forumgreek.com

Back to top Go down

Back to top

- Similar topics

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