Entry's showing

More
14 years 3 months ago #1387 by larsoss
Entry's showing was created by larsoss
Helo Pete,

I have AGAIN :D 2 little qeustions.

is it possible to change the time.. i mean now there is standing Thu 02/4/10 2:11AM
but i want only the day (in dutch) so i mean 5 Februari 2010... hopefully is this possible..

and i want to remove from the showing entry's no name.. and no spaces.. i have read a post from the forum to remove e-mail from showing.. i did that.. but i also want to delete the name.... (sorry for bad english)

again if you look at www.dadk.nl and then go do DAGBOEK you see what i mean :P
Thnks.

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #1390 by Pete
Replied by Pete on topic Entry's showing

larsoss wrote: is it possible to change the time.. i mean now there is standing Thu 02/4/10 2:11AM
but i want only the day (in dutch) so i mean 5 Februari 2010... hopefully is this possible..


Please review Date / Time settings here:

php.net/manual/en/function.date.php

Then open up the file "add.php". And find this line (74):
Code:
$date = date("D m/j/y g:iA");

Replace the code in quotes with your Date/Time code to get the desired format.

and i want to remove from the showing entry's no name.. and no spaces.. i have read a post from the forum to remove e-mail from showing.. i did that.. but i also want to delete the name


Open up the file "list.php". Find these lines:
Code:
echo "<br><b>$listemailtxt: </b><a href=\"mailto:"; $lines[$i]->showEmail(); echo "\">"; $lines[$i]->showEmail(); echo "<br><br><b>$listMessagetxt: </b>"; ...

Replace it with the following:
Code:
echo "<br><br><b>$listMessagetxt: </b>"; ...

I didn't have time to test it, but it should work ok.

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #1391 by larsoss
Replied by larsoss on topic Entry's showing
Hello Pete,

the entry for the name and e-mail and that stuff is working perfect..
i want to ask you something more...

is it possible to remove the text Message? So the only thing is showing is the Message from our selves... And not from the script.. I mean again if you look at the site under DAGBOEK there is standing Bericht: test i want to remove Bericht: is that possible..

and the time i have deleted that, because i'm nog getting it right :D

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #1392 by Pete
Replied by Pete on topic Entry's showing
So you want to get rid of the text "Bericht:"?

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #1393 by larsoss
Replied by larsoss on topic Entry's showing

Pete wrote: So you want to get rid of the text "Bericht:"?

Pete


Yes is that possible :)

Please Log in or Create an account to join the conversation.

More
14 years 3 months ago #1396 by Pete
Replied by Pete on topic Entry's showing
Yes. Open up file "list.php". Find this line:
Code:
echo "<br><br><b>$listMessagetxt: </b>";

Replace it with this:
Code:
echo "<br><br>";

Of course that's assuming you don't have any other changes in the file already. In your case it will be changed to:
Code:
echo "<br><br>";

Pete

DigiOz Webmaster
www.digioz.com

Please Log in or Create an account to join the conversation.

Time to create page: 0.125 seconds
Powered by Kunena Forum