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.

Moving the category image?

5 posters

Go down

Solved Moving the category image?

Post by Bubletan May 8th 2012, 3:19 pm

Moving the category image? K8dQ1

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


Last edited by Bubletan on May 9th 2012, 1:59 pm; edited 1 time in total
avatar
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

Solved Re: Moving the category image?

Post by NikkoBryan14 May 8th 2012, 3:21 pm

Just re-upload the Image in the Forum ....
NikkoBryan14
NikkoBryan14
Forumember

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

Back to top Go down

Solved Re: Moving the category image?

Post by Bubletan May 8th 2012, 3:24 pm

I didnt understand
avatar
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

Solved Re: Moving the category image?

Post by Sir Chivas™ May 8th 2012, 3:25 pm

Hi, Hello

Tou can try placing this after the name:
[code]<img src='imgs link' />/[code]
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Solved Re: Moving the category image?

Post by Bubletan May 8th 2012, 3:29 pm

Thanks, but that doesnt do it same as my example :/ Then it doesnt move the description
avatar
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

Solved Re: Moving the category image?

Post by Sir Chivas™ May 8th 2012, 3:43 pm

Use the same code in the description section.

If the code doesnt work. Use
Code:
[img]link of image[/img]
Sir Chivas™
Sir Chivas™
Helper
Helper

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

https://aforums.org

Back to top Go down

Solved Re: Moving the category image?

Post by Bubletan May 8th 2012, 7:30 pm

It wont work...
avatar
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

Solved Re: Moving the category image?

Post by ~@dikz~ May 8th 2012, 7:40 pm

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

or this:
Code:
<center><img src='imgs link'/></center>
~@dikz~
~@dikz~
Forumember

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

http://adikz.forumtl.com

Back to top Go down

Solved Re: Moving the category image?

Post by kirk May 8th 2012, 7:42 pm

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
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: Moving the category image?

Post by Bubletan May 8th 2012, 10:34 pm

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
avatar
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

Solved Re: Moving the category image?

Post by kirk May 8th 2012, 11:20 pm

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?
kirk
kirk
Forumaster

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

Back to top Go down

Solved Re: Moving the category image?

Post by Bubletan May 9th 2012, 1:58 pm

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

But thanks anyways
avatar
Bubletan
Forumember

Posts : 54
Reputation : 2
Language : Finnish

Back to top Go down

Solved Re: Moving the category image?

Post by kirk May 9th 2012, 2:46 pm

Topic Solved & Locked
kirk
kirk
Forumaster

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

Back to top Go down

Back to top

- Similar topics

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