Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ID= =28416] Improvement in the installation add help #251

Closed
wants to merge 5 commits into from

Conversation

paty1melo
Copy link

Within the administration area of the tool, there is access to help that serves to guide users on the use of this. But in the setup screens there is no help that can guide users through this process.

Were made to follow the following steps to implement this improvement:

  1. Search are located in the folder where the files related to the Joomla installation (installation folder), with the help of Firebug (Mozilla Firefox extension) it was possible to identify which was the span of the buttons corresponding to the region of installation.
  2. Insert a div corresponding to the button you wanted to add help at the facility. Each step of the installation corresponds to a different php, so this was added span in each of these files.
  3. In templates.css file, located in the installation folder \ template \ css \ template.css was done formatting the appearance of the div.
  4. I inserted a link pointing to the page containing the doc.joomla step by step to installing version 2.5.

Signed-off-by: Ufbamata26 <paty1.melo@gmail.com>
Signed-off-by: Ufbamata26 <paty1.melo@gmail.com>
http://forum.joomla.org/viewtopic.php?f=579&t=725049

Missing 'administrator' part in the form's action page of the admin login. The form's action has value '/ index.php' instead of 'administrator / index.php'.
description For my new site, I want to put Joomla in excellant own sub-directory but hide the directory name in the URL. I Followed the online instructions and everything was working well except for the admin page. The problem is That the login form's action is missing the 'administrator' part in the path. Hence I keep getting 404 error because the page tries to load from the main site's index page.fix the BUG
Missing 'administrator' part in the form's action page of the admin login. The form's action has value '/ index.php' instead of 'administrator / index.php'.


Signed-off-by: Ufbamata26 <paty1.melo@gmail.com>
@paty1melo paty1melo closed this Jun 23, 2012
@paty1melo paty1melo reopened this Jun 23, 2012
define('JPATH_CACHE', JPATH_BASE . '/cache');
define('JPATH_MANIFESTS', JPATH_ADMINISTRATOR . '/manifests');
define('JPATH_ADMINISTRATOR', JPATH_ROOT . '\administrator');
define('JPATH_LIBRARIES', JPATH_ROOT . '\libraries');
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What's this change for?

@realityking
Copy link
Contributor

I think you mixed in a few changes that have nothing to do with the installation.

@paty1melo
Copy link
Author

No, They are two different changes, in one installation and another a bug in the login.
This is this is of bug no login.

@realityking
Copy link
Contributor

You've got the same set of commits in this pull request and in #253 but they cover separate issues. Please separate them out, otherwise we can't review them.

@paty1melo paty1melo closed this Jun 24, 2012
dneukirchen added a commit to dneukirchen/joomla-cms that referenced this pull request Sep 28, 2017
* Fix modal conflicts

* Remove modal classes

* Remove todo
bembelimen added a commit to bembelimen/joomla-cms that referenced this pull request Jul 15, 2019
richard67 pushed a commit to richard67/joomla-cms that referenced this pull request Apr 3, 2020
[4.0] Error in PostgreSQL update SQL
richard67 pushed a commit to richard67/joomla-cms that referenced this pull request Nov 27, 2020
Show the possibilities of the dropdown menu.

Add a submenu to the menu item "Help" so we have an example for each type of parent menu item with or without a link at the top level.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants