Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
 Using XThreads Parser
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

« Next Oldest | Next Newest »

Messages In This Thread
Using XThreads Parser - RateU - 07-24-2010, 09:26 AM
RE: Using XThreads Parser - ZiNgA BuRgA - 07-24-2010, 01:23 PM
RE: Using XThreads Parser - RateU - 07-25-2010, 09:41 AM
RE: Using XThreads Parser - Pirata Nervo - 07-25-2010, 10:20 PM
RE: Using XThreads Parser - leefish - 07-26-2010, 08:52 AM
RE: Using XThreads Parser - leefish - 09-12-2010, 04:32 AM
RE: Using XThreads Parser - RateU - 09-12-2010, 06:07 AM
RE: Using XThreads Parser - leefish - 11-30-2010, 05:03 AM
RE: Using XThreads Parser - RateU - 11-30-2010, 05:15 AM
RE: Using XThreads Parser - leefish - 11-30-2010, 05:18 AM
RE: Using XThreads Parser - RateU - 11-30-2010, 05:26 AM
RE: Using XThreads Parser - leefish - 11-30-2010 05:37 AM
RE: Using XThreads Parser - RateU - 11-30-2010, 06:02 AM
RE: Using XThreads Parser - leefish - 11-30-2010, 06:09 AM
RE: Using XThreads Parser - RateU - 11-30-2010, 06:39 AM
RE: Using XThreads Parser - leefish - 11-30-2010, 06:46 AM
RE: Using XThreads Parser - RateU - 11-30-2010, 06:54 AM
RE: Using XThreads Parser - leefish - 11-30-2010, 07:56 AM
RE: Using XThreads Parser - ZiNgA BuRgA - 11-30-2010, 09:00 AM

 Standard Tools
Forum Jump: