MyBB Hacks

Full Version: XThreads
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
yes i mean the title of the custom thread field
ive read that page and dont think ive missed anything out
everything else shows apart from the thread field

this is my site http://rotherhamsellers.co.uk/
Look at the Display Format, and compare it with the screenshots:
(04-26-2010 07:26 AM)RateU Wrote: [ -> ]
  • Title: Your Website URL
  • Display Format:

    HTML Code
    <strong>Website URL: {VALUE}</strong><br />

  • Title: Your Forum URL
  • Display Format:

    HTML Code
    <strong>Forum URL: {VALUE}</strong><br />


[Image: 2v2igq8.jpg]
[Image: 10xeovp.jpg]

That is one of the way how displaying the "title" before the value ({VALUE}) of the custom fields.
The other way is, you can use {$GLOBALS['threadfields_x']['key']['title']} variable for displaying the exact title.
You can read XThreads documentations for more details about it, inside the undoc.html file and under the Additional Custom Thread Field Variables sections.
Can you provide a example of how we are suppose to use the Formating Map List option?

I set up a field, using a selection menu box, the selectable values were:

Code:
anime
manga
other


The in the formatting map list I used this:

Code:
anime{|}Anime
manga{|}Manga
other{|}Other


But when selecting a value in the edit page, every value is lower letters :-/ I though this was similar to RateU's plugin for profile fields, were something like this works.

You can use the same format like your Formatting Map Lists for your Values List.
Like this:

Code:
anime{|}Anime
manga{|}Manga
other{|}Other

Thanks RateU, it worked. What exactly is the "Formatting Map List" for?
I might use this for FoodRatings to ask people for their cooking experience, then show it on the postbit.
(08-11-2012 10:20 AM)Sama34 Wrote: [ -> ]Thanks RateU, it worked. What exactly is the "Formatting Map List" for?
It an output transform.  Value List applies to input only.
I'm making input/output processing a little more distinct in 1.60.
Hello please help. when i installed this plugin there is an error shows at the top.. see screenshots.. below...

[Image: attachment.php?aid=894]
Interesting.  You said that you've already installed this right?
Are you using a custom ACP theme?
Please also check, perhaps on a test board, if another plugin is causing this.
(08-15-2012 10:26 PM)ZiNgA BuRgA Wrote: [ -> ]perhaps on a test board, if another plugin is causing this.
I think the Plugin Uploader: http://mods.mybb.com/view/plugin-uploader
Reference URL's