vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Latest Threads On Forum Home (https://vborg.vbsupport.ru/showthread.php?t=83230)

ForYou 07-03-2005 06:17 AM

Hello ,

Is there a way to let the latest theards like line Marquee on the top of forums ,

Regards

Chris M 07-03-2005 08:33 AM

Quote:

Originally Posted by Jenta
Well I downloaded whatever version was up there about 10 hours ago. So I'm presuming that had the fix.

It should have yes...

Quote:

Edit: Oh, I just remembered, Satan, have you finished with the edits so that the plugin will get only New Threads, not just the ones most recently replied to? And Satan, I was just noticing your Screenshot you posted a few posts up, what would I need to do to put an image next to the Latest Threads box?
Yes that is the code you use to add an image :)

I have not had time to do this yet as I have not had a chance to review the code for it - I am taking a look at this now however...

Quote:

Hello ,

Is there a way to let the latest theards like line Marquee on the top of forums ,

Regards
There is yes - You would need to alter the HTML of the "forumhome_latestthreadbit" template, to display a <marquee> tag or whatever the XHTML equivalent is, and use the variables contained within the template to create the information you want and need for the marquee :)

Satan

Jenta 07-03-2005 09:13 AM

I guess you missed my point. I installed the version that contains the fix but it's still showing private threads.

Loki12 07-03-2005 09:20 AM

Quote:

Originally Posted by Jenta
I guess you missed my point. I installed the version that contains the fix but it's still showing private threads.

Edit your xml file in plugins.

Find: $limitfids .= ','.$forum['forumid'];

Then merely insert the forumid's you want to be excluded between the ','

Chris M 07-03-2005 11:34 AM

Quote:

Originally Posted by Jenta
I guess you missed my point. I installed the version that contains the fix but it's still showing private threads.

I understand what you are saying, but I'm saying it shouldn't be as it doesn't on my test forum or on several others :ermm:

As Loki suggested, remove the part about permissions and just have a static $limitfids:

PHP Code:

$limitfids ',1,2,3,4,5,6,7,8,9'

:)

Satan

Chris M 07-03-2005 11:42 AM

Quote:

Originally Posted by hellsatan
The only solution I can give you would be to check your [high]icon[/high] paths are correct, and to check your templates to make sure you haven't got any incorrect image paths saved in your templates...

Satan

Quote:

Originally Posted by Loki12
I found the solution for us acidburn:

Go: Post Icons > Post Icon Manager > Generic Icons > Edit

Then take away http://www.sodomcity.net/forum/ , leaving only images/icons/icon10.gif (for each icon) and things will work like a dream.

I suspected it was to do with your icon paths :)

Satan

bing11 07-03-2005 06:26 PM

Quote:

Originally Posted by hellsatan
Ah I see - You want it to show the most recent created threads, not ones that have just been replied to ;)

I shall look at the code and have something probably by monday (going out tonight and working tomorrow) :)

Satan

please help this :nervous:

Chris M 07-03-2005 06:59 PM

I think this is correct:

In the plugin code, find:
PHP Code:

    ORDER BY lastpost 

replace with:
PHP Code:

    ORDER BY dateline 

In theory this should order it by the newest posted threads :)

Satan

Kirk Y 07-03-2005 07:57 PM

Quote:

Originally Posted by hellsatan
I think this is correct:

In the plugin code, find:
PHP Code:

    ORDER BY lastpost 

replace with:
PHP Code:

    ORDER BY dateline 

In theory this should order it by the newest posted threads :)

Satan

Yes, that seems to work. Thanks Satan! :)

Chris M 07-04-2005 10:05 PM

Glad to hear it :)

Satan


All times are GMT. The time now is 04:06 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.01340 seconds
  • Memory Usage 1,750KB
  • 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
  • (5)bbcode_php_printable
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)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