![]() |
I have the settings to pull the first image in the post as the thumbnail and for some reason, it will not show up after initially posting. I have to post the thread then edit for the thumbnail to show up. Could this be because of another modification? Initially, I thought it was because of the MOD System, like vbulletin.org has so, I disabled it but, it's still giving me the same issue.
|
I'm using 4.1.0PL2. I can only see the NO THUMB COVER!
All used links to the right covers are not shown. There is also only the NO COVER to see! What to do to get this mod working?? |
Going to repost this as it works the exact some for this version as the old:
Quote:
|
How can I enable this to work with First Attachment AND First Image in post?
Right now, if set to First Attachment, it doesn't display thumbnails for images hosted outside of the site (entered in IMG tags). If it's set to First Image in Post, then the external image thumbnails are displayed but not the attachment ones. |
Working for 4.0.1? If not there for 4.1.0;
|
Quote:
Great question Chris. I could use that feature on my board as well. James |
1 Attachment(s)
Ok guys! i manage to make the thumbnail to work perfectly with the "User Entered URL"
function !! The way i work on my forum, is, i have sections that i want to display the thumbnails for each thread, so, in the option menu, i use "User Entered URL" and "Thumbnails Required" set to yes. Now, u can also put the option "Thumbnails Required" to NO and it will also get automatically the thumbnail image you set up in the "No Thumbnail Replacement Image". The way i made it work in my V4.1.1 is like this: In New posting Templates / newthread Find: HTML Code:
<img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" /> HTML Code:
<!---urlthumbnail---> in editpost find: HTML Code:
<img id="posticon_preview" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" title="Selected post icon" /> HTML Code:
<!---autothumbnail---> In plugin manager for "Product : Thread Thumbnails" in the : "New Thread - Save Thumbnail, Datamanager" replace everything with this: HTML Code:
if ($type == 'thread') |
Quote:
|
Thanks (y)
Would it be possible to have this custom icon INSTEAD of the threadicon, instead of having it left or right to it? |
Does not work on vB 4.1.2, the thumbnail URL bar does not appear.
|
Quote:
Quote:
If manual, then you might have to add this code to the newthread template: Code:
<!---thumbnailurl---> Code:
<img id="display_posticon" src="{vb:raw selectedicon.src}" alt="{vb:raw selectedicon.alt}" /> Will get back to you with this |
Quote:
http://img638.imageshack.us/img638/8022/miniaturay.jpg I am newbie in this. |
1 Attachment(s)
solohdes! This is the plugins manger my friend!
You need to set them up in the ACP options |
its working only in the new post in my forum bud the old image show the icon no image available!!!
how can i make that schow the old image post? i have 20456 post... |
Thank you! I now have the URL bar appearing in the New Thread, but when I paste my link it doesn't show. Is there a setting I'm not seeing? I have it set to, 'User entered URL' also.
Edit: I found that if I set the Automatic Template Edits to 'Yes' it will display, but not in the correct location. https://vborg.vbsupport.ru/external/2011/02/9.jpg Could you please help me get this straightened out? Thank you! vB 4.1.1 |
Ok works fine in 4.1.2
@ellinofatsa fallow megamoose posts to run the script and fetch the images: Code:
https://vborg.vbsupport.ru/showpost.php?p=2145120&postcount=200 i do not use the "automatic" since it puts the script in the wrong place. I have put my codes in: Editpost/newthread/threadadmin_editthread to get the URL box to show. Did you fallow all my instructions in this page up there? Also, you didn't added the size in the main options to reduce the size of the thumbnail, this is why it's so big! PM your site so i can look at it ;) |
also tagged until later
|
Quote:
|
Thanks for this modification! Installed!
Antonio |
after upgrade to 4.1.2 it doesnt work.
i have used manually templateedits and your fixes but nothing works. |
Quote:
You can remove the (class="magnify") at the end, i have an xtra jquery on mouseover for my thumbnails. Code:
<vb:if condition="$thread['thumbnaildisplay'] AND (!$thread[sticky] OR ($vbulletin->options[thread_thumbnails_sticky] == '1'))"> |
If anyone interested on having Magnifier for this mod, see my post here:
https://vborg.vbsupport.ru/showthread.php?t=259577 A few little edit to be done only ;) |
I'm having the same problem that a couple others before me are having. The thumbnail is in a really bad location far right of where it should be. Looks like this, can anyone help out?
https://vborg.vbsupport.ru/attachmen...7&d=1300002806 |
Replace code in thread_thumbnail_threadbit with this:
Code:
<vb:if condition="$thread['thumbnaildisplay'] AND (!$thread[sticky] OR ($vbulletin->options[thread_thumbnails_sticky] == '1'))"> and add this in Thumbnail Style: Code:
width:40px;height:55px;padding:2px; Hope it helps ;) |
I'm not exactly sure where to put this in. I edited my xml file, then reinstalled it. It made it so that none of my threads would appear at all (not good). Any pointers as to where you edit something like this? I'm ... eh.... new to this. :rolleyes:
|
Also, what is Thumbs.db? I am supposed to enter that into my database?
|
I replied to your PM QuickQuestion! You will need to read my friend! Everything is explain on how to add or modifiy codes in many plugins!
This is a basic thing to learn when using vBulletin plugins ;) You can refer to this: https://vborg.vbsupport.ru/showthread.php?t=82621 It should help you understand the basic ;) |
1 Attachment(s)
Great MOd. Question: How do I extend the blue strip background of views/replies to fill threadbit. Please see attachement.
|
Any chance i can edit thread thumbnail in Quick Edit mode ?
it would really help |
@reddyink:
I would suggest that you use firebug 1.7.0 with your firefox, it will help you out a lot ;) @dr.tawy Can't tell you for now! My whole board just crash :( |
1 Attachment(s)
I have problem with the letters did not lay beneath and places left what should I do so in order to correctly display
http://www.greek-best.com/forumdisplay.php?545 |
@nightlord
Well you could try to shrink the thumbnail first to see how it will turn out! Try this: Code:
width:40px;height:55px;padding:2px; For the location, you should see the options and put it "after Threadicon". |
the tasted what I give and slaves you have a non fine but the problem is when telionei the icon of the Forum Secretary puts me on the left does not lay beneath like the other
and the code was I had Code:
width: 85px; max-height: 100px; |
Quote:
|
Quote:
Hehehe, i don't get what you are saying here my friend lolll It would be easier if i could access the template! ;) @Dr.Tawy What is UPP????? I guess for your quick edit, you could simply add the code in the template?!?! I'm back on track with my forum, let me see. |
Quote:
i really appreciate any help as i am trying to set thread thumbnails for more than 8.000 threads and all with a small thumbnail (specific image) and cannot be the first image nor attachment so any help would me very much appreciated sorry for being pushy. |
Quote:
|
Quote:
Σε ευχαριστω νασε καλα |
This mode is underdeveloped. Lot's of bugs. Please fix the issues:
1. Unable to edit the thumbnail 2. Unable to create thumbnail in old threads. 3. Unable to keep image proportions for thumbnails (blows them vertically or horizontally) 4. Various styling errors |
Quote:
I personally use it and it works like a charm in my 4.1.2, you should look threw the previous posts and read them, it will tell you how to fix everything you mentionned ;) Good luck! :D |
All times are GMT. The time now is 09:20 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|