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 December 11th 2011, 11:44 pm

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 December 15th 2011, 4:38 pm; 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 December 13th 2011, 9:33 pm

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 December 13th 2011, 9:37 pm

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 December 13th 2011, 9:48 pm

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 December 14th 2011, 11:42 pm

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 December 15th 2011, 2:03 pm

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 December 15th 2011, 2:06 pm

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 December 15th 2011, 2:42 pm

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 December 15th 2011, 2:46 pm

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 December 15th 2011, 2:50 pm

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 December 15th 2011, 2:51 pm

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 December 15th 2011, 3:24 pm

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 December 15th 2011, 3:30 pm

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 December 15th 2011, 3:32 pm

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 December 15th 2011, 3:42 pm

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 December 15th 2011, 3:54 pm

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 December 15th 2011, 3:56 pm

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 December 15th 2011, 4:28 pm

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 December 15th 2011, 4:39 pm

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 December 15th 2011, 4:49 pm

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 December 17th 2011, 2:05 am

Topic Solved & Moved
Jophy
Jophy
ForumGuru

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

Back to top Go down

Back to top


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