Joomla newsletter module for my application - joomla

I am looking for a newsletter module for my Joomla based site. I checked at Joomla Extension Forum but did not find any suitable component.

You can give a try to
http://extensions.joomla.org/extensions/content-sharing/newsletter/10341
also if you are familiar with Mailchimp and want to integrate with joomla them
Joomlamailer will be best for you.

You can try ACYMailing component: http://www.acyba.com/en/acymailing.html . I have been using it for 2 years. Scheduling tasks and grouping users are really helpful features you will enjoy

Related

Multisites in joomla: Content update from another admin panel?

I have basic question regarding Joomla multisite.
I have two website which is in joomla.
For example :
demo1.demo.com
demo2.demo.com
And if i am usig multisite feature. Is it possible to update content of demo2.demo.com from admin panel of demo2.demo.com
Find the joomla extenions Below link helpful https://extensions.joomla.org/category/core-enhancements/multiple-sites
This is certainly possible depending on how you implement multisites.
For example, Virtual Domains can be configured to work this way.

How to create your own controller in Magento

I am new to mangento. I have the knowledge on MVC architecture and codeigniter framework. Now I am working on magento. I tried with some of the tutorials that how to create the our own controller. But not getting the proper response.
So please share me some of the links through which I can learn magento. As i learnt the codeigniter with ellislab, there has no such tutorials found for me to learn magento.
Please share if anybody have the video links, through which I can learn magento.
Thanks in advance
You can use module creator or check on web.
here is one of the link I can suggest for Magento:-
https://mementia.com/creating-custom-magento-module

Magento Custom Module Creation

I want to build a custom interface (See PSD) for the user to add social urls and display an icon if not empty. I did something similar in WP but no idea how to do it in Magento. I was wondering if someone can help or point to a tutorial. Thanks a lot
You can read this series by Alan Storm:
http://alanstorm.com/category/magento
"Magento For PHP MVC Developers"

how to make email templates in Joomla?

I want to make a email template to use in Joomla back-end. does it possible? how?
I looked up at Joomla docs and didn't find my answer. I use Joomla 2.5.7.
Firstly upgrade your Joomla version to the latest 2.5.x version
As for the e-mail template, you will need to install a component that allows such a feature, like a Newsletter component. I personally would recommend JNews, however more can be found at the following link:
http://extensions.joomla.org/extensions/content-sharing/newsletter
Hope this helps

can i use pyroCMS for multilanguage, and multiuser project?

I need 1 suggestion, This is best platform for my question so i post here.
I think i will use PyroCMS for my new project.
Project has following features:
Multilagnguage in front end
User management
super Admin, country admin, advertisement admin
In frontend users export_type and import_type.
Can i use PyroCMS for this project? I need to make fast develop this. or can i do with core?? what you suggest.
I am bigner in PyroCMS, but i am good in Codeigniter.
Thanks in Advance :)
Looking at your project features:
Multilingual in front end - PyroCMS has built in multilingual support.
User management - Yup, you can extend Users Module as per your need
And use Groups Module to create respective (super Admin, country admin, advertisement admin) authentication hierarchy.
In frontend users export_type and import_type - can you clarify it further ? if it's about user type (Groups Module as I mentioned in 3) - it's doable.
Can i use PyroCMS for this project?
Definitely. PyroCMS would be perfect base for your project and will help you build your project at speed. The more I look into PyroCMS the more I feel like it's Codeigniter made easier. Also, Pyro community is very supportive.
Check these links:
To understand PyroCMS basics, module structure and module development: http://bhu1st.blogspot.com/2010/09/hello-world-pyrocms-module.html
Pyro - Theming, Module & Widget Creation guide and sample code: http://echo.semicolondev.com/
Also the multilingual solution for pyro is that you make multiple subdomains for each language and make multiple sites. Which is problem if you want to share the user database. One domain multilanguage site is a little more dificult but also possible. You can read more about it in this post: https://www.pyrocms.com/forums/topics/view/16237
Despite this i also suggest Pyro for the project and for others also :)
In the pyro modules you can have roles which set the permissions, using this along with a users helper you can then have in your module
if(user_has_role('super_user')){
// do stuff
}
Sample module : https://github.com/pyrocms/sample
http://docs.pyrocms.com/2.1/manual/developers/addons/modules/basic-structure

Resources