vBulletin Modifications

Anonymous Hacks

Welcome to vBHackers.com! - vBHackers Updates:

Go Back   vBulletin Modifications > General vBulletin Section > vBulletin Modification Requests

Reply
 
LinkBack Thread Tools
Old 04-20-2004, 02:11 AM   #1
Charter Member
Join Date: Apr 2004
vau7 is on a distinguished road

Default Anonymous Hacks

Hi,

this Hack is really easy to realize but my Knowledge is too less.

I have an Real-Life-Category on my Board and i twould be great if i could insert a checkbox in "Miscellaneous Options" below "Disable smilies in text" with the Option "Post as anonymous".

If this Box is checked the Post will appear as a Post from "Anonymous" ( an User you have to create before). This Account will only be used to post anonymous.

This checkbox should only appear in one special Forum.


Thanks in advance!
__________________




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored Links
Old 04-20-2004, 03:09 AM   #2
Ken Iovino
Founder
Ken Iovino's Avatar
Join Date: Mar 2004
Real Name: Ken Iovino
Location: Miami, Florida
Ken Iovino is on a distinguished road

Default

So you want guest to be able to use it?
__________________
Earnersforum.com - Learn how to make money online! New Look!

Ken Iovino / vBHackers.com
vBSEO 3.1 GOLD Released vB Blogs Compatible | Non-Encrypted | Branding Removal Option | Sitemaps 2.1 | Language Packs

Crawlability Network: vBulletin SEO | vBulletin Hackers




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-20-2004, 04:14 PM   #3
Charter Member
Join Date: Apr 2004
Location: Dundee
filth is on a distinguished road

Default

i think he means he wants registered members to be able to post but show up anonymously




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-20-2004, 04:38 PM   #4
Tim
Advanced Coder
Join Date: Mar 2004
Tim is on a distinguished road

Default

You could just mask all the users info by adding a field to the posttable and then using if statements in the postbit template to hide info if set to 1 for true on hidden.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-20-2004, 09:34 PM   #5
Charter Member
Join Date: Apr 2004
Real Name: Alex
Location: Boston, MA
Infamouz Nex is on a distinguished road

Default

yea this hack would be tight... im own a poet site, and sometimes im sure people dont want to hurt feelings... you know? but if thers a anonymous script... it would be a lot better... is this really hard to do guys?




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-20-2004, 09:34 PM   #6
Charter Member
Join Date: Apr 2004
Real Name: Alex
Location: Boston, MA
Infamouz Nex is on a distinguished road

Default

but in my case, it would be only in the forums i assign it, (which would be the forums made for the poems)




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-20-2004, 09:42 PM   #7
Charter Member
Join Date: Apr 2004
vau7 is on a distinguished road

Default

Yes i would like to have it just in 1 Forum.

Someone told me that there is an easy way to do this. Just by editing 2 Files btu he wont tell me more




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-20-2004, 09:47 PM   #8
Ken Iovino
Founder
Ken Iovino's Avatar
Join Date: Mar 2004
Real Name: Ken Iovino
Location: Miami, Florida
Ken Iovino is on a distinguished road

Default

im going to guess showthread.php and newreply.php. But thats just a guess.
__________________
Earnersforum.com - Learn how to make money online! New Look!

Ken Iovino / vBHackers.com
vBSEO 3.1 GOLD Released vB Blogs Compatible | Non-Encrypted | Branding Removal Option | Sitemaps 2.1 | Language Packs

Crawlability Network: vBulletin SEO | vBulletin Hackers




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-20-2004, 10:11 PM   #9
Coder
Join Date: Apr 2004
Location: UK
ShavedApe is on a distinguished road

Default

Im with Tim on this one

use if statement in postbit / postbit_legacy

use following code in showthread.php

You must first be a registered member to view any code.
in the templates you got a bit more work
You would need to edit all instances of $post[username] and use the <if condition="$show['asanon']"><class="smallfont">Anonymous<else />$post[username]</if>
im guessing youll also need to use the if statement for userid also.
Test it then test it again because your going to have to use the if statement to replace replace info that would relate to the user


This is untested since there are way too many postbit changes for me to bother sorry.
If it doesnt work check your <if condition statements have been closed at teh end </if> regardless of the </if> already existing before.

Good luck hope it helps.
__________________


Feel free to ask questions here

Last edited by ShavedApe; 04-26-2004 at 01:30 AM.




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 04-20-2004, 10:23 PM   #10
Charter Member
Join Date: Apr 2004
Real Name: Alex
Location: Boston, MA
Infamouz Nex is on a distinguished road

Default

is that as clear as you can do it? ummm so pretty much add that to the showthread.php... but what statement to the postbit / postbit_legacy?

and....

pretty much... every template... that has $post[username], just add <if condition="$show['asanon']"><class="smallfont">Anonymous<else />$post[username]</if>? or? hmmm ? :bawling:




Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Anonymous Poster v.1.0 Final tnguy3n vBulletin 3.5 / 3.6 Hack Releases 15 11-19-2006 11:31 AM
reqeustin some hacks .liquiD General vBulletin Support 10 08-03-2005 03:23 PM
Install System Part 2 Ken Iovino Announcements 10 05-19-2005 10:40 AM
Vb3 + Good Fxp Hacks PeJot vBulletin Modification Requests 9 02-18-2005 11:52 PM


All times are GMT -3. The time now is 01:54 PM.


SEO by vBSEO 3.2.0 ©2008, Crawlability, Inc. (Patent Pending)