2017 © Pedro Peláez
 

magento-module easytoplinks

A small module that provides top links management layout actions.

image

digitalpianism/easytoplinks

A small module that provides top links management layout actions.

  • Thursday, October 6, 2016
  • by digitalpianism
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

DigitalPianism EasyToplinks

A small module that provides top links management layout actions., (*1)

Features

Instead of having to remove then re-add the top link., (*2)

<reference name="top.links">
    <action method="setPosition">
        <url helper="customer/getLoginUrl"/>
        <position>1</position>
    </action>
</reference>

The new setPosition method takes two parameters:, (*3)

  • URL of the top link
  • New position of the top link

Instead of having to remove then re-add the top link., (*4)

<reference name="top.links">
    <action method="rename">
        <url helper="customer/getLoginUrl"/>
        <name>Log In</name>
    </action>
</reference>

The new rename method takes two parameters:, (*5)

  • URL of the top link
  • New name of the link

N.B.: with this method, both the label and the title of the top link will be renamed., (*6)

Extra

Provides the removeLinkByUrl for Magento < 1.3.0, (*7)

The Versions

06/10 2016

dev-master

9999999-dev

A small module that provides top links management layout actions.

  Sources   Download

OSL-3.0

The Requires

 

05/10 2016

0.0.5

0.0.5.0

A small module that provides top links management layout actions.

  Sources   Download

OSL-3.0

The Requires

 

05/10 2016

0.0.4

0.0.4.0

A small module that provides top links management layout actions.

  Sources   Download

OSL-3.0

The Requires

 

02/09 2016

0.0.3

0.0.3.0

A small module that provides top links management layout actions.

  Sources   Download

OSL-3.0

The Requires

 

02/09 2016

0.0.2

0.0.2.0

A small module that provides top links management layout actions.

  Sources   Download

OSL-3.0

The Requires