Jump to the post that solved this thread.
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Solved: 11 Years, 2 Months, 2 Weeks ago how to remove duplicate title tag?
#1
Solved: 11 Years, 2 Months, 2 Weeks ago
hello,
here is my forum http://forums.jahirol.com. While posting replies, it shows "Re: then original thread". please take a look at the image. and suggest me how can I remove this 'RE' tag?

Thanks in advance. Smile


Attached Files Thumbnail(s)
   
Owning a DoFollow Forum and a Signature Allowed Q/A Site
#2
Solved: 11 Years, 2 Months, 2 Weeks ago
Go to: ACP > Templates > Showthread Templates > showthread_quickreply > find;

    <input type="hidden" name="subject" value="RE: {$thread['subject']}" />

and replace it with;

    <input type="hidden" name="subject" value="{$thread['subject']}" />
#3
Solved: 11 Years, 2 Months, 2 Weeks ago
hello Arbaz, Thanks for your suggestion.
I've just done according to your instruction. But it hidden "RE" only. The title still shows. I want to show only the new reply, None of "re" & "title."
Owning a DoFollow Forum and a Signature Allowed Q/A Site
#4
Solved: 11 Years, 2 Months, 2 Weeks ago
Just remove this from value
{$thread['subject']}
and it will looks like
value="" />
#5
Solved: 11 Years, 2 Months, 2 Weeks ago
hello POP, i have tried your suggestion too. Everything remains unchanged.
Owning a DoFollow Forum and a Signature Allowed Q/A Site
#6
Solved: 11 Years, 2 Months, 2 Weeks ago
These suggestions will only affect new replies; existing replies will still have the same title.
#7
Solved: 11 Years, 2 Months, 2 Weeks ago
After making those changes, i posted several replies. All of them was showing re title tag
Owning a DoFollow Forum and a Signature Allowed Q/A Site
#8
Solved: 11 Years, 2 Months, 2 Weeks ago
In postbit

Find:

<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

Replace:

<span class="smalltext" style="display:none" ><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>
#9
Solved: 11 Years, 2 Months, 2 Weeks ago
Or just get rid of the span altogether, if you ever want it back you can diff it with the original templates to find what was changed (or revert the template).
#10
Solved: 11 Years, 2 Months, 2 Weeks ago
martec, Thanks a LOT!!

It works fine!! Smile
Owning a DoFollow Forum and a Signature Allowed Q/A Site
Jump to the post that solved this thread.


Forum Jump:


Users browsing this thread: 1 Guest(s)