Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Using XThreads Parser
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #11
RE: Using XThreads Parser
Could you post what script you used for that (in the thread fields textarea)?

11-30-2010 05:26 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #12
RE: Using XThreads Parser
Yes, but its NOT just videos. I can't get this text to show either:

Code:
1
2
3
4
5
6
7
8
<table width="100%" cellspacing="0" cellpadding="{$theme['tablespace']}" border="0" align="center" class="tborder">
<tr>
<td class="thead"><strong>Game Section</strong></td>
</tr>
<tr>
<td class="trow1" align="center"><a href="http://www.leefish.nl/mybb/games.php"><img src="http://www.leefish.nl/SiteImages/games.jpg" alt="Games"/></a></td>
</tr>
</table>


My embedded video text

Code:
<object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/LOd_GBx-6eQ?fs=1&amp;hl=en_GB"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/LOd_GBx-6eQ?fs=1&amp;hl=en_GB" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object>


Custom threadfields Display variable

Code:
<br /><br />{VALUE}


Postbit template - dal_postbit_first

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{$ignore_bit}
<table border="0" cellspacing="{$theme['borderwidth']}" cellpadding="{$theme['tablespace']}" class="tborder" style="{$post_extra_style} {$post_visibility}" id="post_{$post['pid']}">
<tr>
	<td class="{$altbg}" width="15%" valign="top" style="white-space: nowrap; text-align: center;"><a name="pid{$post['pid']}" id="pid{$post['pid']}"></a>
		<strong><span class="largetext">{$post['profilelink']}</span></strong><br />
		<span class="smalltext">{$post['mystatus']}</span><br />
		<span class="smalltext">
			{$post['usertitle']}<br />
			{$post['userstars']}
			{$post['groupimage']}<br />
                <if $post['avatar'] then>
					<a href="member.php?action=profile&amp;uid=$post[uid]"><img src="{$post['avatar']}" alt="avatar" /></a>
                <else>                       
                    <img src="{$mybb->settings['bburl']}/images/avatars/guestfish.gif" alt="avatar" />                    
                </if><br />  {$post['onlinestatus']}<br />                                        
			{$post['user_details']}		
		</span>
	</td>
	<td class="{$altbg}" valign="top">
		<table width="100%">
			<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']}{$post['subject_extra']} </strong></span>
				<br />
				<div id="pid_{$post['pid']}" style="padding: 5px 0 5px 0;">
				{$post['message']}
{$GLOBALS['threadfields']['cbsscr']}
				</div>                             
			</td></tr>
		</table>
	</td>
</tr>
<tr>
	<td class="{$altbg}" align="center" valign="middle"><span>{$post['awards']}</span></td>
	<td class="{$altbg}" valign="bottom">
{$post['signature']}	
						   {$post['attachments']}
				<div style="text-align: right; vertical-align: bottom;" id="post_meta_{$post['pid']}">
				</div>                              
			</td></tr>


<td class="{$altbg}" style="white-space: nowrap; text-align: center; vertical-align: middle;"><span class="smalltext">{$post['postdate']} {$post['posttime']}</span></td>
	<td class="{$altbg}" style="vertical-align: middle;">
		<table width="100%" border="0" cellpadding="0" cellspacing="0">
			<tr valign="bottom">	
			<td class="trow1 post_buttons {$unapproved_shade}">
				<div class="author_buttons float_left"><div class="author">
{$post['button_quote']}{$post['button_multiquote']}{$post['button_report']}{$post['button_warn']}{$post['button_reply_pm']}{$post['button_replyall_pm']}{$post['button_forward_pm']}{$post['button_delete_pm']}				</div></div>
				<div class="post_management_buttons float_right"><div class="author"><if $GLOBALS['mybb']->user['usergroup'] != 1 then>
</if>{$post['button_edit']}{$post['button_quickdelete']}
				</div></div>
			</td>		
                        </tr>

	</table>
	</td>
</tr>
</table>


The lobster login will still work RateU.



[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 11-30-2010 05:46 AM by leefish.)
11-30-2010 05:37 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #13
RE: Using XThreads Parser
Ugh... "Works" for me?
http://www.14.mynie.co.cc/showthread.php?tid=206

11-30-2010 06:02 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #14
RE: Using XThreads Parser
so its a plug in conflict
hmmmm

I will go through them and look.


[Image: leelink.gif]
MYBB1.6 & XThreads
(This post was last modified: 11-30-2010 06:19 AM by leefish.)
11-30-2010 06:09 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #15
RE: Using XThreads Parser
I've tried to look at your settings. It seems OK for me....

11-30-2010 06:39 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #16
RE: Using XThreads Parser
its all very weird. I should just add video display via an X thread Smile


[Image: leelink.gif]
MYBB1.6 & XThreads
11-30-2010 06:46 AM
Visit this user's website Find all posts by this user Quote this message in a reply
RateU Offline
Administrator
*******
Posts: 2,350
Joined: Mar 2010
Post: #17
RE: Using XThreads Parser
If you want, try to add a test custom thread fields with a default setting for that forum.
And add the variable in the dal_postbit_first to see if it works, Lee.

11-30-2010 06:54 AM
Find all posts by this user Quote this message in a reply
leefish Offline
Hamster
*****
Posts: 1,009
Joined: Apr 2010
Post: #18
RE: Using XThreads Parser
Well, how odd is that. I made a NEW custom thread field - same settings - and it worked.  Thanks RateU


[Image: leelink.gif]
MYBB1.6 & XThreads
11-30-2010 07:56 AM
Visit this user's website Find all posts by this user Quote this message in a reply
ZiNgA BuRgA Offline
Fag
*******
Posts: 3,357
Joined: Jan 2008
Post: #19
RE: Using XThreads Parser
That's interesting...

My Blog
11-30-2010 09:00 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

 Standard Tools
Forum Jump: