Thread Rating:
  • 1 Votes - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Can thread fields define thread title?
Sama34 Offline
Senior Member
****
Posts: 490
Joined: May 2011
Post: #6
RE: Can thread fields define thread title?
(10-22-2011 02:44 AM)RateU Wrote:  Do you put it inside the post body?

HTML Code
<div class="post_body" id="pid_{$post['pid']}">
	{$post['message']}
</div>


Yes, this is what I have:

HTML Code
1
2
3
4
5
6
7
8
				<div class="post_body" id="pid_{$post['pid']}">
					{$GLOBALS['threadfields']['ddcover']}
					<ul>{$GLOBALS['threadfields']['ddname']}{$GLOBALS['threadfields']['ddcategory']}{$GLOBALS['threadfields']['ddgenre']}{$GLOBALS['threadfields']['ddsize']}{$GLOBALS['threadfields']['ddlengh']}{$GLOBALS['threadfields']['ddaudio']}{$GLOBALS['threadfields']['ddsubs']}{$GLOBALS['threadfields']['ddquality']}{$GLOBALS['threadfields']['ddvformat']}{$GLOBALS['threadfields']['ddavideo']}{$GLOBALS['threadfields']['ddresolution']}{$GLOBALS['threadfields']['ddpass']}{$GLOBALS['threadfields']['dduploader']}</ul>

{$GLOBALS['threadfields']['ddcaps']}

{$post['message']}
				</div>


(10-22-2011 02:44 AM)RateU Wrote:  Maybe you can try to re-check the Hide Forum setting (under XThreads Options in the create/edit forum page) for that forum?

Yes, the setting is set as "No".

(10-22-2011 09:27 AM)ZiNgA BuRgA Wrote:  Well, you're either going to have to get users to post threads in a certain format, or modify Google SEO to make its URLs based on the thread fields.
There isn't really any other nice way to do that.

I suppose I can archieve the same using this:

HTML Code
<input type="text" class="textbox" name="subject" size="40" maxlength="85" value="{$mybb->user['username']}' Profile" tabindex="1" readonly="readonly" />


Replies are disabled and threads need approving anyways haha...


Support PM's will be ignored. Yipi
Plugins: Announcement Bars - Custom Reputation - Mark PM As Unread
10-22-2011 10:54 AM
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
RE: Can thread fields define thread title? - Sama34 - 10-22-2011 10:54 AM

 Standard Tools
Forum Jump: