View Single Post
  #5  
Old 06-09-2009, 03:51 PM
Morgan's Avatar
Morgan Morgan is offline
Administrator
 
Join Date: Jul 2006
Posts: 2,255
Geek Article and Review System License Holder GeekMart License Holder Geek Auto-Linker Pro License Holder Geek Advertising Banner License Holder Geek Gazette License Holder 
Default

Neither is possible without file edits. A place to start would be the gars_class_edit.php file. There look for post_as to find the locations of where you can force a particular user name. For who posted as someone else, one idea would be to add a who_posted field to the gars MySQL table where you could edit the PHP code to insert the user ID of the actual poster using $this->vb->userinfo['userid'] in the gars_class_edit.php file.
__________________
Please use the forums for support, feature requests, and similar such things. Support does not include custom code, custom template edits, or third-party modifications. PMs and emails to me should be for private information only, such as login information. If you PM or email me a support question, chances are good that I'll ignore it. Thanks.
While the work or play is on, it is a lot of fun if while you are doing one you don't constantly feel that you ought to be doing the other. -- Franklin Pierce Adams
Reply With Quote