Events Made Easy › Forums › Bug fixed or feature request implemented › Link EME Categories and Locations to External URLs
Tagged: categories, external link, location, url
- This topic has 5 replies, 3 voices, and was last updated 14 years, 2 months ago by 
Franky.
 
- 
		AuthorPosts
 - 
		
			
				
Mon 7 Mar 2011 at 00:56 #42615
Anonymous
InactiveMaybe I’m the only person who uses the event categories in this manner, but I thought I’d take a stab in the dark anyway with this feature request.
I manage a review website for charitable nonprofits. Each reviewed charity can submit upcoming events, which are then added to the homepage, the events page, and their review page. Each charity has its own event category and that category, along with the event date, is how I sort them to display in the correct places. For instance, my default event list looks like this:
<ul class="eme_events_list">
<li class="events">
<ul class="event">
<li class="event_date">#_{F d, Y} [events_if tag="#ESC_{F d, Y}" notvalue="#ESC@_{F d, Y}"] #@_{- F d, Y} [/events_if]<br /> #g:#i#a - #@g:#@i#@a</li>
<li class="event_name">#_LINKEDNAME</li>
<li class="event_location">#_LOCATION, #_TOWN</li>
<li class="event_org">listed for #_CATEGORIES</li>
</ul>
</li>
</ul>What I have been trying to figure out for several months are how I can turn #_CATEGORIES into a link that takes the visitor to the review page for that charity and how to turn #_LOCATION into a link that will take the visitor to the location’s website.
When adding/editing an event there is the option to have the single event linked to an external URL. When adding/editing an event category or location, there’s not an option to have them linked anywhere… I’d like that option and I’m hopeful I’m not alone in this.
What do you think; is it doable or am I asking for way too much here?
Mon 7 Mar 2011 at 08:22 #47140Franky
Keymastereverything is doable, but depends on the need of many and the time of one 🙂
Sun 13 Mar 2011 at 21:07 #47141Anonymous
InactiveFranky,
How about if I hired you to add these features to an upcoming release? What would you charge and would you be willing to take on the task?
Sun 13 Mar 2011 at 21:54 #47142Franky
KeymasterTo be most honest: just make a donation for the work already done. I have this on my todo list …
Thu 17 Mar 2011 at 00:50 #47143Anonymous
InactiveI’d also like to see links for
#_CATEGORIESif possible – though in my case I’d rather link to a list of upcoming events in that category.Sat 13 Aug 2011 at 18:02 #47144Franky
KeymasterThe location can now also have an external url, implemented in latest trunk.
Categories don’t point to an url, but using conditional tags, you can let appear any url of your choice checking the resulting content of #_CATEGORIES (see the examples in the documentation).
 - 
		AuthorPosts
 
- The forum ‘Bug fixed or feature request implemented’ is closed to new topics and replies.