The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#21
|
||||
|
||||
I have posted that before a couple of times. I think I posted it on vbulletin.com, so you may want to try a search there.
|
#22
|
|||
|
|||
Quote:
--------------- Added [DATE]1401042273[/DATE] at [TIME]1401042273[/TIME] --------------- Code:
.forum-list-container.stretch .category-header td {border-style:solid} |
#23
|
||||
|
||||
This is what I use on my vB5 site for the main page:
HTML Code:
/* border on homepage */ table.forum-list-container tr.forum-item td.cell-forum { border-width: 1px 1px 0; border-style: solid; border-color: #C8CCCE; border-spacing: 1px;} table.forum-list-container tr.forum-item td.topics-count, table.forum-list-container tr.forum-item td.posts-count, table.forum-list-container tr.forum-item td.lastpost { border-width: 1px 1px 0 0; border-style: solid; border-color: #C8CCCE; border-spacing: 1px;} table.forum-list-container tr.subforum-list td { border-width: 1px 1px 0; border-style: solid; border-color: #C8CCCE; border-spacing: 1px; padding-top: 15px;} table.forum-list-container tr.subforum-list td.subforum-item { border: none; padding-top: 0;} table.forum-list-container tr.category-header td { border-width: 1px 1px 0; border-style: solid; border-color: #C8CCCE; border-spacing: 1px;} table.forum-list-container tr.subforum-list td.subforum-item { border: none; padding-top: 0;} div.list-footer {border-width: 1px 1px 1px; border-style: solid; border-color: #C8CCCE; border-spacing: 1px;} HTML Code:
.forum-list-container .forum-item .cell-forum .icon { background: url("path/here/image_old.png") no-repeat; height: 20px; width: 20px; } .forum-list-container .forum-item.new .cell-forum .icon { background: url("path/here/image_new.png") no-repeat; } |
Благодарность от: | ||
classicrv |
#24
|
|||
|
|||
Quote:
The border styling should not be applied to it then |
#25
|
|||
|
|||
Quote:
Code:
http://www.vbulletin.com/forum/forum/vbulletin-5-connect/vbulletin-5-connect-questions-problems-troubleshooting/vbulletin-5-tutorials/4028327-vb5-temp-fix-for-custom-forum-icons-any-size The code you suggested above is OK if you only want a new and old icon, I would like to have a different icon for each sub-forum. |
#26
|
|||
|
|||
Quote:
That looks loads better than my attempt. I guess I need to have a bit more practice, huh? |
#27
|
||||
|
||||
Quote:
|
#28
|
|||
|
|||
I tried that and it didn't work for sub-forums
|
#29
|
||||
|
||||
Try using firebug, or whatever web developer tool you have, to see the CSS. It uses this as the declaration:
.forum-list-container .subforum-list .subforum-item .icon, .forum-list-container .forum-item.sub .cell-forum .icon {stuff} So, use that with the data-id stuff. |
#30
|
|||
|
|||
Quote:
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|