Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottomPage: 1
TOPIC: Text Under Map Icon and Venue Image Icon
2010/02/04 22:37 #5545
Text Under Map Icon and Venue Image Icon Print this page
Hey guys. I am implementing redEVENT for one of my clients. I have been able to do a ton of customization with no problems, but I cannot seem to figure out how to do this:

On all of the pages that show the Map Icon and Venue Image I want to put a small line of text on each image that says something like (Click to Enlarge) or (Click for Map). See page here:

fontanachamberarts.info/index.php?option...enues&Itemid=115

I have checked in the templates for the different views (you can see in the link above that I removed the country from that view). But I cannot see where these images are loaded.

Any help would be great!
Offline
The administrator has disabled public write access. Top
Justin Mitchell
 
Fresh Boarder
Posts: 9
graphgraph
2010/02/05 16:03 #5551
Re: Text Under Map Icon and Venue Image Icon Print this page
Anyone?
Offline
The administrator has disabled public write access. Top
Justin Mitchell
 
Fresh Boarder
Posts: 9
graphgraph
2010/02/05 18:11 #5555
Re:Text Under Map Icon and Venue Image Icon Print this page
it's in classes/output.class.php
Online
The administrator has disabled public write access. Top
julienV
 
Moderator
Posts: 543
graphgraph
2010/02/05 18:44 #5556
Re:Text Under Map Icon and Venue Image Icon Print this page
Okay, I see that. I guess I am not as good at PHP as I thought. Any clue as to how to add some text below the Maps Icon? Thanks for any help! I really appreciate it!
Offline
The administrator has disabled public write access. Top
Justin Mitchell
 
Fresh Boarder
Posts: 9
graphgraph
2010/02/10 19:54 #5577
Re:Text Under Map Icon and Venue Image Icon Print this page
well, in mapicon function, you can add data in $output before it's returned


Code:

...
$output .= "<div>bla bla bla</div>";
return $output;

Online
The administrator has disabled public write access. Top
julienV
 
Moderator
Posts: 543
graphgraph
Go to topPage: 1