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.

Topics Icons are on the Icons for Topics

2 posters

Go down

Solved Topics Icons are on the Icons for Topics

Post by Adam360 Sun 11 Dec 2011 - 23:44

The icons, such as solved or complete that can be used on this forum, I want them to be next to the writing, not on the icon which says whether there is a new post or not.

EXAMPLE...
Number 1 is where it is showing, but I want it to move to number 2 like the forum in the picture has it.
Topics Icons are on the Icons for Topics Nooooo11


How do I move it?


Last edited by adam360 on Thu 15 Dec 2011 - 16:38; edited 1 time in total
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Tue 13 Dec 2011 - 21:33

Bump
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Tue 13 Dec 2011 - 21:37

Can your provide your forum url?
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Tue 13 Dec 2011 - 21:48

In poster profile

<-----------
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Wed 14 Dec 2011 - 23:42

bump
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Thu 15 Dec 2011 - 14:03

Your forum doesn't that so in your picture. Please provide your forum url that it's in image. Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Thu 15 Dec 2011 - 14:06

Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Thu 15 Dec 2011 - 14:42

Try this:
Code:
img[src="http://i29.servimg.com/u/f29/14/69/22/94/openfo10.png"] {
position: relative !important;
left: 15px !important;
}
So, you may copy that code and paste more times, and every time to change the img link to img links you have for topic status...
Example:
Code:
img[src="http://cdn1.iconfinder.com/data/icons/basicset/plus_16.png"] {
position: relative !important;
left: 15px !important;
}
...
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Thu 15 Dec 2011 - 14:46

It has not moved the writing which says "global announcement" though

it just acts as a new layer on top of it

I want it to look like the picture provided in first post
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Thu 15 Dec 2011 - 14:50

You need to get the link of the image status [New post/No new post/Locked, etc...] and make more:
Code:
img[src="URLIMG"] {
position: relative !important;
left: 15px !important;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Thu 15 Dec 2011 - 14:51

no... I mean the actual writing not an image, it just over lays on the writing
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Thu 15 Dec 2011 - 15:24

Well, add also:
Code:
div.topictitle{
position: relative !important;
left: 15px !important;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Thu 15 Dec 2011 - 15:30

Okay, one last but, how do I put the image up a little?

I don't want it to be laying on the bottom of the line
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Thu 15 Dec 2011 - 15:32

Add after:
Code:
left: 15px !important;
this code:
Code:
bottom: 8px !important;
Full example:
Code:
img[src="URLIMG"] {
position: relative !important;
left: 15px !important;
bottom: 8px !important;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Thu 15 Dec 2011 - 15:42

just checked it without that picture now and it looks pretty bad for things that aren't official.... look,

http://gamebase.betaboard.net/f5-announcements
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Thu 15 Dec 2011 - 15:54

Okay, try to replace this code:
Code:
div.topictitle{
position: relative !important;
left: 15px !important;
}
to this:
Code:
div.topictitle:first{
position: relative !important;
left: 15px !important;
}
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Thu 15 Dec 2011 - 15:56

hides the a behind the picture

I tried changing how many pixels it should move but it doesn't move at all now http://gamebase.betaboard.net/f5-announcements
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Thu 15 Dec 2011 - 16:28

Hah, I gust remember that your problem is solved on Justin's forum by me. You are luky, because is in english support that topic. I think should works. http://www.extrem-tutorials.com/t3162-how-do-i-make-before-topic-title-a-image-topic-rezolvat Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Adam360 Thu 15 Dec 2011 - 16:39

thnx
Adam360
Adam360
Forumember

Male Posts : 866
Reputation : 11
Language : English
Location : England

http://GameBase.betaboard.net

Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Guest Thu 15 Dec 2011 - 16:49

Glad I could help. Wink
avatar
Guest
Guest


Back to top Go down

Solved Re: Topics Icons are on the Icons for Topics

Post by Jophy Sat 17 Dec 2011 - 2:05

Topic Solved & Moved
Jophy
Jophy
ForumGuru

Male Posts : 17922
Reputation : 836
Language : English
Location : Somewhere

Back to top Go down

Back to top

- Similar topics

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