Frontend Editing in Joomla 3.4 is not working - joomla

I have enabled:
Global Configuration –> Mouse-over Edit Icons for: -> Module&Menus
Global Configuration –> Articles -> Editing Layout -> Show Publishing Options -> Yes ----- and also Show Article Options, Enable Versions is set to yes.
I'm logged in in front-end and back-end as Super User.
In every ACL Super User Frontend Editing is set to Allowed.
Joomla 3.4
K2 v2.6.9
Purity_III 1.1.2
...........
I still can’t edit in frontend.
How to enable Frontend Editing? For articles, K2 Items, menus, modules.
What am I missing?
Thanks for help.

This functionality is depending on the template. You have to ask to JoomlArt if they manage this function.

You need to be logged in to the front end - this can be done using the Login Module or a menu link to the Login Component.
The front-end editing is 'automatic' when you put the site offline and and log in to view it, because of course we are logged in to the front-end!
But when the site is put online, we forget this bit!

Make sure your template has css declarations for the edit button. i.e.-
.btn.jmodedit {
background:#000 !important;
}
.icon-edit:before {
content: 'edit';
color:#fff;
}

Related

How to add custom settings fields to general settings page in vBulletin 3.8 admin panel

I'm new to vBulletin, so excuse me if I could not describe the what I want the best way.
I searched a lot about a tutorial or even a documentation describing how to add custom settings fields to general settings page in vBulletin admin panel but no way unlike the Wordpress which is much easier to get tutorials to.
Thanks.
Turning on Debug Mode will allow you to add new settings to the Admin CP.
To do so, edit your includes/config.php
add $config['Misc']['debug'] = true; on a new line after <?php
Go back to Admin CP > Settings > Options
on that page you should see links for adding options.

How to add extra fields on Joomla user profile edit form?

I am using Joomla 2.5 inbuilt registration form .After successful user log-in their is a option for user to view and edit their profile.I need to change label of that edit profile form . how to change Please Help me I am new to Joomla .
There is an easy way to translate everything in joomla.
You have to go to:
Extensions -> Language Manager -> Overrides -> New
There is a search option available. You could select the string you want to translate and add an override.
Hope this helps

Frontend editing in Joomla doesn't work

I have made a site in Joomla 2.5, and can't edit my articles by using the frontend option "edit article".
This function is available when I am running the site in offline mode, but when I switch to online mode, it disappears.
When running the site in online mode, I login to the administrator, and then "view site"
Can some one please help me!
You need to log in on the frontend when your site is in online mode to be able to edit articles. It doesn't matter if you are logged already on the backend, it won't count.
You should either enable log in module on some page, or a menu item pointing to log in page on the frontend. After logging in there, you will be able to edit your articles.
If you don't want users to see your login page/module on the frontend, you can create a hidden menu item for it, for which only you would know the link and it won't be displayed
Just go to your website's /index.php?option=com_users
There you will be able to login to the frontend.

Custom Magento Homepage - Fix Issue

So the previous web developer has customized our Magento v1.4.1 site to use a page called main.php... It bypasses everything else that is set by Magento as far as Magento goes.
I have no way contact the previous developer to ask where this is setup...
We have just installed a new plugin and it has taken over as the homepage.
In Magento Admin > System > Configuration > Web the homepage is set to URL Key "home" ... When I go to that specific page index.php/home, the custom main.php page shows up. Why would a plugin have found it's way to be our homepage?
Thanks! Felt like my previous question didn't give enough details.
"home" is not the normal value, here is what that section should look like:

How to add a menu to login form module in Joomla 1.7?

I am intrested in changing the joomla default Login module to show a menu as a greeting in the login module,
so that menu will contain links for profile management and stuff from that sort.
I have tried to add a module position inside the module (dawg!)
But that went down the drain.
And i'm not intrested in adding manual links to pages because they might change.
Any ideas guys?
Thanks in advance,
Eric
put this code in login module template where you want to show the menu
$module = JModuleHelper::getModules('xxxx');
// xxxx is any virtual position, no need to create it anywhere.
echo JModuleHelper::renderModule($module[0]);
and enable a menu module at position 'xxxx'.
I hope this will work.
You are going to have to create a custom module to do that. There is no way to do it with the parameters you have given. You could use the module alternative layout to add in some links to the login module, but you can't add a menu to it without rewriting the entire module.

Resources