Go Back   vb.org Archive > vBulletin Modifications > vBulletin 4.x Modifications > vBulletin 4.x Add-ons

Reply
 
Thread Tools
MARCO1 Latest Forum Threads - 0 Query Details »»
MARCO1 Latest Forum Threads - 0 Query
Version: 1.00, by MARCO1 MARCO1 is offline
Developer Last Online: Jan 2022 Show Printable Version Email this Page

Category: Major Additions - Version: 4.0.x Rating:
Released: 01-07-2010 Last Update: Never Installs: 126
Uses Plugins Auto-Templates
Translations  
No support by the author.


MARCO1 Latest Forum Threads
Without any database query Make your forum very fast with it!

What's this ?
This Mod is very helpful for the Big boards, in my forum there is more than 100 threads added daily so I can't know what's the threads, so this mod add it in marque bar without any database query.

Features :
  • Add latest forum threads.
  • The first Mod doing the same idea without any database query, decrease the server load and site load time.
  • Usergroups permission : They can only see the table.
  • Table head name control : You can edit the table name from admincp.
Screen-shots & download :
In Attachments

FAQ + Installation : In the next post


Don't forget to click on Installed

Download Now

File Type: zip MARCO1 Latest Forum Threads vB4.zip (1.6 KB, 891 views)

Screenshots

File Type: jpg 1.jpg (63.6 KB, 0 views)
File Type: jpg 2.jpg (74.3 KB, 0 views)

Supporters / CoAuthors

Show Your Support

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

Comments
  #62  
Old 04-14-2011, 06:16 PM
ahlynews ahlynews is offline
 
Join Date: Sep 2005
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

hi guys

this hack wasnt working for me on 4.1.2

the reason was hte query was wrong and returning an error. alla what you need to do is open external.php and search for the word LIMIT $count hardcode the count or make sure you pass the correct value
Reply With Quote
  #63  
Old 07-16-2011, 12:05 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Is their any way to make the posters names use html markup so they appear as they do on forums?
Reply With Quote
  #64  
Old 07-20-2011, 07:30 PM
archet1337's Avatar
archet1337 archet1337 is offline
 
Join Date: Sep 2009
Location: Norway
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Brandon Sheley View Post
can we exclude forums from the list?
I would like to know this as well

Also, is there a way to make it update faster? Takes around 10-15 minutes before new threads show up, or is removed when deleted.
Reply With Quote
  #65  
Old 08-27-2011, 12:25 PM
Mehdi_Zakhire Mehdi_Zakhire is offline
 
Join Date: Feb 2011
Location: Los Angeles
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

how can incrase speed?

<marquee dir="rtl" direction="right" height=30 onmouseover=this.stop() onmouseout=this.start()>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + '&nbsp;&nbsp;&nbsp;&nbsp;' + 'By :' + threads[i]['poster'] + '&nbsp;&nbsp;&nbsp;&nbsp;');
}
//-->
</script></marquee>

??????
Reply With Quote
  #66  
Old 08-27-2011, 09:39 PM
archet1337's Avatar
archet1337 archet1337 is offline
 
Join Date: Sep 2009
Location: Norway
Posts: 251
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Mehdi_Zakhire View Post
how can incrase speed?


<marquee dir="rtl" direction="right" scrollamount="20" height=30 onmouseover=this.stop() onmouseout=this.start()>
<script type="text/javascript" src="{vb:raw vboptions.bburl}/external.php?&type=js"></script>
<script type="text/javascript">
<!--
for (var i = 0; i < threads.length; i++)
{
document.write('<a href="{vb:raw vboptions.bburl}/showthread.php?t=' + threads[i]['threadid'] + '">' + threads[i]['title'] + '</a>' + '&nbsp;&nbsp;&nbsp;&nbsp;' + 'By :' + threads[i]['poster'] + '&nbsp;&nbsp;&nbsp;&nbsp;');
}
//-->
</script></marquee>




??????
Add the code in red. Choose the speed you want.
Reply With Quote
Благодарность от:
Mehdi_Zakhire
  #67  
Old 08-28-2011, 05:39 AM
Mehdi_Zakhire Mehdi_Zakhire is offline
 
Join Date: Feb 2011
Location: Los Angeles
Posts: 4
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by archet1337 View Post
Add the code in red. Choose the speed you want.
Tnx

-------------------------

Now
How To View 50 Recent Last Topic?
Reply With Quote
  #68  
Old 08-29-2011, 04:35 PM
Seba123 Seba123 is offline
 
Join Date: Feb 2009
Location: Poland
Posts: 25
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

False.

Look into code
PHP Code:
src="{vb:raw vboptions.bburl}/external.php?&type=js" 
this makes one query.
Reply With Quote
  #69  
Old 10-04-2011, 01:32 AM
anushkumarb anushkumarb is offline
 
Join Date: Nov 2010
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks for this wonderful MOD.

I changed the scrolling from Right to Left, instead of Left to Right. It works fine but certain threads are not getting updated. Can someone change the XML and help.

Thanks
Reply With Quote
  #70  
Old 10-04-2011, 05:45 AM
trehanSid trehanSid is offline
 
Join Date: Jul 2010
Location: Delhi, Gurgaon (India)
Posts: 18
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A good mod Marco.

If you can then do work on - Ajax based list with 10-20 entries in a Side-Bar, which refresh with fade-effect when there is a change or a new activity happens in the thread.

That can be really used by a lot of us on the Home-Page itself alongside articles.

All the very best.
Reply With Quote
  #71  
Old 10-04-2011, 07:17 AM
kfyonur kfyonur is offline
 
Join Date: Apr 2008
Posts: 177
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How can i remove the table and it's name ?
Attached Images
File Type: jpg marcoo.jpg (124.4 KB, 0 views)
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:01 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05312 seconds
  • Memory Usage 2,344KB
  • Queries Executed 29 (?)
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_php
  • (3)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
  • (2)post_thanks_box_bit
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (2)post_thanks_postbit
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (4)postbit_attachment
  • (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_postinfo_query
  • fetch_postinfo
  • 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_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete