How to write/edit Article in Front-end (Publisher) - joomla

I created a user which is Publisher, then i login to this user, but i don't know how to write/edit Article (in Front-end)

When you're logged in as a publisher you should get an extra icon in the title of the article which allows you to edit it - assuming your template has these icons in.

Related

Is there any way to implement user area in abp solution

I have a little problem about this scenario.
I have 300 users in my system. each user must have user panel. it is one page that each user after sign in to the system and went to own page,can edit his content and customize it.
my question is : how to define permission for each user in order to access to own page and don't access to other's personal page.
thank you.
You just need [AbpAuthorize] attribute for the related application service to prevent unauthorized users to see that personal page. And when the user opens the page load the data with the current user's information as #aaron stated in the comments.

How do i enable public comments on a blog page in Kademi

I have a small landing page site hosted in the Kademi platform, with pages managed using the blogs app. I need to allow public users (ie not logged in) to post comments on that page, and to display comments.
But currently its disallowing posts from anonymous users.
There is a checkbox in setting panel of "Forums, topics and questions" app which allows anonymous users can comment on a blog. You can find this app in Application list of your instance (by click Application menu item under Website Manager in left menu) or in Apps tab in your website configuration screen.
Cheers,
Duc

Joomla create a confirmation button that send email to administrator

i have a big problem. I have to create a button that is taking the name and email of registred users and sending automatic email to the admin for confirmation.
Joomla already has a feature so that admins must approve the registration of a user. Have a look here at the Joomla documentation:
https://docs.joomla.org/Enabling_user%27s_registration_approval_by_admins
If you need a little more functionality, you may want to consider a 3rd party extension such as Admin Approval
Hope this helps

Google+ Share as Fanpage

I've researched really a lot, but found no way to embed a share button which posts directly on the fanpage, not the personal profile.
I'm working with the JS API and also tried the direct link, neither worked. There is also no way to change account directly in the popup. Settings the publisherid also didn't work.
Is there any way to embed a share button which will share something on my fanpage?
That's nothing you as the website owner can take influence on. It depends on how the user is logged in on Google+.
As a page owner you can create a username/password for the page and login as the page on Google+. Here is a post describing that: https://plus.google.com/108210288375340023376/posts/8nmNsfL8G2R

Joomla - How to let Registered users change their password

I have a website based on Joomla 1.5.22. I want users to change the password on the frontend. Using the menumanager i can bring up the page but i want to show only username, email, password and verify password. But it's bringing more info like change backend language.
You should use the User Form menu item you mentioned, as that is the native interface for allowing users to change their password. However, since you want to avoid the other fields, you can simply disable "Front end user parameters" in Global Configuration > System.
This did it for me:
http://www.dummies.com/how-to/content/how-to-let-users-manage-their-own-accounts-in-joom.html
Concretely, the URL for the user to edit her details is here:
index.php?option=com_user&view=user&layout=form
Joomla 1.5

Resources