Remove Topic Prefixes
+3
Poser
SLGray
Take Notes
7 posters
Page 1 of 1
Remove Topic Prefixes
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- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Remove Topic Prefixes
AP > General > Messages & Emails > Configuration
What happens when you enter
in the boxes for the announcements and sticky?
What happens when you enter
|
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.
Re: Remove Topic Prefixes
It shows as &nsbp
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Remove Topic Prefixes
It is irrelevant but here:
www.forumpromocean.forumotion.com
www.forumpromocean.forumotion.com
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Remove Topic Prefixes
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:
In the NEW_VALUE variable you can add your new text, then press submit.
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.
Re: Remove Topic Prefixes
He wants the words removed.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.
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.
Re: Remove Topic Prefixes
Hello SLGray,
in this case he must leaving blank the place of the NEW_VALUE variable like this javascript:
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:","");
Re: Remove Topic Prefixes
Didnt work.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Remove Topic Prefixes
Aren't there missing someVan-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:","");
|
Forum of the Forums Forumotion Rules | Tips & Tricks | FAQ | Did you forget your password? |
*** The Support Forum will never ask you for your email or password, so please do not post them anywhere! ***
No support via PM!
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Remove Topic Prefixes
Oh yes I forgot to close the branches and parenthesis. Sorry.
- 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:","");
})});
Re: Remove Topic Prefixes
Still not working.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Similar topics
» Advanced Topic Prefixes
» how to remove similar topic under post?
» Buttons to add prefixes in topic titles
» please help Remove the # at the following link topic
» Pressing "Edit" will remove most of the topic
» how to remove similar topic under post?
» Buttons to add prefixes in topic titles
» please help Remove the # at the following link topic
» Pressing "Edit" will remove most of the topic
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum