By Chemere on Tuesday, 18 February 2014
Posted in Technical Issues
Replies 15
Likes 0
Views 616
Votes 0
How do I show the latest post at the top?
Hello Chemere,

Sorry for late reply to this,
Actually that was known issues from the Joomla 3.2, what i do is resave the setting from your Joomla backend > User -> User manager > Option > Resave
Hope this help.
·
Saturday, 22 February 2014 13:02
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

Sorry for late reply to this,
Unfortunately that is not possible, because that is by default( features post at top, discussion post at bottom ) if you have set some of discussion to features post.
Or you can set display 1 or 2 features post at the top, so other user will easy to look at the latest discussion post at the below.
Hope this help.
·
Tuesday, 18 February 2014 21:28
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh that's a shame. Perhaps there's a better way. Like show a categories page and have them all in one cat.

Or maybe there's a better solution to suit our needs...
The idea is to start a conversation about a topic.

What do you think?
·
Wednesday, 19 February 2014 07:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

Sorry for late reply to this,
Regarding with your idea (Like show a categories page and have them all in one category.):
>> You have to create a menu item for "EasyDiscuss ยป Single Category Layout", then go to this location file JoomlaFolder\components\com_easydiscuss\themes\simplistic\frontpage.category.php
REMOVE THIS LINE 78 until 87

<?php if( !empty( $category->posts ) || !empty( $category->featured ) ){ ?>
<?php if( !empty( $category->featured ) ){ ?>
<h4 class="discuss-featured-title"><?php echo JText::_( 'COM_EASYDISCUSS_FEATURED_TOPICS' );?></h4>
<ul class="unstyled discuss-list featured clearfix" itemscope itemtype="http://schema.org/ItemList">
<?php foreach( $category->featured as $featuredPost ){ ?>
<?php echo $this->loadTemplate( 'frontpage.post.php' , array( 'post' => $featuredPost ) ); ?>
<?php } ?>
</ul>
<?php } ?>
<?php } ?>

When you click this menu item, then it will not display the features post in this category menu item. Hope this help.
·
Wednesday, 19 February 2014 10:52
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi. We;re half way there!

see image for result...
there should be 20 posts in there

Except if I log in! Must be restricted to users. It says Public though >_<
·
Friday, 21 February 2014 16:43
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

Is it you following my instruction above to create a new menu to display single category layout right?
If yes, you have to check with your category is it the public user have the permission to view this category.

Also, is it possible provide us with your Joomla backend and FTP access so we can help you check on this? Please advise.
·
Friday, 21 February 2014 17:06
·
0 Likes
·
0 Votes
·
0 Comments
·
yes I have followed both of those instructions and they are both right.
·
Friday, 21 February 2014 17:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

I have tried to access in your Joomla backend, but i getting this :

Authentication Required

Please advise.
·
Friday, 21 February 2014 17:25
·
0 Likes
·
0 Votes
·
0 Comments
·
what email should I put there?
·
Friday, 21 February 2014 17:26
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

I'm sorry that make you confusing in previous reply,
What i mean is when i access your Joomla backend -> http://fructosefriendlyfoodie.com/administrator
then i hitting this -> http://screencast.com/t/Ii8irAHnO
so we need the "Authentication Required access" only can access in your Joomla backend and check on your issues.
·
Friday, 21 February 2014 17:37
·
0 Likes
·
0 Votes
·
0 Comments
·
oh you need to go to
fructosefriendlyfoodie.com/ichemjom32/administrator
·
Friday, 21 February 2014 17:42
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

I have confusing on your site, because you have similar 2 forum example : http://fructosefriendlyfoodie.com/chatter

But i referring this because your administrator URL is http://fructosefriendlyfoodie.com/ichemjom32/administrator
So now the discussion post already appear in your site -> http://fructosefriendlyfoodie.com/ichemjom32/discussions
Please have a check.
·
Friday, 21 February 2014 18:25
·
0 Likes
·
0 Votes
·
0 Comments
·
Awesome, You fixed it!!!!!!!

So do I need any notes on what was fixed. In case in the future I need to do this again?
·
Saturday, 22 February 2014 07:38
·
0 Likes
·
0 Votes
·
0 Comments
·
Oh hehe.
Thank you very much indeed.
·
Saturday, 22 February 2014 15:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello Chemere,

You're welcome
·
Sunday, 23 February 2014 11:13
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post