Skip to content

beejhuff/WhoIsOnMageOverflow

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

WhoIsOnMageOverflow

After the big box office hit http://ismariusawake.com/ written an directed by philwinkle here comes a sequel "Who is On MageOverflow?".
But this time...yes you guessed it...as a magento extension for Magento 1.7+.

Now you can see who can help you code Magento while you code Magento. (insert Xzibit meme here)

What it does?

It adds a menu to the backend of your magento instance. At the end of that menu you will find a CRUD section that let's you manage the people you want to follow that have accounts on http://magento.stackexchange.com.

In the grid of the module you will see their last activity (answer given) and if they are awake or not.

Initialy the module had 2 default users: philwinkle and Marius. If you want to add more, just use the form and provide the stackexchange user id.

If you want to be part of the initial data set, just post an issue saying that you want to. But you must have at least 400 points on magento.stackexchange to be part of the initial data set.

Default Users.

Uninstall:

I don't know why would you want to uninstall such an awesome extension, but if you insist, you have to delete the following files and folders:

  • app/code/community/Easylife/MageOverflow/
  • app/etc/modules/Easylife_MageOverflow.xml
  • app/locale/en_US/Easylife_MageOverflow.csv
  • app/design/adminhtml/default/default/layout/easylife_mageoverflow.xml

and run the following query on your db. Add the table prefix if you have one:


DROP TABLE `easylife_mageoverflow_overflowuser`;
DELETE FROM `core_resource` WHERE `code` = 'easylife_mageoverflow_setup';

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%