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 Display Enhancements - Alternate Last Post Display (https://vborg.vbsupport.ru/showthread.php?t=214832)

IdanB 06-06-2009 07:48 PM

Quote:

Originally Posted by RedeemedWarrior (Post 1824698)
any chance you can make it work so it will show last posts in subforum on forumhome?

currently only last post in a master forum shows

Please provide some screenshot so i'll better understand what you reffering to.

keyness 06-06-2009 09:11 PM

Nice job! Thanks!

compact123 06-07-2009 01:26 AM

Good work sir. i have a problem;

Installed latest version. Picture does not show on forum display.

and add an option to change the icon size you can do?

thanks so much...

JMEWLS` 06-07-2009 01:57 AM

What's the template so I can edit it a little. It doesn't span with "small font" CSS, and I want to adjust the arrangement like I can in the lastpost template.

saviola8x 06-07-2009 06:05 AM

very nice.
Thanks : http://forum.svmtcn.net/ =)

denman75 06-07-2009 06:07 AM

looks great ,great hack thank you sir

IdanB 06-07-2009 09:22 AM

Quote:

Originally Posted by JMEWLS` (Post 1824864)
What's the template so I can edit it a little. It doesn't span with "small font" CSS, and I want to adjust the arrangement like I can in the lastpost template.

It's auto-template edit. You will find in mod 2 plugins named that end with " - Template Change" - one for Forum Home & other for Forum Display.
I'll allow the small font as an option for admincp on next version.

ArnyVee 06-07-2009 01:42 PM

Quote:

Originally Posted by IdanB (Post 1824730)
ok. I'll debug that code section again, maybe it's something minor i overlooked.
Next revision expected to be released next Friday. I' hope v1.1.4 will eliminate all the bugs left :)

Idan, did someone do the Tabbed Forum Home bug fix with you already? I haven't had a chance yet and just checking that you have something to work with already for 1.1.4 on that one.

compact123 06-07-2009 03:57 PM

How do I like in this picture? Last post I want to look like the picture of the message. Thank you.

https://vborg.vbsupport.ru/

IdanB 06-07-2009 04:21 PM

Quote:

Originally Posted by compact123 (Post 1825124)
How do I like in this picture? Last post I want to look like the picture of the message. Thank you.

http://img193.imageshack.us/img193/1416/47940051.png

You can make this look like the picture with minor tweaks. (only edit required is to move the <br> location). All the rest is under admincp options.

1. Inside admincp, under "Plugin & products" -> "Plugin Manager".
Edit templates "Forum Display - Template Change" & "Forum Home - Template Change":

Locate this line:
PHP Code:

$vbulletin->templatecache['forumhome_lastpostby'] = "<div align='left'><table width='100%'><tr><td align='left' width='40'>\$GLOBALS[alt_lp_avatar_img]</td><td align='left' NOWRAP><a href='\$GLOBALS[alt_lp_last_post_link]'>\$GLOBALS[alt_lp_last_post_title]</a> $vbphrase[alt_lp_by] <a href='\$GLOBALS[alt_lp_last_poster_profle_link]'>\$GLOBALS[alt_lp_last_poster]</a><br>\$GLOBALS[alt_lp_last_post_time_ago]</td></tr></table></div>"

and replace with this line:
PHP Code:

$vbulletin->templatecache['forumhome_lastpostby'] = "<div align='left'><table width='100%'><tr><td align='left' width='40'>\$GLOBALS[alt_lp_avatar_img]</td><td align='left' NOWRAP><a href='\$GLOBALS[alt_lp_last_post_link]'>\$GLOBALS[alt_lp_last_post_title]</a><br>$vbphrase[alt_lp_by] <a href='\$GLOBALS[alt_lp_last_poster_profle_link]'>\$GLOBALS[alt_lp_last_poster]</a> \$GLOBALS[alt_lp_last_post_time_ago]</td></tr></table></div>"

2. Inside admincp go to "Vbulletin Options" -> "Vbulletin Options", edit the "Alternate Last Post Display" options, and set the "Show differential time ?" option to NO.

3. Adjust the date/time string on vbulletin "Date and Time Options" as you please.

regards.


All times are GMT. The time now is 11:26 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.01260 seconds
  • Memory Usage 1,745KB
  • 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_php_printable
  • (4)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