The Arcive of vBulletin Modifications Site. |
|
Hide Posts To Unregistered Users - Posting Option Details »»
|
|||||||||||||||||||||||||||
|
Hide Posts To Unregistered Users - Posting Option
Developer Last Online: Oct 2022
-----------------
- Brought To You By: - - MediaFlavor.com - - Custom VB Mods, Extensions, and Plugins ----------------- This hack allows your users to specify if they want their thread only viewable to registered users. You can set this priviledge on a usergroup basis. The only limitation is the same as the "Tachy Goes Conventry" issue where the post title will be shown as the last post in the forum home, but will not be displayed in forum view. If a user happens to click on the link on the forum front page (as latest post (forumhome)) it will give them a no permissions message instructing them to login or register. This is a limitation of VB, nothing much I can do about it. When the VB team fixes the TGC feature, then I can probably do the same with this extension. Installation: Upload xml file to includes/xml folder. Install product file. Edit two templates. CLICK INSTALL! Show Your Support
|
|||||||||||||||||||||||||||
| Comments |
|
#2
|
||||
|
||||
|
looks nice, good job
|
|
#3
|
||||
|
||||
|
Nice. Thanks
|
|
#4
|
||||
|
||||
|
Good idea, thanks very much!
|
|
#5
|
||||
|
||||
|
I can't find in the Template :
Quote:
|
|
#6
|
|||
|
|||
|
Quote:
Code:
<if condition="$bbuserinfo['signature'] != ''"><div><label for="cb_signature"><input type="checkbox" name="signature" value="1" id="cb_signature" tabindex="1" $checked[signature] />$vbphrase[show_your_signature]</label></div></if> |
|
#7
|
|||
|
|||
|
nice one .. gonna test now
|
|
#8
|
|||
|
|||
|
Problem when uninstalling / overwriting :
Code:
Database error in vBulletin 3.5.4:
Invalid SQL:
INSERT INTO product
(productid, title, description, version, active)
VALUES
('Hide Post To Unregistered Users',
'Hide Post To Unregistered Users',
'Users have option to hide posts to non-registered users',
'1.0',
1);
MySQL Error : Duplicate entry 'Hide Post To Unregistered' for key 1
Error Number : 1062
Date : Friday, June 2nd 2006 @ 07:24:37 PM
Script : http://xxx
Referrer : http://xxx/plugin.php?do=productadd
IP Address : xxxxx
Username : utw-Mephisto
Classname : vb_database
|
|
#9
|
|||
|
|||
|
It should not drop any tables, it only drops columns from tables. Works for me when I uninstall, but you should not overwrite, just uninstall, the install.
|
|
#10
|
|||
|
|||
|
I uninstalled and when trying to re-install - same error
|
![]() |
|
|