Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - cartesdufrontonnais

Pages: [1]
1
hello works fine thanks you
but i have an error message when i rebuild
 if title is "Jeremy's house"
i have
DB Error: Bad SQL Query: UPDATE 4images_images SET image_keywords = 'Jeremy's,house' WHERE image_id = 124
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near 's,house' WHERE image_id = 124' at line 2
OK

if i put Jeremy s house  its ok ... the problem is with " ' "

2
Hello
anyone can help me ?
i would like to see {whos_online} on another page than home.html.

Thank you

i search on forum, but nothing ...  :mrgreen:



Found :) the solution

Example to see {whos_online} on detail.html

Open  detail.php
Find
define('ROOT_PATH', './');

add after
define('GET_USER_ONLINE', 1);

save & exit

search.html   --> modify search.php
top.html   --> modify top.php


etc

Pages: [1]