PHPackages                             sanjaymodasia/redboxdigitallinkedin - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. sanjaymodasia/redboxdigitallinkedin

ActiveMagento-module[Utility &amp; Helpers](/categories/utility)

sanjaymodasia/redboxdigitallinkedin
===================================

Clean integration of customer's new attribute called Linkedin attribute to manage linkedin profile URL

022HTML

Since Jun 7Pushed 9y ago1 watchersCompare

[ Source](https://github.com/sanjaymodasia/RedboxDigitalLinkedin)[ Packagist](https://packagist.org/packages/sanjaymodasia/redboxdigitallinkedin)[ RSS](/packages/sanjaymodasia-redboxdigitallinkedin/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Redbox Digital
--------------

[](#redbox-digital)

Installing
----------

[](#installing)

By GIT:
-------

[](#by-git)

- clone this repo
- disable compilation if you use that.
- copy the files from the repo into the base folder of your magento install
- clear your cache
- re-enable compilation

By Composer:
------------

[](#by-composer)

- disable compilation
- Update the following to sections in your composer file:

```
   "require": {
           "sanjaymodasia/redboxdigitallinkedin": "dev-master"
      },
   "repositories": [
      {
            "type": "vcs",
            "url": "https://github.com/sanjaymodasia/RedboxDigitalLinkedin"
        }
    ],

```

- Update composer: composer.phar update
- Clear cache
- re-enable compilation

Un-Installing
-------------

[](#un-installing)

By Manually:
------------

[](#by-manually)

- Open file from app/etc/modules/RedboxDigital\_Linkedin.xml and make the changes like below

```

                false
                community

```

By Composer:
------------

[](#by-composer-1)

- Remove following to sections from your composer file:

```
   "require": {
           "sanjaymodasia/redboxdigitallinkedin": "dev-master"
      },
   "repositories": [
      {
            "type": "vcs",
            "url": "https://github.com/sanjaymodasia/RedboxDigitalLinkedin"
        }
    ],

```

- Update composer: composer.phar update
- Clear cache
- re-enable compilation

Removing customer custom attribute and module setup from core\_resource table
-----------------------------------------------------------------------------

[](#removing-customer-custom-attribute-and-module-setup-from-core_resource-table)

- if you want to uninstall module completely from your store then use below code to clear linkedin\_profile attribute and module setup from core\_resource table

```

```

Making module work in any other custom theme:
---------------------------------------------

[](#making-module-work-in-any-other-custom-theme)

After installing this moduel if you found module is not working
---------------------------------------------------------------

[](#after-installing-this-moduel-if-you-found-module-is-not-working)

- check edit.phtml file by enabling "Template Path Hints" through admin =&gt; system =&gt; configuration =&gt; Developer ( under advance tab from left side ) =&gt;select Current Configuration Scope:(current store) =&gt; Debug =&gt; Template Path Hints =&gt; yes and check the path
- Allow Symlinks to yes by admin =&gt; system =&gt; configuration =&gt; Developer ( under advance tab from left side ) =&gt; template settings =&gt; Allow Symlinks =&gt; yes
- if edit.phtml comes from any of your custom theme then go to that phtml file and below code

```
