Subject:*
<
Name/Email:*
<
Message Icon:*
<
Select*
<
Message:*
<



Click the Preview to see the content in action.
Options:*
<
Confirmation Code*
<
9 - 6 = ?  
Input the result from the expression
Maximum attempts you can try: 10
*
<
   

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

Who's Online

855 user(s) are online (803 user(s) are browsing Support Forums)


Members: 0


Guests: 855


more...

Donat-O-Meter

Stats
Goal: $15.00
Due Date: Jul 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $15.00
Make donations with PayPal!

Latest GitHub Commits