Status
Not open for further replies.

motd2

Customer
Latest News not displayed in VB3
VB4 - ok
in xml VB4 there is
Code:
		<template name="dbtech_infopanels_newsticker" templatetype="template" date="1357496685" username="Fillip H." version="2.0.6"><![CDATA[<b>{vb:rawphrase dbtech_infopanels_news_ticker}:</b> <span id="dbtech_infopanels_bar">{vb:raw firstLine}</span>
<script type="text/javascript" src="{vb:var jQueryPath}"></script>
<script type="text/javascript">
<!--
var i = 0;
var lines = {vb:raw lines};
var t = setInterval("update_infopanels_news();", 5000);
var barObj = $('#dbtech_infopanels_bar');

function update_infopanels_news()
{
	i++;
	if (!lines[i])
	{
		if (i == 1)
		{
			// Drop out now
			return false;
		}
		
		// Reset the line list
		i = 0;
	}
	
	barObj.fadeOut('fast', function() {
		barObj.html(lines[i]);
		barObj.fadeIn('fast');
	});
}
// -->
</script>]]></template>
VB3 do not have this code


***

VB3 and Blog

in xml VB3 there is
Code:
		<template name="dbtech_infopanels_block_latestblog_bit" templatetype="template" date="1289627985" username="Fillip H." version="1.1.2"><![CDATA[<tr>
	<td><img src="{$stylevar[imgdir_statusicon]}/post_{$post[word]}.gif" alt="{$post[pretitle]}" /> <a href="[COLOR="#FF0000"]entry.php[/COLOR]?$session[sessionurl]b=$post[blogid]" title="{$post[fulltitle]}">{$post[title]}</a></td>
	<td><a href="member.php?$session[sessionurl]u=$post[userid]" title="{$post[fullusername]}">{$post[musername]}</a></td>
</tr>]]></template>
Should be blog.php
 
Status
Not open for further replies.

Legacy InfoPanels

vBulletin 3.8.x vBulletin 4.x.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
869
Customer rating
0.00 star(s) 0 ratings
Back
Top