![]() |
Quote:
|
Quote:
|
This is an excellent hack! I really needed this for my forums. Can I make a contribution?
I do have one question tho - for some reason my "anon" post still shows my avatar to me - but others see the avatar I specified (I liked the eyes listed above). What am I missing? |
You should be seeing your own user profile - avatar and all. But, others should see the profile for the anon user. So, what you are describing is how it should work.
|
Ok your statements:
ALTER TABLE `post` ADD `postanon` TINYINT( 4 ) DEFAULT '0' NOT NULL ; ALTER TABLE `post` ADD `anonname` VARCHAR( 50 ) NOT NULL ; ALTER TABLE `forum` ADD `postanon` TINYINT( 4 ) DEFAULT '0' NOT NULL ; ALTER TABLE `forum` ADD `anonname` VARCHAR( 50 ) NOT NULL ; ALTER TABLE `thread` ADD `postanon` TINYINT( 4 ) DEFAULT '0' NOT NULL ; ALTER TABLE `thread` ADD `anonname` VARCHAR( 50 ) NOT NULL ; Should *NOT* be TINYINT. My tester account user id is 257 but its being changed to 127 because the column is too small. Change it to standard int :) |
Should users who have posted anonymously be able to edit their anonymous post?
My test account sees the edit button, but gets a permissions error when attempting to edit. However, if my admin account goes in to edit, it works. I'm guessing there's a test in editpost thats not taking anonymity into account? Or is this intended? |
Ok, here's what I ended up doing to make this work:
In editpost.php I replaced: PHP Code:
PHP Code:
|
Quote:
|
Quote:
|
Quote:
and i run all query and it dosn't work, all user group can write as anonymous but only administarator user group can't mybe i don't run right the query which query i need to run for the administarator user group? |
All times are GMT. The time now is 10:09 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|