|
- Readme First! - Read and follow the rules, otherwise your posts will be closed |
|
|
|
|
|
There are currently, 377 guest(s) and 0 member(s) that are online.
You are Anonymous user. You can register for free by clicking here |
|
|
|
|
|
Program Enhancements module released! |
|
FenomenO writes "Program Enhancements is out! This module has been created for people who wants to have direct contact with the
users of their software, program or simply their PHP-Nuke Website, giving them the possibility to ask for enhancements
or modifications and having a track of the request they submitted. In this way they are in touch with the
programmer, the author or the webmaster (it depends from the use you do).
Some of the features are:
unlimited categories and sub-categories only registered users can add requests listall function to
see all the requests search function unlimited comments can be submitted by admins and registered
users a status field keep people informed about their requestscrolling block showing last 10 requests
submittedMuch More
You can see this module in action on Virtual Sailor Net and soon on
FenomenO.IT. Download it as always on FenomenO.IT (Registration not required but suggested)
Please send yuor feedback about my modules
FenomenO"
|
|
Posted on Saturday, November 01 @ 16:27:51 CET by Zhen-Xjell |
|
|
|
|
| |
|
|
| | The comments are owned by the poster. We aren't responsible for their content. |
| | | | |
| No Comments Allowed for Anonymous, please register | | | | |
Re: Program Enhancements module released! (Score: 1) by RastaMan on Sunday, November 02 @ 15:27:05 CET (User Info | Send a Message) | Trying to use it at www.rastaworld.com ... Looks fine, can add categories, etc.
But when someone tries to post to it, I get a DB QUERY error when running on PHPNuke 6.9. |
Re: Program Enhancements module released! (Score: 1) by RastaMan on Sunday, November 02 @ 15:46:31 CET (User Info | Send a Message) | Fixed... Open 'modules/Program_Enhancements/index.php'
Find line 468, should look like:
if ($result = sql_query("insert into ".$prefix."_program_enhancements VALUES ('', '$cid', '$title', '$description', '$defaultstatus', '$date', '$submitter')",$dbi)){
and replace with: if ($result = sql_query("insert into ".$prefix."_program_enhancements VALUES ('', '$cid', '$title', '$description', '$defaultstatus', '', '$date', '$submitter')",$dbi)){
Needed the extra , '' , after $defaultstatus |
]
Re: Program Enhancements module released! (FIXED) (Score: 1) by FenomenO on Tuesday, November 04 @ 05:44:29 CET (User Info | Send a Message) http://www.fenomeno.it/ | The problem was due to an error on the sql folder in the donwloadable package. The files in that folder weren't updated so the db layout was that of an old beta release. Now all it's fixed, a new update package uploaded on FenomenO.IT, those who downloaded the wrong package can fix this using the file "rc01_to_rc02_upg.sql" located in the sql folder.
Sorry again for the problems
|
]
| | | | | |