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.
The forum of the forums
5 posters

    Moving the category image?

    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Moving the category image?

    Post by Bubletan Tue 8 May - 15:19

    Moving the category image? K8dQ1

    Something like that able to do? So move the category image on different position.


    Last edited by Bubletan on Wed 9 May - 13:59; edited 1 time in total
    NikkoBryan14
    NikkoBryan14
    Forumember


    Male Posts : 274
    Reputation : 8
    Language : English
    Location : Philippines

    Solved Re: Moving the category image?

    Post by NikkoBryan14 Tue 8 May - 15:21

    Just re-upload the Image in the Forum ....
    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Re: Moving the category image?

    Post by Bubletan Tue 8 May - 15:24

    I didnt understand
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Moving the category image?

    Post by Sir Chivas™ Tue 8 May - 15:25

    Hi, Hello

    Tou can try placing this after the name:
    [code]<img src='imgs link' />/[code]
    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Re: Moving the category image?

    Post by Bubletan Tue 8 May - 15:29

    Thanks, but that doesnt do it same as my example :/ Then it doesnt move the description
    Sir Chivas™
    Sir Chivas™
    Helper
    Helper


    Male Posts : 6980
    Reputation : 457
    Language : EN, FR, ES
    Location : || CSS || HTML || Graphics Designs || Support ||

    Solved Re: Moving the category image?

    Post by Sir Chivas™ Tue 8 May - 15:43

    Use the same code in the description section.

    If the code doesnt work. Use
    Code:
    [img]link of image[/img]
    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Re: Moving the category image?

    Post by Bubletan Tue 8 May - 19:30

    It wont work...
    ~@dikz~
    ~@dikz~
    Forumember


    Male Posts : 363
    Reputation : 4
    Language : English & Tagalog
    Location : Legazpi, Philippines - Bicol University

    Solved Re: Moving the category image?

    Post by ~@dikz~ Tue 8 May - 19:40

    try this:
    Code:
    <img src='imgs link'/>

    or this:
    Code:
    <center><img src='imgs link'/></center>
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Moving the category image?

    Post by kirk Tue 8 May - 19:42

    what you want the image after the title of the forum? No???
    I dont understand where you want the image.

    Looks like you want it in where the new post icon would be.
    thats not going to work.

    Please explain more i am not following where you want the image
    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Re: Moving the category image?

    Post by Bubletan Tue 8 May - 22:34

    Moving forum image before title and the description.

    Understand now?

    So I know how to get it before description or before title, but is it able to move before both of them... I hope you understand now Very Happy
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Moving the category image?

    Post by kirk Tue 8 May - 23:20

    No you are talking about having it where the new post icon/image would be.
    The only way you could do it would be to place in html table code in the forums description.. You would have to make your forums names in title tags in the forums acp list
    Code:
     <title> forums name </title>

    then you would have to have something like this in the description.

    <html>
    <head>
    </head>
    <body>
    <table style="text-align: left; width: 403px; height: 66px;" border="0"
    cellpadding="0" cellspacing="0">
    <tr>
    <td style="vertical-align: middle; text-align: center;"><img
    src="YOUR DIRECT IMAGE LINK HERE" alt=""
    border="0"><br>
    </td>
    <td style="vertical-align: top;"><a
    href="YOUR FORUM LINK HERE"
    class="postlink"> YOUR FORUM NAME HERE</a><br>
    FORUM DESCRIPTION HERE MUST USE LINE BREAKS TO START NEW LINE
    </td>
    </tr>
    </table>
    </body>
    </html>

    Line break is this.

    Code:
    <br>

    Here is my test code.
    Code:
    <html>
    <head>
    </head>
    <body>
    <table style="text-align: left; width: 415px; height: 66px;" border="0"
    cellpadding="0" cellspacing="0">

    <tr>
    <td style="vertical-align: middle; text-align: center;"><img
    src="http://i40.servimg.com/u/f40/17/50/03/01/questi10.png" alt=""
    border="0"><br>
    </td>
    <td style="vertical-align: top;"><a
    href="http://templearcade.freegametalk.com/f1-this-test-forum"
    class="postlink"> This test forum</a><br>
     This test forum as an example of having image before  everything<br>
     line breaks start a new line
    </td>
    </tr>
    </table>
    </body>
    </html>

    I would never go through all this for that, But this is the only way i can think of doing it, even with css you want the image where the new post icon image would be, So i dont see that happening. This would be the next best thing.. or you can look at how multi forums coding is in tips and tricks.

    Example is this test forum
    http://templearcade.freegametalk.com/

    you could get the forums names in bold to if you wanted?
    avatar
    Bubletan
    Forumember


    Posts : 54
    Reputation : 2
    Language : Finnish

    Solved Re: Moving the category image?

    Post by Bubletan Wed 9 May - 13:58

    Thanks, maybe trying to use that if I get it look good Smile

    But thanks anyways
    kirk
    kirk
    Forumaster


    Male Posts : 11037
    Reputation : 653
    Language : English,Vulcan,Klingon, Romulan,& Gorn

    Solved Re: Moving the category image?

    Post by kirk Wed 9 May - 14:46

    Topic Solved & Locked

      Current date/time is Mon 11 Nov - 17:50