PDA

View Full Version : Extra space between prefix and threadtitle in lastpostby on forumhome


banaandigitaal
11-04-2013, 10:11 AM
Hello,

I would like to have an extra white space between the thread prefix and the thread title on forumhome (lastpostby).

How do i manage this?

Thanks in advance!

http://www.urbex-photography.com/images/forumhelp/prefix.png

(in other words: i'd like to have one extra space between the country flag (prefix) and the thread title.)

ozzy47
11-04-2013, 10:19 AM
Add this to your additional.css

.forumlastpost .lastposttitle .postimg
{
padding-right: 10px;
}



Adjust the 10px as needed.

banaandigitaal
11-04-2013, 10:37 AM
Thanks a lot. Did exactly what you said and it seem to work proper for distance between default post icons, but not for the country flag-prefixes.. Any idea's?

Before edit:
http://www.urbex-photography.com/images/forumhelp/prefix3.png

After edit additional.css:
http://www.urbex-photography.com/images/forumhelp/prefix2.png

Thanks again!

ozzy47
11-04-2013, 11:11 AM
Link to the site so we can see what is going on.

banaandigitaal
11-04-2013, 11:32 AM
Click for website (http://www.urbex-photography.com)

For test purpose i added the code below in the additional.css (50px)

.forumlastpost .lastposttitle .postimg
{
padding-right: 50px;
}

Thanks again.

--------------- Added 1383575280 at 1383575280 ---------------

I suppose the space between the "post icon" and the thread title is arranged differently then to manage to get space between the "thread prefix" and the thread title in the "last post by" area on the forums home, but i shouldn't know what or where to arrange this.

--------------- Added 1383593456 at 1383593456 ---------------

So i noticed that also the text isn't clickable anymore when using a rich text prefix containing an image in the last post column. If i select to show a plain text version of the prefix on the last post column on forum home the topic text is also not linked anymore. The only way to keep the topic text in the last post column linked to the topic itself is choosing to show NO prefix at all in the last post column on forumhome :( Wish there is a way to fix this because i like the extra details of showing the country flag prefix in the last post column on forumhome. Any idea's?

--------------- Added 1383593940 at 1383593940 ---------------

Omg i fixed it :D

All rich text prefix versions were missing a > at the end..

Instead of..

<img src="http://www.mydomain.com/images/countryflags/netherlands.png">

All prefixes were set without the > at the end, like this:

<img src="http://www.mydomain.com/images/countryflags/netherlands.png"

I'm very happy now :D


Thanks for your help as well Ozzy!

ozzy47
11-04-2013, 07:31 PM
Good, glad you got it sorted. :)

banaandigitaal
11-05-2013, 03:02 PM
:D Also installed your separate stickies mod. That should be default in vBulletin ;)

ozzy47
11-05-2013, 05:35 PM
Thanks, glad ya like it.