The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

(GUNHACK X) can someone teach or tell me how to?

3 posters

Go down

(GUNHACK X) can someone teach or tell me how to? Empty (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 21st 2008, 3:10 am

can someone teach or tell me how to make an advertise like that widget of shopmotion here?..

each items will be seen from time to time, i think every 2 seconds..then if the image is, CAP, and you click it..you will re-direct to the link where you can buy the cap..and if the image is forumotion's mouse pad, and you click it, you will re-direct to the link where you can buy the mouse pad..

how to do that?..it's like for each image item different link..someone teach me please?..

thank you..


Last edited by khakuletz on December 24th 2008, 4:12 am; edited 1 time in total
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 21st 2008, 9:51 am

bump..for it was yesterday's post and no reply yet.. Very Happy

anyone?
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Gunhack X December 22nd 2008, 4:24 am

It is a script, so you can try this add the images you want. (Study it):

Code:
<script language="Javascript" type="text/javascript">
<!--
  var SlideShow1_Index = -1;
  var SlideShow1_Images = new Array();
  SlideShow1_Images[0] = ["images/angel_island.jpg","http://windows.topgoo.net",""];
  SlideShow1_Images[1] = ["images/british_columbia.jpg","",""];
  SlideShow1_Images[2] = ["images/carmel.jpg","",""];
  SlideShow1_Images[3] = ["images/corsica_cliffs.jpg","",""];
  SlideShow1_Images[4] = ["images/corsica_water.jpg","",""];
  SlideShow1_Images[5] = ["images/lake_moraine.jpg","",""];

  function SlideShow1ShowNext()
  {
      SlideShow1_Index = SlideShow1_Index + 1;
      if (SlideShow1_Index > 5)
        SlideShow1_Index = 0;
      eval("document.SlideShow1.src = SlideShow1_Images[" + SlideShow1_Index + "][0]");
      setTimeout("SlideShow1ShowNext();", 5000);
  }

  function onSlideShow1Click()
  {
      if (SlideShow1_Images[SlideShow1_Index][2] == "")
      {
        targetwin = "_self";
      }
      else
      {
        targetwin = SlideShow1_Images[SlideShow1_Index][2];
      }
      eval("window.open(url = SlideShow1_Images[" + SlideShow1_Index + "][1],'" + targetwin +"');");
  }
// -->
</script>
<a href="#" onClick="onSlideShow1Click();return false;">
<img src="images/angel_island.jpg" id="SlideShow1" border="0" align="top" alt="" width="471" height="295" name="SlideShow1">
</a>
<script language="Javascript" type="text/javascript">
<!--
  SlideShow1ShowNext();
// -->
</script>
The images are this:

SlideShow1_Images[0] = ["Add the Image link here","http://windows.topgoo.net",""];
SlideShow1_Images[1] = ["images/british_columbia.jpg","Add the Website URL Here",""];
SlideShow1_Images[2] = ["images/carmel.jpg","",""];
SlideShow1_Images[3] = ["images/corsica_cliffs.jpg","",""];
SlideShow1_Images[4] = ["images/corsica_water.jpg","",""];
SlideShow1_Images[5] = ["images/lake_moraine.jpg","",""];
Gunhack X
Gunhack X
Forumember

Male Posts : 479
Reputation : 14
Language : English, Español
Location : USA

http://windows.topgoo.net

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 22nd 2008, 4:31 am

ok..i'ma go try that..but, what if i have like let's say, 3 images only?..i should just remove the other ones?..

and where should i put this code?..make a widget?..thanks again.. Smile


EDIT:

i tried it but it doesn't work for me.. Sad why?
i just copy the code and just tried putting an image and url to what you have said..to test..but all it shows is box with x button on top-left (close button)..

help please?
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 22nd 2008, 8:39 pm

it's yesterday's post..so bump..

anyone please?.. Sad
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Rok December 22nd 2008, 8:55 pm

To make this a widget, Navigate :

Admin Panel >

Modules tab >

Forum Widgets Management >

Scroll down a wee bit and select Create A Custom Block >

Then, create the name of the widget, and the title table. Paste your code of the widget into the decription, and then Save the new settings >

Navigate back to Forum Widgets Management, and scroll down to and select Personal Widgets, then find your widget you just made and drag it up into the blue-outlined Forum Widget Display box. Save the new settings.

You do this with all widgets that you make..



Hope this helped,
Rok
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 22nd 2008, 9:05 pm

ok..i know how to make widget..it's not what i'm talking about..
i was talking that this code is not working..

why don't you try it and tell it to me?..
i want to know what i do wrong, is it's just the code that is wrong..

thanks..
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 23rd 2008, 6:11 am

bump again..since it's yesterday's last post..
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 24th 2008, 2:29 am

bump only.. Sad it's in second page and i really need an answer.. Sad
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Rok December 24th 2008, 3:18 am

Ok, just tell what you specifically need. I know you want an ad displacement, but all I know of for right now is to just make a widget, and add the link to the advertismental site.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 24th 2008, 3:29 am

ok..look at the right side of THIS forum and find the SHOPMOTION widget..
notice that it changes images each time around like 3=5 seconds?..

ok..now do this, try to click any image, FOR EXAMPLE: the mouse pad image..when you click on it, you will be re-directed where you will add it to the cart and buy it..right?..

now go back again in THIS forum..and click a different image..FOR EXAMPLE: the white bear..when you click on it, you will be re-directed where you will add it to the cart and buy it too..

what I want to know is how to make that different links for different images?..and of course the whole widget itself too.. Very Happy

hope my question is clear now
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Rok December 24th 2008, 3:44 am

Try to make a re-directional link similar to this :

Code:
<a href="http://theselectedlink.." class="postlink" target="_blank"></a>
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 24th 2008, 3:46 am

what's that?..that's the whole widget?.. :| please explain specifically Laughing
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Rok December 24th 2008, 3:48 am

Lol.. No, that's how you modify your link to re-direct in a new window.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 24th 2008, 3:52 am

ok..?

so what's the widgets code itself?..so i can have images that changes each time around
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Rok December 24th 2008, 3:56 am

Ohh.. well, firstly, all I know about something similar to that would be a slideshow. Slideshows don't have re-directional links attached to images in the slideshow though.

So, I'm sorry ... . I guess I can't help you with this only because I'm not one of those great HTML/Link experts. Again, sorry beu . Hope someone else can come in and help you.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 24th 2008, 3:58 am

i see..well Gunhack who posted here before..(scroll up)..did leave a code..but i'm trying it and the code's not working..

can you try it in your forum?..and if you manage to work it to yours, tell me how you do it, i might have done something wrong..

and thanks.. Smile at least you tried to help
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Rok December 24th 2008, 4:00 am

Ok, I'm going to try it now Very Happy.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 24th 2008, 4:04 am

ok..i'll wait..thanks.. Smile

let me know if it works to you or not.. Smile
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Rok December 24th 2008, 4:07 am

Well, I tried modifying it around and setting the image links, but it still didn't appear to work on my forum. It was displayed as a white box on my forum with an X at the top left hand corner (like when an image is not corresponding).

Sorry dude. You should just change the title of this thread to "(GUNHACK!) can someone teach me how to?" so you can get Gunhack's attention to this thread and help you out with that code.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 24th 2008, 4:11 am

oh yea, same thing happens to me..white box with an x.. Sad but oh well, i'll edit my topic..thanks for your time.. Smile
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by Rok December 24th 2008, 4:18 am

Your very much welcome. Again sorry I can't help.
Rok
Rok
Energetic

Male Posts : 6823
Reputation : 234
Language : idk

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 27th 2008, 10:35 am

bump..many days has passed.. :|
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

(GUNHACK X) can someone teach or tell me how to? Empty Re: (GUNHACK X) can someone teach or tell me how to?

Post by khakuletz December 31st 2008, 7:31 pm

bump! since it's days passed...
avatar
khakuletz
Forumember

Posts : 248
Reputation : 0
Language : english

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum