Thread Rating:
  • 2 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Thread Prefix
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #50
RE: Thread Prefix
Hello, I have various prefixes set up on my board, but I am having a problem with displaying the value of a particular prefix.

The prefiix is set to allow users to select several prefixes from one overall category. I found that if I had that setting then my prefixes did not show in the first post.

Here is an example thread >> http://www.leefish.nl/mybb/thread-3130.html

You will see in the first post that there is a Game Type,  a Game Category (in this case Mods and Hacks) and an EPs Required . There is no value next to the EP's required yet I know it is filled in and I can filter on it - I just can't display it. I use this field in various areas of the board and it does not display in any areas where I expect it to.

In the custom thread fields the settings are as so:

Title: EPs required
Key: dld_ep_prefix
Description: Choose category for this article (required). You can choose more than one category.
Applicable Forums: These are correct - I can filter on these values just fine.
Input Field Type: Listbox
Field Input Height: 5
Values List:

Code:
Base Game
University


Editable by / Required Field?: Everyone (required)
Display Order: 2
Allow Filtering: Yes
Display Format:

Code:
{VALUE}

Allow multiple values for this field: Yes

Formatting Map List:

HTML Code
Base Game{|}<a href="{$forumurl?}filtertf_dld_ep_prefix=Base Game">TS2 Base</a>
University{|}<a href="{$forumurl?}filtertf_dld_ep_prefix=University"><span>University</span></a>


Post bit html snippet:

HTML Code
<tr>
	<td valign="top">EPs Required</td>
									<td width="1" valign="top">:</td>
									<td valign="top">{$GLOBALS['threadfields']['dld_ep_prefix']}</td>
</tr>


What I did find was as soon as I set this field to NOT allow multiple values it became visible.

Can anyone advise how I can get this data to display?

Thank you.



[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 04-03-2012 02:45 PM by leefish.)
04-03-2012 12:56 PM
Visit this user's website Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
Thread Prefix - RateU - 04-27-2010, 07:51 AM
RE: Thread Prefix - ZiNgA BuRgA - 04-27-2010, 02:28 PM
RE: Thread Prefix - RateU - 04-28-2010, 07:32 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 12:03 AM
RE: Thread Prefix - RateU - 08-20-2010, 02:03 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 03:34 AM
RE: Thread Prefix - RateU - 08-20-2010, 03:39 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 03:40 AM
RE: Thread Prefix - RateU - 08-20-2010, 03:47 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 03:49 AM
RE: Thread Prefix - Gypaete - 09-02-2010, 01:41 AM
RE: Thread Prefix - RateU - 08-20-2010, 03:53 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 03:58 AM
RE: Thread Prefix - RateU - 08-20-2010, 04:02 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 04:05 AM
RE: Thread Prefix - RateU - 08-20-2010, 04:07 AM
RE: Thread Prefix - Gypaete - 08-20-2010, 04:18 AM
RE: Thread Prefix - RateU - 08-20-2010, 04:20 AM
RE: Thread Prefix - Jumper - 09-01-2010, 01:49 AM
RE: Thread Prefix - RateU - 09-01-2010, 02:03 AM
RE: Thread Prefix - Jumper - 09-01-2010, 02:22 AM
RE: Thread Prefix - RateU - 09-01-2010, 02:28 AM
RE: Thread Prefix - Jumper - 09-01-2010, 02:48 AM
RE: Thread Prefix - RateU - 09-01-2010, 04:01 AM
RE: Thread Prefix - Jumper - 09-02-2010, 12:14 AM
RE: Thread Prefix - RateU - 09-02-2010, 02:29 AM
RE: Thread Prefix - Gypaete - 09-02-2010, 03:58 AM
RE: Thread Prefix - RateU - 09-02-2010, 04:18 AM
RE: Thread Prefix - ZiNgA BuRgA - 09-02-2010, 07:31 AM
RE: Thread Prefix - Jumper - 09-02-2010, 08:33 AM
RE: Thread Prefix - ZiNgA BuRgA - 09-02-2010, 08:47 AM
RE: Thread Prefix - Gypaete - 09-02-2010, 08:35 PM
RE: Thread Prefix - ZiNgA BuRgA - 09-02-2010, 08:38 PM
RE: Thread Prefix - Gypaete - 09-02-2010, 09:57 PM
RE: Thread Prefix - RateU - 09-03-2010, 05:35 AM
RE: Thread Prefix - Gypaete - 03-28-2011, 04:40 AM
RE: Thread Prefix - RateU - 03-28-2011, 06:39 AM
RE: Thread Prefix - duhol - 04-08-2011, 06:50 PM
RE: Thread Prefix - RateU - 04-09-2011, 02:04 AM
RE: Thread Prefix - duhol - 04-09-2011, 03:56 AM
RE: Thread Prefix - RateU - 04-09-2011, 06:28 AM
RE: Thread Prefix - ZiNgA BuRgA - 04-09-2011, 10:00 AM
RE: Thread Prefix - leefish - 07-18-2011, 08:29 PM
RE: Thread Prefix - RateU - 07-19-2011, 03:50 AM
RE: Thread Prefix - leefish - 07-19-2011, 11:55 AM
RE: Thread Prefix - RateU - 07-20-2011, 08:51 AM
RE: Thread Prefix - leefish - 07-20-2011, 04:07 PM
RE: Thread Prefix - RateU - 07-21-2011, 04:30 AM
RE: Thread Prefix - WhiteEagle - 10-06-2011, 05:15 AM
RE: Thread Prefix - leefish - 04-03-2012 12:56 PM
RE: Thread Prefix - ZiNgA BuRgA - 04-03-2012, 03:53 PM
RE: Thread Prefix - leefish - 04-03-2012, 04:35 PM
RE: Thread Prefix - RateU - 04-04-2012, 04:12 AM
RE: Thread Prefix - leefish - 04-04-2012, 04:55 AM
RE: Thread Prefix - Kiero - 09-03-2013, 06:41 PM
RE: Thread Prefix - ZiNgA BuRgA - 09-04-2013, 11:37 AM
RE: Thread Prefix - rkrusty26 - 01-30-2014, 08:32 PM
RE: Thread Prefix - ZiNgA BuRgA - 01-31-2014, 09:35 AM
RE: Thread Prefix - PetesBonnie - 02-14-2017, 11:02 PM
RE: Thread Prefix - RateU - 02-15-2017, 02:53 AM

 Standard Tools
Forum Jump: