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 Display Enhancements - Collapsable First Post using AJAX (or Last Post!) (https://vborg.vbsupport.ru/showthread.php?t=145187)

category 04-27-2007 04:18 PM

clicks install also is there anything that can make the user column where they put avator smaller and all their info thinner

magnus 04-27-2007 04:18 PM

Quote:

Originally Posted by TTG (Post 1236519)
Updated to 1.2.1 and now have two ajax icons alongside latest posts ?

You didn't remove the manual template edits. Look for expand.gif in your threadbit template, and remove that line.

magnus 04-27-2007 04:19 PM

Quote:

Originally Posted by category (Post 1236526)
clicks install also is there anything that can make the user column where they put avator smaller and all their info thinner

You can edit the vbpost_postbit template to look however you like.

Mark.B 04-27-2007 04:30 PM

Couple of points I have found on the new release which I hope are helpful. (I am now on automatic template edits)

1) I can't seem to make it go to the first unread post, it still does the first post in the thread for me.

2) Although excluding certain forums works in forumdisplay, it doesn't work in search_results.

3) Guests viewing thread lists that do not have rights to view posts still get the icon, but when they click the icon it just gives the "loading" gif permanently. With manual edits I was able to fix this using a simple template conditional, however with auto-edits it's going to need something in the plugin code. Again would be better if the icon was hidden.

magnus 04-27-2007 05:19 PM

[QUOTE=Mark.B;1236535]Couple of points I have found on the new release which I hope are helpful. (I am now on automatic template edits)

Quote:

1) I can't seem to make it go to the first unread post, it still does the first post in the thread for me.
Are you sure there's a post in the thread marked as unread? It's weird that it would go to the first post because if you have 'First Unread Post' set and there is no unread posts, it defaults to the Last Post.

I'll look at it.

Quote:

2) Although excluding certain forums works in forumdisplay, it doesn't work in search_results.
This is known, I'm trying to find a way to filter search results through the exclusion filter.

Quote:

3) Guests viewing thread lists that do not have rights to view posts still get the icon, but when they click the icon it just gives the "loading" gif permanently. With manual edits I was able to fix this using a simple template conditional, however with auto-edits it's going to need something in the plugin code. Again would be better if the icon was hidden.
Never thought about that. Easy fix. I'll take care of it.

Mark.B 04-27-2007 05:28 PM

Quote:

Originally Posted by magnus (Post 1236558)

Are you sure there's a post in the thread marked as unread? It's weird that it would go to the first post because if you have 'First Unread Post' set and there is no unread posts, it defaults to the Last Post.

Yes, I've done quite extensive testing with it.

As it happens, I cannot make it do "last post" either, it always does first post no matter what the admin cp setting.

Mark.B 04-27-2007 05:30 PM

Aha...got it.

It works in forumdisplay but not in search_results.

In search_results it always goes to the first post regardless of the admin setting.

Mark.B 04-27-2007 05:33 PM

A small tweak that is really very minor but neatens things up a bit.....

Adding:
Code:

class=\"inlineimg\"
into the automatic template code for threadbit where the image is displayed will make the image line up neatly with any "view first unread" default vB images that may be next to it.

magnus 04-27-2007 07:06 PM

Quote:

Originally Posted by Mark.B (Post 1236570)
Aha...got it.

It works in forumdisplay but not in search_results.

In search_results it always goes to the first post regardless of the admin setting.

Yes, this is correct. By design, it will always return the first post in search_results. The information available in FORUMDISPLAY isn't necessarily availble in the search_results query. It's not that it can't be done, I'm just trying to keep the modification as evasive as possible when it comes to query manipulation.

I haven't written off the idea, I just won't release it until I know for certain it won't cause any future hiccups. :p

magnus 04-27-2007 07:06 PM

Quote:

Originally Posted by Mark.B (Post 1236572)
A small tweak that is really very minor but neatens things up a bit.....

Adding:
Code:

class=\"inlineimg\"
into the automatic template code for threadbit where the image is displayed will make the image line up neatly with any "view first unread" default vB images that may be next to it.

Good idea, thanks.


All times are GMT. The time now is 04:01 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.01596 seconds
  • Memory Usage 1,746KB
  • 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_code_printable
  • (8)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (2)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