? ? Pending

User tests: Successful: Unsuccessful:

avatar Bakual
Bakual
4 Mar 2016

Pull Request for discussion in PR #9282 .

Summary of Changes

Removes translation strings for the options in the new rel attribute parameter. Those aren't needed because we don't need to have those translated.

Testing Instructions

Make sure you can still see and can select each option.

avatar Bakual Bakual - open - 4 Mar 2016
avatar Bakual Bakual - change - 4 Mar 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 4 Mar 2016
Labels Added: ? ?
avatar Bakual
Bakual - comment - 4 Mar 2016

Original testing instructions apply here as well:


This PR add the ability to set "rel" attribute of a link when you setup a menu item type of external url.
SEO purpose.

Testing Instructions

Before patch

Create a menu item type of "External url", go to tab "Link type", there is no way to setup an rel attribute.

After patch
  • Create a menu item type of "External url", add title, link (eg: https://www.google.fr/) then go to tab "Link type", there is a field "Link Rel Attribute" to setup (eg: Nofollow);
  • Save.
  • Go to frontend, look at html rendered by a module menu (eg: ul > li > a)

this should seem like this:

<a href="https://www.google.fr/" rel="nofollow">My external url</a>

Try switching different rel value, for "None" there is no rel attribute:

<a href="https://www.google.fr/">My external url</a>
avatar infograf768 infograf768 - test_item - 4 Mar 2016 - Tested successfully
avatar infograf768
infograf768 - comment - 4 Mar 2016

I have tested this item :white_check_mark: successfully on 849fe43

ok here. should go in now. @wilsonge


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9300.

avatar infograf768 infograf768 - change - 4 Mar 2016
Status Pending Ready to Commit
avatar infograf768
infograf768 - comment - 4 Mar 2016

can be merged on review


This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/9300.

avatar joomla-cms-bot joomla-cms-bot - change - 4 Mar 2016
Labels Added: ?
avatar wilsonge wilsonge - change - 4 Mar 2016
Status Ready to Commit Closed
Closed_Date 0000-00-00 00:00:00 2016-03-04 17:15:44
Closed_By wilsonge
avatar wilsonge wilsonge - reference | 9e7becb - 4 Mar 16
avatar wilsonge wilsonge - merge - 4 Mar 2016
avatar wilsonge wilsonge - close - 4 Mar 2016
avatar wilsonge wilsonge - change - 4 Mar 2016
Milestone Added:
avatar Bakual Bakual - head_ref_deleted - 4 Mar 2016
avatar brianteeman brianteeman - change - 11 May 2016
Labels Removed: ?

Add a Comment

Login with GitHub to post a comment