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)
-   -   New Posting Features - Thread Thumbnails (https://vborg.vbsupport.ru/showthread.php?t=214755)

mrthe 10-11-2009 01:47 PM

when i edit the post the thumbnails disappeare i use the version 3.6.8 of vb and don0t save the url if i edit the post,why?

Cerbero1000 10-21-2009 08:58 AM

Is there a way to thumbs working in showthread template?

Lietha 10-22-2009 01:35 PM

Is there any way to set this to show the last attachment rather than the first?

Canadians360 10-22-2009 07:13 PM

Quote:

Originally Posted by Cerbero1000 (Post 1903094)
Is there a way to thumbs working in showthread template?

Yes the Image URL is still acessable in the showthread template. Use $thread[thumbnailurl]
Quote:

Originally Posted by Lietha (Post 1903688)
Is there any way to set this to show the last attachment rather than the first?

It does not show attatchments, not yet anyway acording to the developer.

dai-kun 10-22-2009 10:59 PM

You can get the full image to show when your hover over it by:

Edit MAIN CSS of style, at the bottom ADDITIONAL CSS DEFINITIONS (1st or 2nd box depending on how you use it), add in (or edit to your preference)
Quote:

.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position:absolute;
left:-1000px;
background-color: black;
padding: 5px;
border: 1px dashed gray;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: -200px;
left: 200%; /*position where enlarged image should offset horizontally */
}
Do the following template edits:
threadbit
Find
PHP Code:

<a href="showthread.php?$session[sessionurl]t=$thread[threadid]"

Replace with
PHP Code:

<class="thumbnail" href="showthread.php?$session[sessionurl]t=$thread[threadid]"


Null Parameter 10-23-2009 04:11 PM

Quote:

Originally Posted by mrthe (Post 1898050)
when i edit the post the thumbnails disappeare i use the version 3.6.8 of vb and don0t save the url if i edit the post,why?

I'm pretty sure I have a fix in for this when the newest version is released.

Quote:

Originally Posted by Cerbero1000 (Post 1903094)
Is there a way to thumbs working in showthread template?

Right now, there isn't a way to do that, but I could definitely add in a way to at least access the variable from the template.

Quote:

Originally Posted by Lietha (Post 1903688)
Is there any way to set this to show the last attachment rather than the first?

That isn't the in the plan at the moment, but I can definitely see the merit in having such a feature. I'll add it to the To Do List.

Quote:

Originally Posted by dai-kun (Post 1904007)
You can get the full image to show when your hover over it by:
....

Very nice addition! I'll see about possibly adding this into future versions, if you don't mind?

Null Parameter 10-23-2009 05:28 PM

Version 2 is Now Available!

New Features Include:
  • Automatic Template Edits
  • Search Integration
  • Get Thumbnail from First Image in Post
  • Get Thumbnail from First Attachment
  • Thumbnails on Sticky Threads
  • Use Status Icon if No Thumbnail is found

Lulubelle 10-23-2009 07:07 PM

installed this and for some reason when enabled it now only shows the first thread posted in the forum, all other threads disappear.

I'm using the 'Get thumbnail from first attachment' option.

If there is more than one page, it shows the first thread on that page. So I am getting a lot of pages with only one thread showing, and the other threads just aren't showing.

I'd love to use this is it isn't slowing my forum down like another thumbnail mod I tried, so please help :)

Thanks

On a side note, the thumbnail on that one thread looks great! :rolleyes:

Null Parameter 10-23-2009 07:50 PM

Quote:

Originally Posted by Lulubelle (Post 1904686)
installed this and for some reason when enabled it now only shows the first thread posted in the forum, all other threads disappear.

I'm using the 'Get thumbnail from first attachment' option.

If there is more than one page, it shows the first thread on that page. So I am getting a lot of pages with only one thread showing, and the other threads just aren't showing.

I'd love to use this is it isn't slowing my forum down like another thumbnail mod I tried, so please help :)

Thanks

On a side note, the thumbnail on that one thread looks great! :rolleyes:

Yep, I knew that there might be some bugs in that option, because I asked for testers for that feature and nobody took me up on the offer. But that bug I definitely didn't expect, it's a very interesting one.

I'll look into it and hopefully get a fix out very soon. Thanks for your patience.

TheLastSuperman 10-23-2009 08:06 PM

I simply overlooked this one! Huh lol I have been using the 3.6 version of this but downloading the new one thanks :D

Mike

Edit: NM apparently I'm just out of it today lol I looked up before DL'ing and saw "Mark as Uninstalled" so it must be this version I swear there was 3.6 or I found the info how to in a 3.6 area... ohh well it works and I love it, currently using on a gaming tournament forum, it shows animated .gif's of custom maps for BF2142 so you can view them and comes in handy for the Generals and Command staff of the armies to do map picks for the following week after the battle each sunday is over ;)

Thanks for the update!


All times are GMT. The time now is 06:02 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.01311 seconds
  • Memory Usage 1,756KB
  • 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
  • (8)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