2015-07-16, 06:36 PM
How do I set mybb to show the thread prefix on thread listings like you have on the mybb forums?
Thanks.
Thanks.
Show prefix on thred listing
|
2015-07-16, 06:36 PM
How do I set mybb to show the thread prefix on thread listings like you have on the mybb forums?
Thanks.
2015-07-16, 10:59 PM
I cant recall if thread prefixing is part of 1.8 by default or not
If it is, its under ACP > Configuration > Thread prefixes. If its not, I also use this plugin: http://community.mybb.com/mods.php?action=view&pid=159
2015-07-17, 12:01 AM
Yes they are. I setup post prefixes but they do not show on the list of threads, only when you view the post.
2015-07-17, 07:11 AM
(2015-07-17, 12:01 AM)Swervz Wrote: I setup post prefixes but they do not show on the list of threads, only when you view the post. How can they, when posts can have different prefixes within one thread?
Regards, Ad Bakker (NL)
2015-07-26, 02:04 PM
2015-07-26, 02:19 PM
These are thread prefixes.
I understand it is sometimes difficult to distinguish between posts and threads, there are so many different terms for the same thing.
Regards, Ad Bakker (NL)
2015-07-28, 11:44 PM
Yeah diffent forum softwares call them diffent names. But how do I get them to show on the thread listings.
I don't know what kind of theme you are using, but in the default theme thread-prefixes are displayed. See template forumdisplay_thread:
Have a look at your theme's forumdisplay_thread template and add {$thread['threadprefix']} before the thread's subject.
Regards, Ad Bakker (NL)
We have that in our template but prefixes still does not show up.
2015-07-29, 05:15 PM
(2015-07-29, 05:03 PM)Swervz Wrote: We have that in our template but prefixes still does not show up.Are you sure they are there. Have a look in your database table threads The column prefix must contain a number. This number must correspond with a number in the pid column in the threadprfixes table. When these are there they must appear in the listing.
Regards, Ad Bakker (NL)
|
« Next Oldest | Next Newest »
|