Notice

The forum is in read only mode.

Support Forum

Welcome! Support Forums have been reactivated
Welcome the Technical Support section. Help us in assisting you by providing us with a concise and descriptive elaboration of your issues. Be specific and if possible, provide us with a step-by-step instruction in replicating your problem.

error in the research (delete the spaces)

7 years 8 months ago
Licenses:
JomSocial Expired Socialize Expired

ISSUE SUMMARY:
In attempting a survey - on the back end - in events (the event name) the spaces between the names are deleted. So the search does not work.

STEPS TO REPLICATE:
In attempting a survey - on the back end - in events (the event name) the spaces between the names are deleted. So the search does not work.
1 - access to view events (administration)
2 enter the name of the desired event (eg the ice age)
3 spaces and research are suppressed is in "aeradogelo"

RESULT - so is not found nothing in the search.
EXPECTED RESULT - locate the searched event
BROWSER - chrome

Attachments:
7 years 8 months ago
Licenses:

Hi,

I confirmed it's a bug, please wait for the fix.

Regards

7 years 8 months ago
Licenses:

Hi,

here the fix:
edit /administrator/components/com_community/views/events/view.html.php line 44
change the code

$search				= $jinput->post->get('search');
to
$search				= $jinput->post->get('search', '','STRING');

Regards

7 years 8 months ago
Licenses:
JomSocial Expired Socialize Expired

partially solved.

In search of " A era do gelo" always we have the result: "In the event has matched your search criteria".

see images.

Attachments:
7 years 8 months ago
Licenses:

Hi,

sorry, please edit:
/administrator/components/com_community/models/events.php line 133

$search			= $jinput->get('search');
changing it to
$search			= $jinput->get('search', '', 'STRING');

Regards

Moderators: Piotr Garasiński
Powered by Kunena Forum

Join 180,000 websites creating Amazing communities

JomSocial is the most complete, easy-to-use addon that turns Joomla CMS into a
full -fledged, social networking site

TRY NOW BUY NOW