Current
Developer
3rd Party (Free)
410 downloads (last 90 days)

EE Version Support
- ExpressionEngine 2
Compatibility
If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.
- Updater
- Multi Site Manager
- Stand Alone Entry Form
- Low Variables
- Content Elements
- Better Workflow
- Matrix
- Grid
- Webservice
- Publisher
Requirements
- jQuery for the Control Panel
Add-On Type(s)
Extension
Tags
Creates {current_url}, {total_url_segments}, and {last_url_segment} global variables based on the current page.
Current is small extension for ExpressionEngine 2 that grabs some useful information about the current page and adds them as global variables.
Installation
Drop the ‘current’ folder inside of your third_party directory. Activate the extension through the Add-Ons → Extensions menu.
Usage
Current creates some global variables you can use to look cool.
{current_url}
The current URL of the page. Ex: http://www.example.com/shoes.
{total_url_segments}
The total number of URL segments. Ex: For http://www.example.com/bread/rye, it would be ‘2’.
{last_url_segment}
Returns the last URL segment. Ex: For For http://www.example.com/sounds/windchimes, it would return ‘windchimes’.
Download Current
EE Support | Downloads | Add-On Version | Release Date |
---|---|---|---|
Not Specified | Download | 1.1 |
Current Links
Hooks Used
If the add-on is an extension, and ties into ExpressionEngine's core files, it will use ExpressionEngine hooks. We are listing any hooks the add-on uses for developers to have an easier time locating other add-ons that they can reference for their own work.
This entry was created December 10, 2010, 11:32 am.
This entry was last updated April 14, 2012, 9:28 am.
Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!
Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.
2 Reviews:
Ryan Masuga 04.14.12
I believe a couple of these variables are native in EE 2.4 now, but I needed {uri_string} for a complex site. I sent a pull request on Github and Adam added it (good dev response). Does what it says with little overhead.
Nico Prat 03.08.11
Great ! It should simply be added to the EE code base.