Search:
Search took 1.00 seconds.
-
Hi hpvs15c,
I resolved my problem using a radical solution. I removed the lines 128 and 129 in emails.php file. This removes the option that you enable or disable the notification about the...
-
Hello Eric,
You can set it on you CP control panel:
1) CLASSIPRESS / settings
2) Choose LISTINGS tab
3) Found: Allow Parent Category Posting and set the radio button to NO (or WHEN EMPTY)
...
-
masandra, up to version 3.3.1 the file is called theme-actions.php and from version 3.3.2 the file is action.php.
But I've verified my files and my edition was on loop-popular and...
-
Hi Gremminger,
Yes, where you have
$searchTxt = '*';
you can delete the *:
$searchTxt = '';
-
Hi Beik,
This '*' is set on search.php line 4 (on version 3.3.2) to appear when the user leave empty the keyword input on search.
The system uses this '*' to replace tha placeholder 'What are...