Solved: 6 Years, 9 Months ago Clickable Thread Prefix
#1
Solved: 6 Years, 9 Months ago
Hi

Is there is any plugin or how can I make Thread Prefix as clickable.

Thanks
Reply
#2
Solved: 6 Years, 9 Months ago
I don't think there is a plugin for clickable thread prefix but if you want the thread prefix to be redirected to the thread than it can be done using template edit.
- MyBB Heart
Reply
#3
Solved: 6 Years, 9 Months ago
You can edit template forumdisplay_thread_icon and insert the link
My Projects - Support My Projects

Don't forget to rate posts!
Reply
#4
Solved: 6 Years, 9 Months ago
Will you please provide with example

I don't understand anything.
Reply
#5
Solved: 6 Years, 9 Months ago
Sorry @jabber I was wrong, don't read the previous post.

Edit template forumdisplay_thread, at line 7 you have this:
<span>{$prefix} {$gotounread}{$thread['threadprefix']}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['subject']}</a></span>{$thread['multipage']}</span>

change it with:
<span>{$prefix} {$gotounread}<span class="{$inline_edit_class} {$new_class}" id="tid_{$inline_edit_tid}"><a href="{$thread['threadlink']}">{$thread['threadprefix']} {$thread['subject']}</a></span>{$thread['multipage']}</span>
My Projects - Support My Projects

Don't forget to rate posts!
Reply
#6
Solved: 6 Years, 9 Months ago
Thanks for your reply chack1172 but its not working. It combine thread prefix and subject into one link.

I want only thread prefix clickable by which when user click on the thread prefix it shows all post related to that prefix.
Reply
#7
Solved: 6 Years, 9 Months ago
Sorry @jabber, I dind't understand.
I don't think you can do it. For now there isn't plugin that do this.
My Projects - Support My Projects

Don't forget to rate posts!
Reply
#8
Solved: 6 Years, 9 Months ago
Its OK chack1172.

Good thing is you tried to help me. I will wait some one who really know how can this be implemented
Reply
#9
Solved: 6 Years, 9 Months ago
I got this and its works like as I want. Here is the link

http://community.mybb.com/thread-193704....ght=prefix

May be it is useful to others too.
Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)