4
Thought I'd post a follow up for anyone else who might find this a problem with their site.
What mcleines suggested worked like a charm even without updating the module.
Heres the methodology I used to get it done.
1. Renamed "xcgal/include/picmgmt.inc.php" to "picmgmt.inc.php.OLD" on the server for a backup.
2. Opened picmgmt.inc.php LOCALLY and edited with "Context" *lovely program, check it out
here*
::: found the code I needed on line 98 >>
if ($approved == 'YES') $xoopsUser->incrementPost();::: this is the ONLY line I edited simply by commenting it out >>
//EDITED BY ME JULY 20 06if ($approved == 'YES') $xoopsUser->incrementPost();::: I dont know how this is going to show up in the post so make sure thats ALL ONE LINE of code INCLUDING the "//EDITED BY..."
3. Uploaded the newly edited picmgmt.inc.php to the server "dont forget where it belongs, either "{root}/modules/xcgal/includes/" or
"{root}/html/modules/xcgal/includes/" depending on how you set XOOPS up.
3. And then uploaded a photo via xcgal in "User" mode to check if it counted as a site wide post. It did not.
So, try to follow along those lines and you should get it done.
Thanks again mcleines, REALLY apreciate the prompt reply.