04-03-2012, 03:53 PM
04-03-2012, 04:35 PM
Multiple Value Delimiter is | (I put a space before and after it) >> like this |
Display item Format is empty
Display Format is {VALUE}
The COMPLETE array for the Formatting Map List
Display item Format is empty
Display Format is {VALUE}
The COMPLETE array for the Formatting Map List
Code:
|
And the complete list
Code:
|
I tried adding the variable in the template using the format below:
HTML Code
|
And now the display says Array. This is true if there are one or more values selected.
04-04-2012, 04:12 AM
(04-03-2012 04:35 PM)leefish Wrote: [ -> ]Display item Format is emptyTry to set the Display Item Format to {VALUE}
Just use the {$GLOBALS['threadfields']['dld_ep_prefix']} for displaying the value, like the post bit html snippet you posted here:
http://mybbhacks.zingaburga.com/showthre...http://mybbhacks.zingaburga.com/showthread.php?tid=291&pid=1060
04-04-2012, 04:55 AM
It works! Hallelujah. I must have changed EVERY value except that. Thank you.
09-03-2013, 06:41 PM
Hi,
This is a great feature, but I just need help with one change:
How would I go about making threads with a certain prefix be hidden from certain usergroups?
Cheers.
This is a great feature, but I just need help with one change:
How would I go about making threads with a certain prefix be hidden from certain usergroups?
Cheers.
09-04-2013, 11:37 AM
XThreads doesn't do anything related to permission management unfortunately.
01-30-2014, 08:32 PM
i want to make category with its subcategory.. please tell how it is possible to make this type of categories in a particular forum...
user have to choose main category first which is in bold after that another option will come to choose subcategory which is in list
user have to choose main category first which is in bold after that another option will come to choose subcategory which is in list
- CATEGORY A
- CATEGORY A1
- CATEGORY A2
- CATEGORY A3
- CATEGORY B
- CATEGORY B1
- CATEGORY B2
- CATEGORY B3
- CATEGORY C
- CATEGORY C1
- CATEGORY C2
- CATEGORY C3
- CATEGORY D
- CATEGORY D1
- CATEGORY D2
- CATEGORY D3
- CATEGORY E
- CATEGORY E1
- CATEGORY E2
- CATEGORY E3
01-31-2014, 09:35 AM
It would just be easier to have a flat structure, eg
You could use styling to help differentiate the groups, if that would help.
- CATEGORY A1
- CATEGORY A2
- CATEGORY A3
- CATEGORY B1
- CATEGORY B2
- CATEGORY B3
You could use styling to help differentiate the groups, if that would help.
02-14-2017, 11:02 PM
Hi there,
I have a question regarding the display of the differen prefixes.
So - ich have 4 prefixes for a special category in my forum - my Inplay-Section. Than I have 2 prefixes for another Section in my forum.
Now I want to display the 4 Inplay-Prefixes only in the Inplay-Section and the other 2 prefixes only in the other Section.
I already managed to display the prefixes themselves in the Inplay Section, but the table I wrote for that is also displayed in the other Section.
Don't know if I explained it correctly ... xD Maybe you understand what I wanna do. If you need more Information, let me know!
This is how I would have like to manage the differen display on differen FIDs on my Forum, but it doesn't work:
I have a question regarding the display of the differen prefixes.
So - ich have 4 prefixes for a special category in my forum - my Inplay-Section. Than I have 2 prefixes for another Section in my forum.
Now I want to display the 4 Inplay-Prefixes only in the Inplay-Section and the other 2 prefixes only in the other Section.
I already managed to display the prefixes themselves in the Inplay Section, but the table I wrote for that is also displayed in the other Section.
Don't know if I explained it correctly ... xD Maybe you understand what I wanna do. If you need more Information, let me know!
This is how I would have like to manage the differen display on differen FIDs on my Forum, but it doesn't work:
Code:
|
02-15-2017, 02:53 AM
Are you using the default MyBB thread prefixes?
Are these
If so, you can set them up for different forums from the settings (?)
Are these
(02-14-2017 11:02 PM)PetesBonnie Wrote: [ -> ]So - ich have 4 prefixes for a special category in my forum - my Inplay-Section.and these
(02-14-2017 11:02 PM)PetesBonnie Wrote: [ -> ]Than I have 2 prefixes for another Section in my forum.completely different prefixes?
If so, you can set them up for different forums from the settings (?)