| Re: How to click on banners for move to another module |
| by Marco on 2004/8/20 8:03:11 if your image is a .gif, you can make it clickable...it's the easiest way |
| Re: How to click on banners for move to another module |
| by otello on 2004/8/20 6:15:34 Maybe, using the html code that is show under the banner insertion option. I've tried with some examples like : <img src="/images/images.XXX/etc ..."> (and then to put in this code the target "_blank" or what we want ...) to insert a banner but it doesent work ... What's the right code I can insert there ? What about the "html tag" option in there ? otello. |
| Re: How to click on banners for move to another module |
| by marcan on 2004/8/16 11:33:58 To do what you want, you would need to edit a core which is never recommanded... However, If you really want to do it, you'll need to edit the file include/functions.php. Please backup this file befor any modifications. Open the file in your favorite PHP editor and go to line 348 : le="color: #000000"><?php $bannerobject = '<div><a href="'.XOOPS_URL.'/banners.php?op=click&bid='.$bid.'" target="_blank">'; You nee dto change that line for this one : le="color: #000000"><?php $bannerobject = '<div><a href="'.XOOPS_URL.'/banners.php?op=click&bid='.$bid.'" >'; Hope this helps ! Cheers ! |
| Re: How to click on banners for move to another module |
| by desperado on 2004/8/16 9:41:21 I could do that, but i want to use the banner system. I've other banners to show. Desperado. |
| Re: How to click on banners for move to another module |
| by philou on 2004/8/16 9:26:25 perhaps you can just remove the <banner> tag in the theme and replace by an image and a simple web link |