PDA

View Full Version : How do I get "Threads / Posts" count to display like this?


pureturk
07-22-2012, 07:21 AM
Its from a IPB board.

I think its a lovely design. Is there anyway to get vbulletin to display thread and post count like that as well?

https://vborg.vbsupport.ru/external/2012/07/21.png

heres the actual site http://forum.talkchelsea.net/

peugeot405
07-22-2012, 08:23 AM
mayby this will help: you have to remove the threads and posts count colomn like described here (https://vborg.vbsupport.ru/showthread.php?t=256817)

and then place them in the forum title colomn as discribed here (https://vborg.vbsupport.ru/showthread.php?t=258918&highlight=move+thread+post+count)

and tweak the settings a bit.

pureturk
07-22-2012, 01:38 PM
mayby this will help: you have to remove the threads and posts count colomn like described here (https://vborg.vbsupport.ru/showthread.php?t=256817)

and then place them in the forum title colomn as discribed here (https://vborg.vbsupport.ru/showthread.php?t=258918&highlight=move+thread+post+count)

and tweak the settings a bit.

How will that help it display like in the picture?

peugeot405
07-22-2012, 02:10 PM
once you placed it on the location you want you can add a background and border around it like in the picture.

pureturk
07-22-2012, 02:29 PM
once you placed it on the location you want you can add a background and border around it like in the picture.

First part is easy
What is the code to be able to do this?

peugeot405
07-22-2012, 02:31 PM
can you post a link to your web?

that's make it easier to create the code you need.

what color you want the background to be?

pureturk
07-22-2012, 02:45 PM
vivags.com

peugeot405
07-22-2012, 02:55 PM
I see that you haven't moved the thread and post count yet.

Sorry, i assumed you've done that part and i was gonna give you the code for background and border.

pureturk
07-22-2012, 02:58 PM
I see that you haven't moved the thread and post count yet.

Sorry, i assumed you've done that part and i was gonna give you the code for background and border.

Did you want me to move them over a bit or remove it completely as its is described in that template mod?

peugeot405
07-22-2012, 02:59 PM
first you need to remove the thread/post colomn see here (https://vborg.vbsupport.ru/showthread.php?t=256817)

and then place them in the forum title colomn under the thread title, see here (https://vborg.vbsupport.ru/showthread.php?t=258918&highlight=move+thread+post+count)

pureturk
07-22-2012, 03:10 PM
done.
How would I get it to show in the upper right hand corner of the forumtitle box as in the pic?

--------------- Added 1342973805 at 1342973805 ---------------

--------------- Added 1342973837 at 1342973837 ---------------

I just noticed, I also have to do this in threaddisplay as well to make it look uniform
http://forum.talkchelsea.net/forum/8-transfer-talk/

peugeot405
07-22-2012, 03:17 PM
i must have done something wrong, i can only see the default style.

can you make you're custom style visable?


sorry about that.

i was looking at your site and wanted to explore.

http://forum.talkchelsea.net/forum/8-transfer-talk/ i can't see the site, apparently you need to be a member to see the forum.

pureturk
07-22-2012, 03:22 PM
done

--------------- Added 1342974505 at 1342974505 ---------------



http://forum.talkchelsea.net/forum/8-transfer-talk/ i can't see the site, apparently you need to be a member to see the forum.

https://vborg.vbsupport.ru/external/2012/07/19.png

peugeot405
07-22-2012, 03:33 PM
try adding this in additional css:

.moderators, .subforums {
background: none repeat scroll 0 0 #123456;
border-radius: 5px 5px 5px 5px;
clear: left;
color: #FFFFFF;
display: block;
float: left;
padding: 2px 4px;
text-align: right;
}

don't forget to change the color codes to the color you want to use!

pureturk
07-22-2012, 03:37 PM
I did it looks good. how do we move it now :)

peugeot405
07-22-2012, 03:38 PM
where do you want it be displayed?

pureturk
07-22-2012, 03:40 PM
Give me 3-4 mins. I m going to show you how I want everything to look. I m going to photoshop things around.

--------------- Added 1342975779 at 1342975779 ---------------

http://s8.postimage.org/vcfmootlh/Untitled_2.png

peugeot405
07-22-2012, 03:59 PM
ok now we might have a problem, you want it in a seperate colomn.

that means we'll have to start over.

I was under the impression you wanted it under the thread title aligned to the right.

can you make me an account on your site with only acces to the style manager?

pureturk
07-22-2012, 04:00 PM
ok now we might have a problem, you want it in a seperate colomn.

that means we'll have to start over.

I was under the impression you wanted it under the thread title aligned to the right.

can you make me an account on your site with only acces to the style manager?

Lol sorry about that.

hold one sec.

peugeot405
07-22-2012, 04:02 PM
you can send me the details by pm.

pureturk
07-22-2012, 04:11 PM
How do you give someone access to style manager?

--------------- Added 1342977803 at 1342977803 ---------------

you can send me the details by pm.

check pm

peugeot405
07-22-2012, 04:23 PM
i pm'ed you

pureturk
07-22-2012, 04:26 PM
I did too

--------------- Added 1342992451 at 1342992451 ---------------

peugeot answered all my questions. Thank you

peugeot405
07-22-2012, 08:41 PM
glad it worked it for you.