PDA

View Full Version : Changing where date added is showing


Lise
06-17-2005, 04:32 AM
Hi Tim,

I would like to know if I can change where the date added is showing in the review? Let me explain:

I'm installing the script for people to review cruises. I'm integrating it with the look of my site and here is a test page http://www.caribbean-cruises-critics.com/review/test.php?item_id=1

I want people to write the date they cruised instead of 'a title for the review' on the review form, but like you can see on the test page, it also shows the date the review was added and then you get 2 dates one after the other.

Can I somehow either move the date added listed after the reviewer's name or after the review text itself?

Or any other suggestion?

Thanks a lot,

Love your script, once I got the hang of it :?

imported_Tim Mousel
06-17-2005, 08:04 PM
Open your php page and find this:

echo "$newdate";

If you change it to the following, the date will no longer appear:

//echo "$newdate";

Also, in your config.php file make sure to add your email address in case you haven't yet.

Tim

Lise
06-18-2005, 02:31 PM
Thanks Tim,

it works great now, exactly how I want it.

Lise