By James on Saturday, 06 September 2014
Posted in Technical Issues
Replies 10
Likes 0
Views 1.3K
Votes 0
In my community we want the users profile to act as a resource for them and their profile visitors to gain information about them. Secondly it would act as a secondary stream to the dashboard. I have skimmed through the theme files to see if I could reorder the About vs Timeline with no luck.

Can you provide the necessary steps to make the About load before the timeline?

Thanks,
James
Hello James,

Not really sure if I understand you here. Would you be able to provide us with a screen shot of what you are trying to achieve here?
·
Sunday, 07 September 2014 00:10
·
0 Likes
·
0 Votes
·
0 Comments
·
Here is a quick video: http://screencast.com/t/0woLDjOAu

Basically, when you login and view the "My Profile" link the first thing that loads is the user timeline. Instead of the timeline loading I want to load the "About" information.

Thanks,
James
·
Sunday, 07 September 2014 00:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello James,

I am really sorry for the delay of this reply as it is a weekend for us here. The fastest way to achieve this is to "simulate" the click on the "About" link. You can download the attached file and upload it into /components/com_easysocial/themes/wireframe/profile/

This is not one of the best solution because if the site is slow, it'll look like the site is "navigating" by itself but this only takes 1 line of code to achieve this. If you want to do this on the PHP end, it is much more tricky.
·
Sunday, 07 September 2014 21:43
·
0 Likes
·
0 Votes
·
0 Comments
·
·
Thursday, 13 November 2014 23:22
·
0 Likes
·
0 Votes
·
0 Comments
·
same thing is important for events... for most users the event detail is way more important and what they want to see rather than the timeline... it would be easier simpler and more user friendly to show details then timeline... no need for extra complexity of separate links which are often missed?? my users are always asking questions because they cant see the detail!
·
Thursday, 13 November 2014 23:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Andy,

As a temporary fix, I've included the following in the item.header.php file (also attached screen-shot):



<!-- Event Description -->
<div class="event_desc">
<?php if (!empty($event->description)) { ?>
<?php echo $this->html('string.truncate', nl2br(strip_tags($event->description)), 350); ?>
<?php } ?>
</div>
<!-- END Event Description -->

·
Friday, 14 November 2014 00:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Does it not exist already for profile, group and events in SETTING-DEFAULT DISPLAY ? (timeline or about)

Maybe it don't understand dho
·
Friday, 14 November 2014 07:54
·
0 Likes
·
0 Votes
·
0 Comments
·
Alexandre - You are right! They must have squeezed that into latest release. I didn't spot it in the changelogs.

I really think we need to chant the "Easy" mantra and have DETAIL and TIMELINE on one view. DETAIL first, TIMELINE below. Let's not complicate things by having separate links which the casual user will typically miss. Avoid the unnecessary clicking and visitor-frustration... bang, just put all the info up there. Right now with events, the detail content replicates the majority (but not the important description!) of the event header... way too much duplicate info presented... it needs a bit of an cosmetic overhaul.... anyone agree / disagree?
·
Friday, 14 November 2014 10:01
·
0 Likes
·
0 Votes
·
0 Comments
·
..and thanks Justin for the hack. I'll use that to achieve what I think should be the default events view.... the nice compact info provided in the header, then the description (courtesy of the hack), then the timeline.

Hey that's perfect...

My only remaining issues (raised elsewhere) are the inability to have HTML content and the inability to add files that non-logged in users can access from the 'Share What's New' box.
·
Friday, 14 November 2014 10:03
·
0 Likes
·
0 Votes
·
0 Comments
·
@Andy, separate feature for separate voices so that it doesn't get clouded in forum posts, especially support posts.
·
Friday, 14 November 2014 10:56
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post