The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Could someone make a hack to allow logged in users to be able to post anonymously in ONE forum?
Thanks ![]() |
#2
|
||||
|
||||
![]()
open newreply.php
find this: PHP Code:
PHP Code:
[php]$DB_site->query("UPDATE thread SET lastpost='".time()."',replycount='$replies[replies]',lastposter='".addslashes($postusername)."' WHERE threadid='$threadid'");[php] and replace with PHP Code:
PHP Code:
PHP Code:
@filburt: thats also an idea ![]() |
#3
|
|||
|
|||
![]()
/me is intrigued by the idea
If the admin can see who actually posted the message then it would be cool. You could always just edit the template set for that one forum so there's no reference of the username or userid. |
#4
|
||||
|
||||
![]()
Interesting - much thx Xenon
![]() |
#5
|
||||
|
||||
![]()
you're welcome
![]() |
#6
|
||||
|
||||
![]()
[high]* Logician feels urge to assist team mate Xenon
![]() [/high] Maybe using PHP Code:
![]() @Blak n Wite: BTW I wonder why you dont just enable guest posting in that forum? So if someone wants to post without his username, he can just log off and post with a guest account. @filburt1: nice idea but does not work: an insistent user can still track the post user with Search function (show posts), user profile (which shows the last post of user), also search all posts by user option. So database modification as Xenon suggested is necessary and this makes hard to learn his identity for admins too. Your one chance may be enabling email notification for mods in this forum and send his real username with new post notification mail. Other solution would require db alteration which is not recommended for this small hack.. |
#7
|
||||
|
||||
![]()
lool, yes better do what my team mate logician said, its much easier
![]() @filburt: when you create an extra field to the post-table then this could be done easili, but without changes to the database it'll be very hard. |
#8
|
||||
|
||||
![]() Quote:
![]() ![]() |
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|