vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Major Additions - MARCO1 Latest Forum Threads - 0 Query (https://vborg.vbsupport.ru/showthread.php?t=232518)

Entonadoscl 02-13-2010 07:14 AM

is possible in the next release set the direction of the marquee

install ^^

nayzak 02-19-2010 05:09 PM

Thanks for this great add-on :-) I've installed it and it works great. I only have 1 questions. How can it be setup to show the Lastest Threads with most recent replies as opposed to showing just the Latest Threads. Meaning, if someone posts a reply to a Thread from a month ago, i want it to show up but right now it doesn't. I hope this explains what I'm trying to do.

Thanks again :-)

MARCO1 02-19-2010 09:39 PM

Quote:

Originally Posted by nayzak (Post 1986611)
Thanks for this great add-on :-) I've installed it and it works great. I only have 1 questions. How can it be setup to show the Lastest Threads with most recent replies as opposed to showing just the Latest Threads. Meaning, if someone posts a reply to a Thread from a month ago, i want it to show up but right now it doesn't. I hope this explains what I'm trying to do.

Thanks again :-)

You can't, That's takes the latest threads only in your forum.

nayzak 02-24-2010 08:26 PM

Thanks MARCO for your input. So you don't think i can add a query to grab the username of the last reply to the these thread and just display it? Is it because the query is pre-built inside external.php and if changed it would be overwritten by an upgrade?
Thanks.

dmknights 02-25-2010 08:32 PM

The old mod like this on 3.8 used to have a box below the navbar showing all the recent threads, is there anything like that for 4.0?

Anas User 02-28-2010 09:57 AM

Hi Marco,

I imported the product and enabled everything as you said in post 2 but nothing at all shows. It looks like that weren't any templates modification so even there is no any marque appearing even if it empty.

Any solution???

Anas User 03-02-2010 07:10 PM

The last threads marque appears only for visitors but when members log in, it disapperas.

Any solution?

NNJJ 05-15-2010 10:02 PM

how i can change By to another word! i search alot for it in text cant find it

NNJJ 05-20-2010 06:26 PM

any chance to have this to be updated when there is new post and show last memaber who post?

Fungsten 05-20-2010 08:11 PM

Not working for me. VB4.0.3 PL1

fadi12 07-22-2010 10:01 PM

great work Marco

ALLAH bless u

Bohra 08-01-2010 03:48 PM

yea doesnt seem to work

thedvs 09-18-2010 04:42 PM

doesnt work at all on 4.0.7

mgurain 11-13-2010 03:00 PM

Hi,
- It works if you setup the settings in the screen shot.
- How can I make it appear only in forum home ?
Thanks,,

Joao Santos 11-13-2010 05:48 PM

Great work Marco

Works fine in Firefox but not Internet Explorer 8

Thanks

Brandon Sheley 11-13-2010 06:21 PM

can we exclude forums from the list?

Barbara1 12-18-2010 11:23 AM

thank you Marco :)

installed and working great at 4.1.0 :)

New Joe 01-05-2011 07:35 AM

Installed, followed the instructions in the second post but nothing shows.
vB 4.1.0

bybart 01-30-2011 01:06 PM

I try the 4.1 nothing show

Jennifer2010 04-14-2011 08:24 AM

Works on 4.1.2

Suggestions:

- No scroll - On my site it slowly scrolls. Takes longer to wait for the scroll to show the most recent threads than it does to just browse the forum
- Exclude forums
- Only show threads that are x amount of hour/days new / only show x amount of threads

3 stars for lacking a lot of functionality.

ahlynews 04-14-2011 06:16 PM

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

ozzy47 07-16-2011 12:05 AM

Is their any way to make the posters names use html markup so they appear as they do on forums?

archet1337 07-20-2011 07:30 PM

Quote:

Originally Posted by Brandon Sheley (Post 2121498)
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.

Mehdi_Zakhire 08-27-2011 12:25 PM

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>

??????

archet1337 08-27-2011 09:39 PM

Quote:

Originally Posted by Mehdi_Zakhire (Post 2238689)
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.

Mehdi_Zakhire 08-28-2011 05:39 AM

Quote:

Originally Posted by archet1337 (Post 2238908)
Add the code in red. Choose the speed you want.

Tnx

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

Now
How To View 50 Recent Last Topic?

Seba123 08-29-2011 04:35 PM

False.

Look into code
PHP Code:

src="{vb:raw vboptions.bburl}/external.php?&type=js" 

this makes one query.

anushkumarb 10-04-2011 01:32 AM

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

trehanSid 10-04-2011 05:45 AM

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.

kfyonur 10-04-2011 07:17 AM

1 Attachment(s)
How can i remove the table and it's name ?

ali.almabhouh 11-01-2011 11:31 AM

Thank You Man !!

Very Nice :)

ababmm 05-12-2013 05:59 AM

it didn't work on 4.2.1

Bluefin221 06-15-2013 01:41 PM

It works on 4.2.0 however how do we manually add it as I have a lot of customisations to my theme.

Bluefin221 06-20-2013 05:28 PM

Anyone any ideas how to manually add this?

winky8300 10-13-2013 01:34 PM

hello

don' work with vb4.2.2
Quote:

Warning: Function split() is deprecated in ..../global.php(29) : eval()'d code on line 50

ozzy47 10-13-2013 01:42 PM

Warning: Function split() is deprecated in ....Bla Bla Bla

How to fix.

ACP --> Plugins & Products --> Plugin Manager, Find the plugin called, MARCO1 Latest Threads, under the group, MARCO1 Latest Forum Threads, edit it and find this bit of code:

Code:

$$MARCO1_latestusg = split(',',$vbulletin->options['MARCO1_latestusg']);
Replace it with this:

Code:

$MARCO1_latestusg = explode(',',$vbulletin->options['MARCO1_latestusg']);

winky8300 10-13-2013 05:25 PM

is work ,thank you ozzy ,you are the best

ozzy47 10-13-2013 06:47 PM

Not a problem, glad to help. :)


All times are GMT. The time now is 10:09 AM.

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.01780 seconds
  • Memory Usage 1,792KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (38)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete