how can i put random things in my portal??? Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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.
+3
Luca
Luky
kilo
7 posters

    how can i put random things in my portal???

    kilo
    kilo
    Forumember


    Posts : 126
    Reputation : 0
    Language : English

    how can i put random things in my portal??? Empty how can i put random things in my portal???

    Post by kilo 7/1/2008, 17:36

    how can i put random things in my portal??? i have try it but i wont show up can SOMEONE please please tell me ???????????????????????????????????
    Luky
    Luky
    Energetic


    Male Posts : 6106
    Reputation : 265
    Language : Romanian, English
    Location : Bucharest, Romania

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Luky 7/1/2008, 17:39

    What do you mean exactly by random things?
    kilo
    kilo
    Forumember


    Posts : 126
    Reputation : 0
    Language : English

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by kilo 7/1/2008, 19:11

    like when i go my website every time i go different images i want them to show up every time i refresh the page...... please please help me...
    kilo
    kilo
    Forumember


    Posts : 126
    Reputation : 0
    Language : English

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by kilo 8/1/2008, 15:29

    why don't eny one help mee???????????
    Luca
    Luca
    New Member


    Male Posts : 10
    Reputation : 0
    Language : German, English and French
    Location : Don't know! xD

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Luca 12/1/2008, 09:59

    Maybe because they don't know what you mean.
    Hiro
    Hiro
    Forumember


    Posts : 117
    Reputation : 0
    Language : english

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Hiro 12/1/2008, 13:43

    ok go to admin panel > modules> and scrool down adn click creae custom block and wel you need the codes and you need to name it and plus you can move them around if you like
    Tricky
    Tricky
    Forumember


    Posts : 47
    Reputation : 0
    Language : English

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Tricky 12/1/2008, 13:45

    That is a HTML code, I think. I am not exactly sure what you mean but, you want a different image to show up every time you go to the page?

    Try being a little more detailed in your next post.
    Decibel
    Decibel
    Forumember


    Male Posts : 201
    Reputation : 10
    Language : english
    Location : Canada

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Decibel 12/1/2008, 14:15

    This should do what you want, if i understood correctly..just ad the url of your pic in between the "url here". This will randomize your urls on a refresh.
    Code:
    <SCRIPT>url0= "url here";url1= "url here";url2= "url here";url3= "url here";var ran_unrounded=Math.random()*3;var ran_number=Math.round(ran_unrounded);document.write(eval("url"+ran_number));</SCRIPT>
    If you want more pics added, just and extra random url, and change the ran_number. ie..
    Code:
    <SCRIPT>url0= "url here";url1= "url here";url2= "url here";url3= "url here";url4= "url here";var ran_unrounded=Math.random()*4;var ran_number=Math.round(ran_unrounded);document.write(eval("url"+ran_number));</SCRIPT>
    Note: If the random number says 3, this means 4 links, 4=5 links 5=6 links, etc., as it starts at 0.
    h4rl3y123
    h4rl3y123
    Forumember


    Male Posts : 96
    Reputation : 1
    Language : English

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by h4rl3y123 12/1/2008, 16:15

    Decibel wrote:This should do what you want, if i understood correctly..just ad the url of your pic in between the "url here". This will randomize your urls on a refresh.
    Code:
    <SCRIPT>url0= "url here";url1= "url here";url2= "url here";url3= "url here";var ran_unrounded=Math.random()*3;var ran_number=Math.round(ran_unrounded);document.write(eval("url"+ran_number));</SCRIPT>
    If you want more pics added, just and extra random url, and change the ran_number. ie..
    Code:
    <SCRIPT>url0= "url here";url1= "url here";url2= "url here";url3= "url here";url4= "url here";var ran_unrounded=Math.random()*4;var ran_number=Math.round(ran_unrounded);document.write(eval("url"+ran_number));</SCRIPT>
    Note: If the random number says 3, this means 4 links, 4=5 links 5=6 links, etc., as it starts at 0.

    Do You Know One For Text?
    Decibel
    Decibel
    Forumember


    Male Posts : 201
    Reputation : 10
    Language : english
    Location : Canada

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Decibel 12/1/2008, 16:16

    Sure, just add your text where you would put the url's! "text here" where "url here" is..works the same.
    h4rl3y123
    h4rl3y123
    Forumember


    Male Posts : 96
    Reputation : 1
    Language : English

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by h4rl3y123 14/1/2008, 15:32

    Thanks Lots!
    Hiro
    Hiro
    Forumember


    Posts : 117
    Reputation : 0
    Language : english

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Hiro 15/1/2008, 20:11

    anyone know the code for a log in thing where you log in and its shows the avatar and how many post you done and how many old or new messages you have?someone plz help!!!!!!!111111one1111!!!!!!
    Luky
    Luky
    Energetic


    Male Posts : 6106
    Reputation : 265
    Language : Romanian, English
    Location : Bucharest, Romania

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Luky 16/1/2008, 02:48

    You don't need the code for that if you want to make it appear in your portal. Go to admin panel=>Modules=>Portal & calendar=>Portal pages Management and click on the "Structure" button next to the current page you use as portal. Then go to the "Addition of existing modules" section and choose "Login" from the Modules dropdown menu. Then choose it's location from the location menu and then push the "Add the module" button.
    Hiro
    Hiro
    Forumember


    Posts : 117
    Reputation : 0
    Language : english

    how can i put random things in my portal??? Empty Re: how can i put random things in my portal???

    Post by Hiro 17/1/2008, 15:06

    do you add those button things like when you first make the site you see a button with forumotion on it