vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Forum Home Enhancements - Cyb - Last Post Info Enhancements (https://vborg.vbsupport.ru/showthread.php?t=201300)

Valter 01-09-2009 10:00 PM

Cyb - Last Post Info Enhancements
 
1 Attachment(s)
Info:
This will enable you to show several latest posts for selected forums instead of standard last post info. Number of latest posts is set for each forum separately in Forum Manager. Be noted that this executes 1 new query on forumhome/forumdisplay per forum where you choose to show 2 or more latest posts. In combination with "Cyb - Sub-Forum Manager" this can really improve your forum listing look.


Installation:
-Import XML file (as product) through AdminCP: Plugin System > Manage Products > [Add/Import Product]


To set options:
Go to: vBulletin Options > Cyb - Last Post Info Enhancements


Versions:
v1.0 - Sep 01. 2007.
-Initial release
v1.1 - Sep 11. 2007.
-Fixed bug with last poster username linking
v1.2 - May 03. 2008.
-Compatible with vBulletin 3.7
v1.3 - May 27. 2009.
-Fixed bug: Redirects with the wrong links shown in thread list
-Fixed bug: Trying to display thread icon even when it's disabled
-New: Integration with 'Cyb - Advanced Permissions Based on Post Count'
-Minor bugs fixed


LIVE DEMO:
http://www.bihforum.com


Mark as INSTALLED to get updates and support.

valendono 01-13-2009 09:19 AM

Sorry, I use 3.8.0 gold edition.. but first time install its running good.. 2 or 3 minutes after that, my forum got freeze.. cannot open.. till I restart httpd and disable this hack / mod.

Valter 01-13-2009 02:55 PM

Try to not enable this in a lot of forums.

Every forum with last x posts enabled requires one more db query to be executed.

christicehurst 01-14-2009 06:09 AM

Where do you change the number of latest posts?

ss20 02-04-2009 08:13 PM

Cant find the 1st screenshot settings (number of posts)

Valter 02-05-2009 08:01 PM

It's in Forum Manager > Forum Options.

Theater 02-06-2009 07:16 AM

Installed, thank you for your continued excellence in vB mods.

sontran 02-07-2009 01:36 AM

I have a small issue here: when a thread do not have status icon, it still try to display an images in front of the thread and the result is the "x" icon for blank images.

sontran 02-13-2009 12:13 AM

Quote:

Originally Posted by sontran (Post 1736684)
I have a small issue here: when a thread do not have status icon, it still try to display an images in front of the thread and the result is the "x" icon for blank images.

Ok, I found a way to fix this. If Cybernetec can, please update in your code so it can help others


For those who installed the code to fix the bug that display "x" icon when there is no icon for a thread (appear in IE): just go to Style Manager, open cyb_lastpostinfo_bit find the code
HTML Code:

<if condition="$show['icon']"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if>
And replace it with
HTML Code:

<if condition="$show['icon']"><if condition="$icon[iconpath]"><img class="inlineimg" src="$icon[iconpath]" alt="$icon[title]" border="0" /></if></if>

Cheers

edunetmy 04-03-2009 08:30 PM

this seems not work with vb3.8.2


All times are GMT. The time now is 12:53 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.01177 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
  • (2)bbcode_html_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)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