By Anirudh Kumar on Thursday, 09 January 2014
Replies 10
Likes 0
Views 1.3K
Votes 0
http://awesomescreenshot.com/0be26jvwc0
$filter[] = JHTML::_('select.option', 'alphabet', JText::_('Sort by Alphabetical') );
$filter[] = JHTML::_('select.option', 'photographers', JText::_('Sort by Photographers') );
$filter[] = JHTML::_('select.option', 'writers', JText::_('Sort by Writers') );
$filter[] = JHTML::_('select.option', 'featured', JText::_('COM_EASYBLOG_SORT_BY_FEATURED_BLOGGERS') );
$filter[] = JHTML::_('select.option', 'latestpost', JText::_('COM_EASYBLOG_SORT_BY_LATEST_POST') );
$filter[] = JHTML::_('select.option', 'latest', JText::_('COM_EASYBLOG_SORT_BY_LATEST_BLOGGER') );


Can I know the event code location for alphabet/featured/latestpost/latest when I hit "Filter" button?
(please let me know if you need more description

and

I want to know how to get Names Underneath Team Bloggers Avatar
Hello Anirudh,

It is actually being processed in the file /components/com_easyblog/views/blogger/view.html.php in the "display" method. To get the author's name to appear along side with the avatar, download the attached file and upload it into /components/com_easyblog/themes/default/
·
Thursday, 09 January 2014 12:45
·
0 Likes
·
0 Votes
·
0 Comments
·
Can you help me with the code to find blogger from there respective teamblog

$filter[] = JHTML::_('select.option', 'photographers', JText::_('Sort by Photographers') );
$filter[] = JHTML::_('select.option', 'writers', JText::_('Sort by Writers') );


^ those are the two dropdown options I created all i need is to make them work..

Cheers,
Anirudh.
·
Thursday, 09 January 2014 13:37
·
0 Likes
·
0 Votes
·
0 Comments
·
I can't get it working can someone help me to get this working?


$filter[] = JHTML::_('select.option', 'photographers', JText::_('Sort by Photographers') );
$filter[] = JHTML::_('select.option', 'writers', JText::_('Sort by Writers') );


where 'photographers' and 'writers' are two different team bloggers.

cheer's
Anirudh.
·
Thursday, 09 January 2014 15:23
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Anirudh,

I am really sorry but this requires quite a bit of hack and unfortunately we do not provide extensive customizations as outlined in http://stackideas.com/support . You need to modify the file /components/com_easyblog/views/teamblog/view.html.html
·
Thursday, 09 January 2014 16:49
·
0 Likes
·
0 Votes
·
0 Comments
·
Finding Blogger
1) By Joomla Search

2)By EasyBlog Search

I am not being stubborn but I am not aware that EasyBlog is not suitable for blogs more than 10 bloggers

I have migrated from Wordpress just to try Easyblog but deep inside I have a real bad feeling that I made a mistake, I dont know why...
·
Thursday, 09 January 2014 17:13
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Anirudth,

You can actually search for bloggers through the blogger's page of EasyBlog
·
Thursday, 09 January 2014 17:47
·
0 Likes
·
0 Votes
·
0 Comments
·
make no mistake "we cant...."

I know you know your product back of your hand but it does not work that way
·
Thursday, 09 January 2014 18:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Anirudh,

Hm, did you turn this off in the theme settings page? The "Show Blogger Filter Bar" should be enabled as you can see from my screen shot here, http://screencast.com/t/oordigwzr
·
Thursday, 09 January 2014 23:10
·
0 Likes
·
0 Votes
·
0 Comments
·
I just activated it.. Go ahead and test it....

and few basic information is missing on Bloggers page like "does the blogger belongs to any TeamBlog"?

I am not asking to integrate Easyblog into Virtuemart, Did I? I am really proud to be using Easyblog but I am not happy with the support. I am sorry!
·
Friday, 10 January 2014 14:15
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Anirudh,

Hm, I do see it at https://travcom.org.nz/Members/Member.html . Am I missing anything here? No sorry, please don't get me wrong but what you are trying to achieve here requires maybe a couple of hours to help you achieve this and we are actually pretty shorthanded currently and wouldn't be able to help you with this as we too need to prioritize on other customers who are really facing issues. If every customer also requires us to spend a couple of hours customizing their site, we would then be pretty bogged down with just customizations.

Thank you for understanding.
·
Friday, 10 January 2014 22:36
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post