Which Newsletter popup Component is best for joomla? - joomla3.0

I am looking a Newsletter component for free but it should have Popup module please suggest me.

AcyMailing
Everyones needs are different but the answer to "Which Newsletter Component is best for Joomla?" is usually AcyMailing. AcyMailing Starter is free and basic features are included. The commercial versions add additional features such as spam testing, bounce back handling, additional third party integrations and so on.
The AcyMailing subscribe module can be popup enabled using a free or paid popup extension (see below).
Other Free Solutions
jNews and BwPostman are other free full newsletter solutions including newsletter subscription modules similar to AcyMailing but these solutions also need an additional module to implement the modules as popups (see below).
Newsletter Subscriber and SJ Newsletter Popup are simpler newsletter subscription modules but Newsletter Subscriber needs an additional module to implement the module as popups (see below).
Paid Popup Extensions
aikon Magic Popup is not free but is inexpensive and has some excellent features such as load delay and exit triggers that aren't necessarily found in the free popup extensions.
Free Popup Extensions
Engage Box
Auto onPageLoad Popup
Other Ideas
For other ideas and the latest information, search the Joomla Extensions Directory.

Related

DotNetNuke (DNN) and Hyperlink Manager "Track the number of times this link is clicked"

I have clients using the DNN CMS (Evoq Content 7.3.2) system and are questioning a specific area in the "Hyperlink Manager". There are two checkboxes (View image):
Track the number of times this link is clicked
Log the user, date and time for each click
If checked, where do we go to view these analytics?
I found resources online that mention we have to create an API for it, but are there any out-of-the-box solutions for this?
After some more researching, I solved my own problem and I wanted to share this with anyone who was looking for an answer to this.
For versions DNN 7.3.2 and lower, the Telerik RadTextEditor includes the feature as mentioned above. To view the analytics with an out-of-the-box method, simply return back to the link and open the "Hyperlink Manager" then navigate to the new tab called "Tracking".
Alternatively, I found developers can implement a control in a custom module called UrlControl. Refer to this link for more information: Link tracking information in html editor (DNN 7.1.2)
In DNN 8+, this feature no longer exists on the front-end UI. I'm not 100% sure if it's still usable or if this information gets migrated when upgrading from 7 to 8, though.

ATK Upload Addon

I am attempting to add an uploading interface to my site that supports multiple-file selection and drag-and-drop uploading. The Filestore add-on has worked very well for me in the past, but I need more features than it supports.
I found an upload add-on developed by Romans here: https://github.com/romaninsh/upload
The README states that the add-on uses the BlueImp Upload jQuery widget and it lists several features such as a FileList view and a DropZone controller. However, when I looked in the source code for the add-on, I didn't find classes for most of the views described in the README or for the controller. I tried following the instructions under "Stand-alone use" by adding a View_Uploader element to a page, but this only added an empty div to the page.
Is the add-on incomplete? Or is it meant to be extended before it can be functional? If this add-on isn't the best tool for the job, is there a better way to implement the kind of enhanced uploader that I need on my site?
I am the author of that new upload add-on. It is in fact incomplete, I've planned it out and drafted features / readme but haven't had time to finish it.
The goal here is to create a View which would interact with Filestore / importFile, but uses more modern way to upload the file.
If you think you would want to take over that add-on and build it, i'll offer you some help.

DotNetNuke Popups for login and registration not working

Have 3 sites on same DotNetNuke installation, but for the oldest site the popups don't work on registration and login pages. Instead, the forms are presented in a separated page as if the popup option was not set on site settings.
Already tried many things, some desperate, as:
Use custom pages
Enable skin widgets
Check event log, no errors
Even change skin and container. Gravity Skin has one special skin for popus but that also didn't work
Documentation doesn't point to any dependency, so i'm blind here.
I guess you tried the "Enable-Popups" checkbox. You can find it in Site settings -> Advanced Settings -> Usability Settings.

How to create new Custom Login Popup in Dotnetnuke 7?

Hi,
My Questions are :
I just want to create Login Popup in DNN 7 according to my requirements and CSS.
Please suggest way for it .
also Which is better way ...to Customize existing Login & Forgot Password Pages or to Create New Pages for these.
Is there any Free utility or service to make DNN development Easy
(Searched for Nucleus but could not find helpful info)
Please Suggest and provide useful Links also ..Thanks !
So Stackoverflow is great for 1 question at a time, I will start with #1 and ask you to break it up into other questions for the rest.
Does it need to be a popup? If not, try just creating a custom Login page and put the Account Login module on that, then Skin it as you wish.
If it needs to be a custom popup, you can look at the popupskin.ascx file in your SKIN, you can customize the way the popups look by changing your Popup Skin. My free DNN skin has an example of that file https://multifunction.codeplex.com/SourceControl/latest#popupskin.ascx

Salesforce: Adding items to 'Personal Setup' and 'Customize'

I am writing a simple salesforce app that requires app-level and user-level configuration. I have created custom objects for these settings, but cannot figure out how to add links to the Setup page (Personal Setup and Customize) so that the settings can be managed.
Quite a lot of research, and a question on a salesforce board, have left me none the wiser. I have seen a couple of scripts on the web that hack the setup sidebar with javascript (eg http://userscripts.org/scripts/show/95361) ... but this can't be the right way to do it surely?
Thanks
Jim
You are unable to do this without hacking because Salesforce want it so that you don't require over-explicit setup of any app you create - they want you to make it data-independent and in fact it may fail a security review if it is data dependent. It will also likely cause you headaches in correctly unit testing the app.
My suggestion would be to have a set of custom pages which are linked to on the home page for a user which display if they have no current values (so the first thing they see on the home page when they login for the first time is a "Hey, before you use this app you need to do some configuration through this handy wizard" and then block access to other areas of the app (i.e. display warning messages on other pages) if the app has not had this data setup.
That way you are not hacking and are providing a nice user experience around the extra setup.
Paul
DO you just want to add a new TAB on the top menu that links to the Edit page for your new sObject?
If so:
Goto setup https://cs3.salesforce.com/ui/setup/Setup
Click on 'Create' > 'Tab'
Pick the sObject you want the tab edit, the click next until you save the new tab.
There is no supported way to augment the Setup menu.
You should probably be using Custom Settings for what you are describing - they were designed for app-level and user-level configuration, and are available from Setup.
Otherwise, if it really is custom setup that requires fancier logic / UI / etc, you may want to do what many SFDC ISV's do and ship your app with its own configuration tab that's hidden, and/or custom VF page that manages app settings.

Resources