View Full Version : Invisible Thread
kyrenator
09-18-2009, 06:46 PM
Is there i way i can make a thread invisible? I mean that the users wont be able to view the thread in the forum where the thread exists but if someone has the link will be able to view the thread!
Lynne
09-18-2009, 06:54 PM
Not that I know of. You can make your own php page and only allow some people to view it though.
ZeusTalkgeek
09-18-2009, 07:09 PM
You could put it in forum which has the display order set to '0'. It won't be visible by normal members but if you have the link, it will be shown. That is the only way that I could think of to possibly achieve this.
James Birkett
09-18-2009, 08:11 PM
Set the display to none using CSS.
You'll have to find a workaround as the actual threads rows are shown in between <tr></tr>, meaning you'd have to style the table row or every element inside it. Maybe you could use a .children jQuery/JavaScript (not experienced in it) to add that value to it.
I'll look into a plugin method now.
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.