Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Template Modifications

Reply
 
Thread Tools
Last x Threads Marquee using External Data Provider Details »»
Last x Threads Marquee using External Data Provider
Version: 1.00, by cabledr cabledr is offline
Developer Last Online: Oct 2014 Show Printable Version Email this Page

Category: Forum Home Enhancements - Version: 4.0.0 Beta 3 Rating:
Released: 11-23-2009 Last Update: Never Installs: 23
Template Edits
Re-useable Code Translations  
No support by the author.

How to install:

First you have to activate External Source Provider.

Go to: Admin Control Panel > vBulletin Options > External Data Provider:
and choose JavaScript ( first choice ).

And i set the follow as below but not sure this has to be done

Thread Cutoff - 1

Thread Cache Lifespan - 1

Maximum External Records -15

Then on forumhome template find :
HTML Code:
{vb:raw navbar}
And below add :

HTML Code:
<!-- last x active threads -->
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center">
<thead>
	<tr>
		<td class="tcat" colspan="2"><center>Latest Posts</center> </td>
	</tr>
</thead>
<tr>
		
<!--Messages-->
<td class="alt2">
<marquee direction="left" scrollamount="6" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=6"><font size="2"><b>

				
					  					<script type="text/javascript" src="http://www.your domain.co.uk/external.php?&type=js"></script> 
<script language="" type="text/javascript">
<!--
for (x = 0; x < 5; x++)
{
document.writeln("*<a href=http://www.your domain.co.uk/showthread.php?t="+threads[x].threadid+">"+threads[x].title+"</a>&nbsp");
}
//-->
</script>
	
					
			
	

</b></font></marquee>

<!--/Messages-->
</td>
</tr>

</tr>
	</table>
<br />
<!-- last x active threads -->
If you want welcome newest member below this add

HTML Code:
<center><marquee behavior=slide width=25%:>			<p>{vb:rawphrase welcome_to_our_newest_member_x, {vb:link member, {vb:raw newuserinfo}}, {vb:raw newuserinfo.username}}<p></marquee></center>
Directly below <!-- last x active threads -->

Remember to change your domain name to your one

I will be adding the code to select different forums today

example can be seen on test forum
Code:
http://gadsx.co.uk/cj/forum.php

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.
Благодарность от:
hazem_aliraqi

Comments
  #22  
Old 02-03-2010, 01:40 AM
xug xug is offline
 
Join Date: Oct 2001
Location: The Grand Strand, SC
Posts: 339
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

demo site suspended
Reply With Quote
  #23  
Old 02-06-2010, 06:45 AM
Cableguy69 Cableguy69 is offline
 
Join Date: Apr 2008
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You need to have these options enabled.



Thanks to MARCO1 for the image.
Reply With Quote
  #24  
Old 09-07-2010, 04:57 AM
alghazali alghazali is offline
 
Join Date: Dec 2007
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Unfortunately, it does not work for me; I wonder, could it be cuz I am using 4.0.6 - though I doubt it. I am also getting the Last Posts, still.
Reply With Quote
  #25  
Old 09-11-2010, 03:40 AM
Sulaiti Sulaiti is offline
 
Join Date: Mar 2002
Location: Qatar
Posts: 51
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks

Small modification

Quote:

<!-- last x active threads -->
<div id="wgo" class="collapse wgo_block">
<h2>
<span>Latest Posts</span>
</h2>
<!--Messages-->
<div id="wgo_legend" class="wgo_subblock">
<marquee direction="right" scrollamount="6" onmouseover="this.scrollAmount=0" onmouseout="this.scrollAmount=6"><b>
<script type="text/javascript" src="http://www.your domain.com/forum/external.php?&type=js"></script>
<script language="" type="text/javascript">
<!--
for (x = 0; x < 5; x++)
{
document.writeln("*<a href=http://www.your domain.com/forum/showthread.php?t="+threads[x].threadid+">"+threads[x].title+"</a>&nbsp");
}
//-->
</script>
</b></marquee>
</div>
<!--/Messages-->
</div>
<br />
<!-- last x active threads -->
Regards,
Reply With Quote
  #26  
Old 10-24-2010, 02:13 AM
Harley D's Avatar
Harley D Harley D is offline
 
Join Date: Jan 2003
Location: WagnerTech.net
Posts: 266
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Nice update Sulaiti
works great, looks great.
Reply With Quote
  #27  
Old 02-25-2011, 08:57 AM
p@ndu p@ndu is offline
 
Join Date: Jan 2009
Posts: 260
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

not working in my forum i did same as it said i am using 4.1.2
Reply With Quote
  #28  
Old 02-26-2011, 03:15 PM
COL NIL SATIS COL NIL SATIS is offline
 
Join Date: Aug 2009
Location: Liverpool UK
Posts: 802
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

any screenshots??
Reply With Quote
  #29  
Old 03-16-2011, 11:17 AM
ahlynews ahlynews is offline
 
Join Date: Sep 2005
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

doesn't work on 4.1.2 any updates ?
Reply With Quote
  #30  
Old 06-04-2011, 08:23 PM
blowy blowy is offline
 
Join Date: Jun 2011
Posts: 15
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

it sohlud do as I have it working on vb4.1.3

the link has now changed to

www.gadsx.co.uk
Reply With Quote
  #31  
Old 06-04-2011, 09:12 PM
insaneoz insaneoz is offline
 
Join Date: Nov 2010
Posts: 28
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Demo isn't working.
Reply With Quote
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 08:08 PM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.10798 seconds
  • Memory Usage 2,321KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (3)bbcode_html
  • (1)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (1)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete