Pat Mustard's lovechild wrote:is it just me that the go to/jump to page doesn't work for?
Same here
Pat Mustard's lovechild wrote:is it just me that the go to/jump to page doesn't work for?
OmarLittle wrote:I have quite a large monitor, and because of such the forum appears a vertical strip in the middle of the screen. Can someone assist me in tweaking whatever needs tweaking to make it fill the screen?
Lob Marley wrote:I've done everything in the OP and mine looks nothing like that.
I've got this
Code: Select all
ul.topiclist .row .topic_unread_hot_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_read_hot_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_unread_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_read_mine .imageset.icon_topic_newest, ul.topiclist.topics .sticky_read_mine .imageset.icon_topic_newest, ul.topiclist.topics .sticky_unread_mine .imageset.icon_topic_newest, ul.topiclist.topics .topic_read_locked_mine .imageset.icon_topic_newest, ul.topiclist.topics .topic_unread_locked_mine .imageset.icon_topic_newest, ul.topiclist.cplist .sticky_read_mine .imageset.icon_topic_newest, ul.topiclist.cplist .sticky_unread_mine .imageset.icon_topic_newest {
background-image: url("http://s29.postimg.org/8wx3de4g3/bell_mine.png");
}
GT Function wrote:The code i currently have only has 242 lines![]()
Is there a newer code somewhere?
GT Function wrote:Trig is there any way to make the thread symbols a bit bigger? Can hardly see the black dots
Keller wrote:Yo nerds, I've asked the new hosts to consider using an updated version of the old forum style that I've modified and sent them. Would look like this:
http://i.imgur.com/kPLaszR.png
http://i.imgur.com/kbuaTTn.png
Pretty much same as it used to, with the bookmarks button back and the non-awful colour scheme etc. Sure it won't please everyone but hey ho.
Keller wrote:Yo nerds, I've asked the new hosts to consider using an updated version of the old forum style that I've modified and sent them. Would look like this:
http://i.imgur.com/kPLaszR.png
http://i.imgur.com/kbuaTTn.png
Pretty much same as it used to, with the bookmarks button back and the non-awful colour scheme etc. Sure it won't please everyone but hey ho.
Keller wrote:Yo nerds, I've asked the new hosts to consider using an updated version of the old forum style that I've modified and sent them. Would look like this:
http://i.imgur.com/kPLaszR.png
http://i.imgur.com/kbuaTTn.png
Pretty much same as it used to, with the bookmarks button back and the non-awful colour scheme etc. Sure it won't please everyone but hey ho.
Keller wrote:Yo nerds, I've asked the new hosts to consider using an updated version of the old forum style that I've modified and sent them. Would look like this:
http://i.imgur.com/kPLaszR.png
http://i.imgur.com/kbuaTTn.png
Pretty much same as it used to, with the bookmarks button back and the non-awful colour scheme etc. Sure it won't please everyone but hey ho.
Keller wrote:Yo nerds, I've asked the new hosts to consider using an updated version of the old forum style that I've modified and sent them. Would look like this:
http://i.imgur.com/kPLaszR.png
http://i.imgur.com/kbuaTTn.png
Pretty much same as it used to, with the bookmarks button back and the non-awful colour scheme etc. Sure it won't please everyone but hey ho.
Lob Marley wrote:Anyone know why the banner at the top of the main forum page isn't showing for me? As per screenshot above
& can the admins make this the forum as default?
Trigger wrote:Chaps
Been at a festival all weekend, will take a look at what can be done about the "threads ive posted in" sort of icon. Would something like this be better?- Normal Topic
- Topic i've posted in
Anus McBumhole wrote:Trigger wrote:Chaps
Been at a festival all weekend, will take a look at what can be done about the "threads ive posted in" sort of icon. Would something like this be better?- Normal Topic
- Topic i've posted in
Just to reiterate, if you could do this I would be very gratefulfor the work so far
Code: Select all
ul.topiclist .row .topic_unread_hot_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_read_hot_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_unread_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_read_mine .imageset.icon_topic_newest, ul.topiclist.topics .sticky_read_mine .imageset.icon_topic_newest, ul.topiclist.topics .sticky_unread_mine .imageset.icon_topic_newest, ul.topiclist.topics .topic_read_locked_mine .imageset.icon_topic_newest, ul.topiclist.topics .topic_unread_locked_mine .imageset.icon_topic_newest, ul.topiclist.cplist .sticky_read_mine .imageset.icon_topic_newest, ul.topiclist.cplist .sticky_unread_mine .imageset.icon_topic_newest {
background-image: url("http://s29.postimg.org/8wx3de4g3/bell_mine.png");
}
Sharpey wrote:Does anyone know how to make the font bigger for the main page, as in all the thread titles?
Trigger wrote:Anus McBumhole wrote:Trigger wrote:Chaps
Been at a festival all weekend, will take a look at what can be done about the "threads ive posted in" sort of icon. Would something like this be better?- Normal Topic
- Topic i've posted in
Just to reiterate, if you could do this I would be very gratefulfor the work so far
About 3 posts below, you would have seen the code![]()
If you want to add the black dots in, add this code in your code area. Ive added it toward the very bottom, but within the last /**** END OF BELLS BACK ****/ bit.Code: Select all
ul.topiclist .row .topic_unread_hot_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_read_hot_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_unread_mine .imageset.icon_topic_newest, ul.topiclist .row .topic_read_mine .imageset.icon_topic_newest, ul.topiclist.topics .sticky_read_mine .imageset.icon_topic_newest, ul.topiclist.topics .sticky_unread_mine .imageset.icon_topic_newest, ul.topiclist.topics .topic_read_locked_mine .imageset.icon_topic_newest, ul.topiclist.topics .topic_unread_locked_mine .imageset.icon_topic_newest, ul.topiclist.cplist .sticky_read_mine .imageset.icon_topic_newest, ul.topiclist.cplist .sticky_unread_mine .imageset.icon_topic_newest {
background-image: url("http://s29.postimg.org/8wx3de4g3/bell_mine.png");
}