Member Downloads - Tracking member's downloads
Just $18.00 per license > Buy on devot:ee This module allows administrators to track the site’s members/guests downloads with the following features: 1) Set file/image to be downloaded: You can...
Just $18.00 per license > Buy on devot:ee This module allows administrators to track the site’s members/guests downloads with the following features: 1) Set file/image to be downloaded: You can...
I read over EE forums like ExpressionEngine Community Support and ExpressionEngine StackExchange, some people asking to delete 1000+ members. Which is much time consuming if deleting all those members from Control...
In ExpressionEngine, all language packs can be found within directory “/system/expressionengine/language/” (default English). Sometime there may need to get list of all these languages at front end. There doesn’t seem any...
Since a couple of months, I was looking for conversion guidance from ExpressionEngine 1.6+ to ExpressionEngine 2.0+. This guideline is very useful while converting any EE1 add-on compatible with EE2. If...
ExpressionEngine is having a good feature of channel entry versioning in which entry’s versions can be saved. This feature can be enabled from the channel preferences under “Versioning Preferences”. Once...
In ExpressionEngine, sometime it may needed to login a member manually not from the login area by having the username / password. All the member’s sessions are being created and managed...
Sometime it can be required to calculate the time since an user has joined the website or registered. ExpressionEngine stores member’s registration date/time with member data so we can calculate the...
JavaScript handles strings and arrays very well. Sometime its needed to get the last segment or file name of the current page URL and process it for another JavaScript/Ajax request. Here,...
In MySQL, its easy to find occurrence of a sub-string within string and replace all that occurrences with MySQL REPLACE() function like: UPDATE tablename set table_column = REPLACE (table_column, ‘[string to...
ExpressionEngine have good caching feature. You can see about Data Caching and Performance. The cached data can be cleared from ExpressionEngine’s Control Panel -> Tools -> Data -> Clear Caching. Here...
cURL stands for “Client for URLs”. cURL is a library (libcurl) which allows PHP to communicate with other servers with different type of protocols. With the cURL its easy to download...
One can find the Quick Reference Chart from here: Quick Reference Chart for ExpressionEngine v1.6x Quick Reference Chart for ExpressionEngine v2.5.5 I hope, it would help someone.