By OPC BUSINESS SUPPORT on Wednesday, 02 September 2015
Posted in General Issues
Replies 9
Likes 0
Views 300
Votes 0
Hi Guys,

I've purchase this easy blog for my site in joomla... can we do a customization such as when we login from front end its redirect and shows up all the users post instead that... i need only particular person view their blog... can this be done?

Thanks,
hey there,

Do you mean when the user logged in frontend then redirect to show all the post which created by current logged in user?
·
Wednesday, 02 September 2015 18:49
·
0 Likes
·
0 Votes
·
0 Comments
·
yes... Please refer to the snapshot below... i did using cookie... so when the menu is clicked its bring to particular users page.. then when logged in using the button on right side its shows all other post... supposedly i only want current user to view only their post
how we can achieve this ?..
·
Wednesday, 02 September 2015 19:05
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey there,

I am not really sure if I understand you here but in EasyBlog you can actually create a menu item that links to the "My Blog Layout" which displays a list of blog post created by the current logged in user.

Perhaps what you can do is:

1. Create this menu item
2. Configure Joomla to redirect users to this new menu item upon successful login.
·
Thursday, 03 September 2015 00:36
·
0 Likes
·
0 Votes
·
0 Comments
·
Hey guys,

Thanks for the help.. i have tried by using menu items "(Authors) Single Author" ..
I do have 3 more questions

1) please refer to the snapshot .. this popup error appears when i click on the cancel icon upon my registration
2) i couldn't select any other template other than the blank post
3) i able to login to other people post... which is suppose should not

I've include the site information

Thanks,
·
Thursday, 03 September 2015 11:17
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,


1) please refer to the snapshot .. this popup error appears when i click on the cancel icon upon my registration
2) i couldn't select any other template other than the blank post


Regarding the above, I try to access to your site frontend but my web browser detected that your page goes into infinity redirection causing your site not able to access. Please see screencast.com/t/TMbaI9VZV4Y1

3) i able to login to other people post... which is suppose should not


Currently EasyBlog do not have the option to restrict user to view only their blog post. However, I might be able to help you to perform a simple customisation on your EasyBlog so that when a user attempt to view someone else blog post, a warning message will be displayed the user and redirect the user back to his/her blog page. Can you pass me your FTP account so that I can apply the customisation on your site?

Please advise.
Sam
·
Thursday, 03 September 2015 11:40
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi,

sorry Its in the testing environment now... so now you can access the page
http://www.fxprimuspartners.com/testlanding/terry

I've Included the ftp info as well
·
Thursday, 03 September 2015 11:58
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

Thanks for the ftp account and I've added a small customisation at your file JOOMLA/components/com_easyblog/views/entry/view.html.php at line 43 ~ 47.

Also, I've reconfigure your EasyBlog menu item so that it always point to EasyBlog (posts) My Blog page

1) please refer to the snapshot .. this popup error appears when i click on the cancel icon upon my registration
2) i couldn't select any other template other than the blank post


As for the above, the issue was caused by the url not having index.php and causing all the ajax request to failed. To fix this issue, I've enabled the option screencast.com/t/SfMWKymgRyrb and now you should be able to select the post template and compose your blog post

Please verify again.

Hope this help and have a nice day!
Sam
·
Thursday, 03 September 2015 15:07
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi ,

Thanks for the help... one more thing when i logged out its redirect to ?view=latest .... here the blogger can view others post... can this be customize as well ?

Thanks
·
Thursday, 03 September 2015 15:14
·
0 Likes
·
0 Votes
·
0 Comments
·
Hello,

You can change the redirect url link to the link you want. Take a look at this file 'JOOMLA/components/com_easyblog/views/views.php' at line 415:

$return = base64_encode(EBR::_('index.php?option=com_easyblog', false));


Change the link to:
$return = base64_encode(EBR::_('index.php?option=com_easyblog&view=myblog', false));


However, the myblog page required user to be logged in thus the moment you logout, it will redirect you to my blog page but showing you the login form.

Hope this help and have a nice day!
Sam
·
Thursday, 03 September 2015 15:47
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post