vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Forum Home Enhancements - Latest Posts (https://vborg.vbsupport.ru/showthread.php?t=185636)

Michael Biddle 01-29-2009 01:41 AM

Maybe it is due to the a custom template? Have you tried to add $platest into forumhome template?

RedHacker 01-29-2009 02:45 AM

I don't understand... :(

Michael Biddle 01-30-2009 01:33 AM

It should work with 3.8.x. Do not PM me with the same exact message of your post. That is the fast track to my ignore list.

boandmichele 01-30-2009 02:19 AM

Quote:

Originally Posted by Michael Biddle (Post 1722007)
It logs every single user out, or it logs the user out that clicks that link?

sorry for the late reply. i was having some sort of logout issues anyway with the forum, regardless of both of your products. it was something in the navbar. i reverted the template, then put the link for the last 50 back, and it worked. everything is fixed.

the reason i found this is because a member that used IE said that clicking 'log out' made her computer freeze up, so i went looking online and found that people who reverted the templates fixed the problem.

so, navbar template, something i did, im not sure what. :/

thanks for the reply, and again thanks for the mod :)

sparklywater 02-07-2009 06:42 PM

I have the latest posts displayed on my forum homepage.

However, when I close a particular thread on my forum, that thread gets totally removed from the list of latest posts.

Is it not possible to close the thread but still show that thread's posts in the list of latest posts?

Taragon 02-08-2009 03:43 AM

Quote:

Originally Posted by sparklywater (Post 1737239)
I have the latest posts displayed on my forum homepage.

However, when I close a particular thread on my forum, that thread gets totally removed from the list of latest posts.

Is it not possible to close the thread but still show that thread's posts in the list of latest posts?

Go to the Latest X Post on Forum Home > main code plugin and change
Code:

WHERE post.visible = '1' AND thread.visible = '1' AND open = '1' AND $platest_and AND $platest_and_1
to
Code:

WHERE post.visible = '1' AND thread.visible = '1' AND $platest_and AND $platest_and_1

sparklywater 02-08-2009 10:59 AM

thanks :)

AURFSCAN 02-17-2009 07:18 PM

Works great but smilies dont show, only smilie text ..any fix for that

thanks

Taragon 02-18-2009 08:30 PM

Quote:

Originally Posted by AURFSCAN (Post 1747183)
Works great but smilies dont show, only smilie text ..any fix for that

thanks

It is possible, although it would require to change the plugin from something like this:
Code:

// strips the bbcode out of the post
                $row['pagetext'] = strip_bbcode($row['pagetext'], $stripquotes = true, $fast_and_dirty = false, $showlinks = true);

to this: https://vborg.vbsupport.ru/showthread.php?t=82693

It 'd probably be best to wait for the author's reply for this question.

Michael Biddle 02-20-2009 12:34 AM

Well this mod strips the bbcode, so parsing it is not really an option. Reason it is stripped is if you use the cutoff, then it could cut out the end bbcode, so you would just have the starting bbcode shown.


All times are GMT. The time now is 01:05 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.01291 seconds
  • Memory Usage 1,739KB
  • 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
  • (3)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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