By Tori Jones on Thursday, 29 October 2015
Posted in General Issues
Replies 1
Likes 0
Views 509
Votes 0
FRONTEND EDITING
1. there are two users. paulaslater gets the edit pencil but all that's in the menu is DELETE POST. the user firefly does not even get the edit pencil.
I checked the ACL and both users are set as managers

WELCOME MODULE
I have a welcome module in the sidebar on the blog page. when you click on NEW POST you only get the option to SAVE FOR LATER or SUBMIT POST FOR APPROVAL. Where are you able to publish the post when using the NEW POST link in the module?

Same thing for when you click on MY POSTS/NEW POST. There is no button to PUBLISH the post after you create a new one.

Also, can I remove or add links to the WELCOME MODULE. for instance, remove the MANAGE SUBSCRIPTIONS link

SHARING
When sharing, the photo does not show in the blog post (like when sharing on facebook). When I "scrap it" it does but do I have to scrap blog posts every time there is a post?
Hey Tori,

Can you try download my attached file and replace into JoomlaFolder\administrator\components\com_easyblog\includes\acl\acl.php and see how it goes?

Also, can I remove or add links to the WELCOME MODULE. for instance, remove the MANAGE SUBSCRIPTIONS link

Unfortunately we do not have settings to remove it, but you can modify this file ->
JoomlaFolder\modules\mod_easyblogwelcome\tmpl\default.php

// Start remove from line 92 to 101
<div class="eb-mod-item">
<a href="<?php echo EBR::_('index.php?option=com_easyblog&view=subscription');?>">
<span class="mod-cell">
<i class="mod-muted fa fa-envelope"></i>
</span>
<span class="mod-cell">
<?php echo JText::_('MOD_EASYBLOGWELCOME_MYSUBSCRIPTION');?>
</span>
</a>
</div>


SHARING
When sharing, the photo does not show in the blog post (like when sharing on facebook). When I "scrap it" it does but do I have to scrap blog posts every time there is a post?

Actually that was known issue in Joomla, you have to turn off this `Gzip Page Compression` from your backend global configuration settings, if not it will causing the issue like can't get the blog content when you share to Facebook.

Once you switch on back your website, try copy one of the post URL into Facebook debugger tool -> https://developers.facebook.com/tools/debug/og/object/ (the purpose is clear this post URL cache so Facebook can recrawl the post data again)

Can you give it a try now?
·
Thursday, 29 October 2015 16:07
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post