By Avinash on Sunday, 01 June 2014
Posted in Technical Issues
Replies 5
Likes 0
Views 547
Votes 0
Hi,

The Easy Social Search does not work on my installation - all searches result in no result even names....

Also, I would like to directly display the entire "Share what's new" or status message box rather than it appearing on click - how can I do that?

Cheers,
Avinash
Hello Avinash,

I am really sorry, I missed your post here earlier. Anyway I have logged into the site and noticed that the search index in Joomla seems to be stalling and I probably guess due to some issues in the earlier "indexing". I have re-indexed the items and the search works fine now. Take a look at my screen shot here, http://screencast.com/t/U02dhCrmbaIJ

As for displaying the share box expanded by default, what you can do is to edit the theme file /components/com_easysocial/themes/wireframe/story/default.php and locate the codes below,


<div class="es-story es-responsive is-collapsed" data-story="<?php echo $story->id;?>" data-story-form data-story-hashtags="<?php echo implode(',', $story->hashtags); ?>">


Replace it with,


<div class="es-story es-responsive" data-story="<?php echo $story->id;?>" data-story-form data-story-hashtags="<?php echo implode(',', $story->hashtags); ?>">
·
Tuesday, 03 June 2014 00:35
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Avinash,

I am really sorry for the delay of this reply as it is a weekend for us here. I tried to access the back end of the site but unfortunately it does not work for me Can you please advise?
·
Monday, 02 June 2014 00:09
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi Mark,

No worries! Updated the details...hope you do not face an issue again

Cheers,
Avinash
·
Monday, 02 June 2014 02:39
·
0 Likes
·
0 Votes
·
0 Comments
·
Thanks for sharing that mod i will use it right now
loic
·
Monday, 09 June 2014 06:07
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome
·
Monday, 09 June 2014 09:14
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post