Home > Modification, PHP, Programming, Script, Smarty > Modification To Existing Php Script

Modification To Existing Php Script

April 25th, 2011

I have an open source questions and answers script. I have done some of my own modifications, but need help finishing it quickly, and want another programer to help me out so I can get my site launched.

The script is fully functional, but has some bugs and need some additions.

Here is what I need:

-The site uses smarty templates. I need help integrating 4 of my pages with my html.

ADD: I want it so that when an expert tries to sign up, they are inactive until the admin makes them active.

ADD: Currently only access to questions, I want to allow admin to have full access to all answers, feedback and questions.

ADD: I want the answers to be truncated such as this code “{$d_que_details[i]|truncate:”70″}” so it gives the reader an idea of what the answer is like. I tried adding the truncate code, but the way the smarty setup causes me to get a parse error.

FIX: lots of small php bugs (admin does not secure backend access- no session cache, other small things like input from one form pushing to another field on a different field, Displaying how many users are online (Guest too), some of the fields do not populate to next area, such as sending private messages do not work)

ADD: the ability for the person asking the question to leave feedback for an expert when giving them a rating (Rating system already in place) This feedback can then be shown on the experts profile.

ADD a .htaccess file to mask the php links, so the site is SEO link friendly.

ADD: In the Admin area, there is no edit area for answers or to view them as an admin.

ADD: Integration of tinymce wysiwyg editor (which would include photos upload within the script)

ADD: When a question is submitted the system displays a “expert” that is online, or if not online, displays an expert with the best rating.

ADD: Currently the system allows for a user to enter a “Bid” price for what they are willing to pay, I want to remove this and have a set price based with a slider that will increase or decrease the price.

I have screenshots of everything I need, and HTML for it. You must be able to chat with skype or gtalk and have teamviewer so we can collaborate.

Thank you.


Modification To Existing Php Script

Comments are closed.
Bear