![]() |
Can you make it where the author of the thread is directed to edit thread when he clicks on the "no thumbnail" image?
|
Quote:
That feature is one that is offered in the mod "Article Forums". :D And I love it!! |
:( I made all the edits and made the no thumbnail image and put it on the server, but now all the threads show the no thumbnail image, I go into thread and on first post I put the url IE: http://i44.tinypic.com/293zoz6.jpg and I save, but I still get the No thumbnail image , i edit again and it has nothing in the url field. So it appears the system is not saving the url I give it. Help Please!
|
BTW I am at 3.8.2
|
Quote:
|
Update : Making a New Thread it works , but editing a thread and putting in a url does not work. It will not save the URL. :(
|
No Image shows up when I remove the No thumbnail Image. Not even the selected Smiley
|
I even tried using the code for newthread and still no good, the url is not being saved. I checked to see if it was because I was not owner of the thread and that was not the problem either. I'm running out of ideas of why it will not save the url info.
|
This is very important since there are 6,000 movies already posted I would like to show the Thumbnail for the movie.
Also Stickied Threads are not showing anything but the post icon. Sure would be nice if I had the option to pull in the first attachment.?? |
Sorry I can't help you. My smilies don't show either, but I don't mind. I can edit an post and add a smilie but it doesn't save. But on my board i don't mind. But if I edit a post and add a url it works for me.
|
Posting 6 times in under an hour isn't going to get me to reply any quicker, I can't be sitting at my computer every minute of every day.
I don't know what to tell you about the edit not working, because it has been working for everybody else. You could try uninstalling and reinstalling it, but besides that I can't really tell you anything else. You can also try this version, it includes a little change to add the URL differently, more similar to the New Thread way. But besides that, I wouldn't even know where to start. |
Sorry about the multiple posts, Dawned on me kinda late to just edit my thread and add in new info. More info on the problem though, if I create a thread and put in a thumbnail url (which works fine), then decide to edit the thread and change the url, it lets me edit the url and saves it fine. Example of how things are going, http://freeonlinemoviesforum.com/2009-movies-f126.html.
I appreciate any and all help you can give on this. I will try the new file you gave and let you know. :D Ok I installed new file and allowed overwrite but appears nothing happened and no difference, also if new thread is moved to another forum i lose the ability to change the url or even add one. :( Are there any different template edits I need to make with that new file? |
Quote:
As far as not saving the information, I'm not sure what's going on. I'll keep looking into it, but at this time I don't have a clue. |
I have enabled like 50 forums for the thumbnail, could that be causing the problem? Having too many forums enabled? This mod you made is truly AWESOME and exactly what I have been looking for on my site and works good on new threads made. I appreciate any and all help on this and any upgrades you may make, like if it will bring in the first attached image that will automatically bring in all posters for my site on activated forums. If you can do that then you can surely expect a donation from me for that solves all my problems and will make the site Look so much better. WooHoo!
|
You could try just enabling it on one and see if that fixes the issue, but I don't think that will do it.
I'll be working on the attachment thing in the very near future, that's been requested a few times, so it's high on the priority list. |
I did a little more digging into this, as I see it you are creating a db table "$db->query_write("ALTER TABLE " . TABLE_PREFIX . "thread ADD thumbnailurl varchar(250) NOT NULL");"
I checked my DB and there is not a Table_Prefix , nor a threadinfo, nor a thumbnailurl field <td><input type="text" class="bginput" name="thumbnailurl" value="$threadinfo[thumbnailurl] I think the problem is that the table was never created nor the field for the table so the info is not getting saved properly. Can you help me figure this out? I manually created the Table "threadinfo" and put in the field "thumbnailurl" but it did not seem to make a difference. http://i42.tinypic.com/29bkl6h.jpg |
You may or may not have a Table Prefix, that depends upon the database, but vBulletin should take care of that, this is how all of the vBulletin code works.
The db code you mentioned above adds the thumbnailurl column to the thread table, which I can see from the image does already exist. The $threadinfo doesn't reference the table itself, but a PHP variable that's defined to hold information retrieved from the thread table. |
Hey Null where can I go to see if the url values are being written to the db?
I also had to manually add in thumbnailurl field to the Thread Table, still made no difference. :( I manually inserted data into the thumbnailurl field for a particular thread and still the system is not bringing in the poster. So I am obviously looking in the wrong place for the db info on these thumbnails. I also searched the entire db for one of the url's from a new post in which the thumbnail is working and see no results in the DB for that thumbnail, where is the system hiding this info? Thanks for all your help on this. MySQL client version: 4.1.22 MySQL charset: UTF-8 Unicode (utf8) |
From that screenshot you sent earlier, you'll have to search in the thread table using a threadid that you have attempted to set the thumbnail on. Then look for the thumbnail url field, there will either be a url there or there will be nothing.
|
Hi Null,
First off the thumbnailurl was not even a field in the Thread Table, I created the field manually in the Thread Table, input a image url on a particular thread and it did not show up when I edited that thread. I then took the url for the thread thumbnail that does work and did a complete search of the entire VB DB and it did not find the url. Although it did find the url I did put in manually. So I am missing something, mostly curious where is it writing the info to if not the Site's DB? Also shouldn't it pull the one thumbnailurl I manually put in the db? I appreciate you helping me with this, :D Maybe you could help me tell it to write and retrieve the url from the Table and field I created, I have created Table = Threadinfo with Field = thumbnailurl, I also put in Table = Thread the Field = thumbnailurl, with the same parameters I believe you intended to use. I am sorry to be such a bother but this is very important to my website and its users and you would earn the gratitude of me and thousands of people all around the world for your help on this matter. :D |
I guarantee that the field is in the thread table, otherwise it wouldn't work when you create a new thread either, but you said that it does work in that case.
|
kalisekj,
make sure to use the original product file, the second one that I sent you isn't thoroughly tested and I think it might have a bug in it. While the first one is highly tested and I know it works for several people. |
Not sure what's going on, did the 3 manual template edits and
although I see the field to insert a thumbnail link, the actual forum I chose (id 75) shows no thumbnail column at all. I am using a custom skin. Thanks in advance for any help. |
Quote:
|
Thanks, pm sent.
|
Thanks Null for your help. Got it working.
Just one thing, please have this also apply to sticky threads as well. Thanks! |
Quote:
|
Will the next update include getting the thumbnail from the first post of the thread automatically? I've had this installed for a few days now and no one seems to be using this. Would be nice for it to automatically search for it's thumbnail.
|
Quote:
|
looks nice, thanks :)
|
Quote:
I tried to edit the field thumbnailurl on the thread table and the thumbnail changed perfecto but not a good solution for users who can't deal with db's or phpmyadmin :( Quote:
Quote:
will be back to you if there's any new chao |
Hi,
is this the best solution to for attaching an icon to the left of a thread just below a post catagory? I dont want users to be able to post thumbnails but would like to add a set of icons to the threads I created. Thanks |
Installed... Thanks!!! :)
|
Possible Future Features (With Request)
•Display Thumbnail in Search •Options for Display Locations •Additional column instead of replacing Thread Icon •Displaying Thumbnail within thread •Edit thumbnail through Thread Edit •Thumbnail Preview in Edit Window •Automatic Template Edits Any luck with the update for displaying thumbnails with the search or new/today's posts pages? |
I made it and it's ok for some threads, but some other threads still sawing the nothumb image.
And what about to have and for stikys too ? |
This works a treat...
Well done, Thanks. |
waiting for Future Features
and I hope you solve the bug of sticky threads |
I use this plug in with this thumbnail
https://vborg.vbsupport.ru/showthread.php?t=158396 it will display thumbnail from attacement automaticly both are working togetther |
nice
|
thank you work verry good [install] . any ideas how to show at Potal vBadvanced CMPS thanks
|
All times are GMT. The time now is 12:54 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:
|