vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Forum Home Enhancements - Latest X Posts on Forum Home (https://vborg.vbsupport.ru/showthread.php?t=142759)

Michael Biddle 08-05-2008 04:07 AM

I would look into vbispy if you want instant updates.

VB-Fanatiker 08-05-2008 10:55 PM

Quote:

Originally Posted by deta (Post 1542976)
Hello!
Great...

Please see the Picture!

If it was not better if per Thread always only the last entry is indicated and not, as well as now it is which was written if 3 times in the same Thread, three times one after the other it is indicated.

Only the last entry per Thread should be indicated!

cu Deta

I would love that as an option too :-)

Michael Biddle 08-06-2008 02:09 AM

It is updated in my newer version that is released under the 3.7.x. It should work on 3.6.x as well though.

VB-Fanatiker 08-07-2008 01:51 AM

Quote:

Originally Posted by Michael Biddle (Post 1592321)
It is updated in my newer version that is released under the 3.7.x. It should work on 3.6.x as well though.

Perfect! Thanks! :up::up::up:

GDA 08-29-2008 11:44 PM

is their anyway this can be placed as a sidebar?

svoeric 08-31-2008 05:05 PM

I'm searching, but not finding it... is there a way to add this to a non-forum page ?

Thanks

sparklywater 09-01-2008 10:04 AM

Everything works well except I've noticed that if the query trims the thread-title at a speech-mark ( " ) , instead of displaying the speech-mark in the result it shows &quot... instead. But if I increase the cut-off by a few more characters then the speech mark is displayed correctly. How can I make the query display the speech-mark without it displaying '&quot...' at certain lengths of cutoff?

Here is the query to trim the thread-title:

PHP Code:

if (strlen($row['thread_title']) > $vbulletin->options['latest_trimplusthree'])
       {
        
// adds the cutoff ... with substr
        
$row['thread_title'] = substr($row['thread_title'], 0$vbulletin->options['latest_trim']) . '...';
       } 


legionofangels 09-06-2008 09:19 PM

Is there anyway we can get a somewhat and excuse the word, generic version of the code in HTML or PHP so that we can put it on our website home page and not on the form home page?

As we are trying to do in this thread:

https://vborg.vbsupport.ru/showthread.php?t=190140

Thank you for your assistance.

Legion of Angels

chris1979 09-16-2008 03:02 PM

Does this work for 3.7.3?

I have it installed and the table appears but with no posts listed. I have it enabled and set to show the latest 20 posts.

Have a look: http://www.alt-psychology-nlp.com/

d90 09-27-2008 05:44 PM

me too, it works when logged out but not when logged in....


All times are GMT. The time now is 08:07 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.01460 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
  • (1)bbcode_php_printable
  • (2)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