The Arcive of vBulletin Modifications Site. |
|
Show Link To Thread in WOL (users viewing inline attachments) Details »»
|
|||||||||||||||||||||||||||||||
|
Show Link To Thread in WOL (users viewing inline attachments)
Developer Last Online: Jun 2020
If you allow inline attachments on your forum, you may have noticed that users viewing threads with such attachments are reported in "Who's Online" as simply "Viewing Attachment."
This simple add-on will display a link to the thread which contains the attachment: Update: version 1.1
Update: version 1.2
To Install: Download and extract the attached .zip file. In AdminCP go to Plugins & Products -> Manage Products -> Add/Import Product. Click on "Choose File" and browse to the product xml file that was packaged in the .zip file. Click "Import" There are no settings to configure, once you import it, the add-on is active. ![]() Support for this product can be found here: Download Now
Screenshots
Show Your Support
|
|||||||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
Great, installed.
Works fine in vb4.2.0pl4 and its very useful. Thank you Mark EDIT: I get errors, not all time. HTML Code:
Database error in vBulletin 4.2.0:
Invalid SQL:
SELECT post.*
FROM post AS post
WHERE postid =;
MySQL Error : You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '' at line 3
Error Number : 1064
Request Date : Wednesday, July 22nd 2015 @ 06:40:19 PM
Error Date : Wednesday, July 22nd 2015 @ 06:40:19 PM
Script : http://xxxxxxxxx/online.php?order=asc&sort=username&pp=20&page=1
Referrer :
IP Address :
Username : Stratis
Classname : vB_Database
MySQL Version : 5.5.43-MariaDB
|
| Благодарность от: | ||
| MarkFL | ||
|
#3
|
||||
|
||||
|
Update: version 1.1
Stratis, please let me know if the update resolves the MySQL error.
|
|
#4
|
||||
|
||||
|
Ok, I am testing, but what about thread id, this error came before your update.
SELECT thread.* FROM thread AS thread WHERE threadid =; I don't know if it fixes this to? |
|
#5
|
||||
|
||||
|
It should, unless you have posts without threadids.
|
|
#6
|
||||
|
||||
|
Update: version 1.2
|
|
#7
|
||||
|
||||
|
First no problem with errors yet after the update to v1.1
Installed to v1.2 I will see what about "Viewing Attachment.", and test it several times. EDIT: v1.2 tested, all works fine so far. Thank you for goodies |
| Благодарность от: | ||
| MarkFL | ||
|
#8
|
||||
|
||||
|
Thanks for the feedback...it is greatly appreciated. :up:
|
|
#10
|
||||
|
||||
|
Mark i have noticed today when i hover the link that some member is "viewing inline image attachment"
its shows code if exists, PHP Code:
|
![]() |
|
|