Thread Rating:
  • 1 Vote(s) - 5 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Forum Theme
#51
Thats alternate rows, what do you want them on ?
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#52
On anything that lists topics or forums:
forumdisplay.php
search.php
index.php

On showthread.php it's ok without that, posts are clearly separated.
Reply
#53
Yeah those pages have to be styled seperatly, they are all using the same table styles.
Reply
#54
Added margins to codetext and blockquotes
Underline links and hover color
Indented lists
Smaller signature font size ( however, it was NOT like that in punbb as mentioned in request )
Reply
#55
fixed long names changing profile column width.
Reply
#56
(2012-12-22, 13:16:15)shawn_a Wrote: Smaller signature font size ( however, it was NOT like that in punbb as mentioned in request )

I cannot prove it, but I remember them smaller than normal text. (Though a bit bigger than how you've set them now.)
Reply
#57
Yeah I will increase it, I have access to punbb still
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#58
Now the default theme site wide.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#59
Great!
I was going to suggest it, as it's very ok now. Thanks for all your work.

The only thing missing IMO is the alternate rows background colors.
Reply
#60
yeah i figured to not hold off waiting on that.
Ill probably get to it next week.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#61
(2012-12-19, 09:55:03)shawn_a Wrote: Yeah those pages have to be styled seperatly, they are all using the same table styles.

Almost the same as I suggested previously, with slightly changed color:

/forums/cache/themes/theme3/getsimple.css

Change:
Code:
.trow2, .trow1 {
    background-color:#F1F1F1 !important;
}

by this:

Code:
.trow1 {
    background-color:#F5F5F5 !important;
}
.trow2 {
    background-color:#F1F1F1 !important;
}

I think this way it also looks good for showthread.php
Reply
#62
works for me, but probably is very alternate for people with shitty monitors and bad chroma
Reply
#63
(2012-12-12, 01:00:41)mvlcek Wrote: Could you please
  • (programmatically) remove the =* from
    • and the in older/all posts - that way lists in older posts will display more nicely
    • ...

The forum looks nice now, but do you plan to do the replacements described above for (older) posts?
Instead of
Code:
[list=*][*]...[/*][/list]
the new forum software only understands
Code:
[list][*]...[/list]
.
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#64
Not really
Reply
#65
(2013-01-06, 03:00:01)shawn_a Wrote: Not really

Maybe some moderator can at least edit some of the topic descriptions (first post in topic) where this issue happens. Especially those from the plugins section.
Reply
#66
mvlcek you volunteering ?

There really isnt a worthwhile way to fix them all up in the database, only thing i can thing of is if we can edit mybb to allow that syntax. I have no idea where that is controlled.
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply
#67
(2013-01-12, 06:48:33)shawn_a Wrote: mvlcek you volunteering ?

There really isnt a worthwhile way to fix them all up in the database, only thing i can thing of is if we can edit mybb to allow that syntax. I have no idea where that is controlled.

As myBB uses MySQL this should be as easy as doing a
Code:
update <table with posts>
set <content field> = replace(replace(<content field>, '[list=*]', '[list]'), '[/*]', ''));
(optionally use a where-clause to only update those posts before the migration to myBB)

I think the only collateral damage would be posts, where the replacement strings are within a code section, like this post ;-)
I18N, I18N Search, I18N Gallery, I18N Special Pages - essential plugins for multi-language sites.
Reply
#68
I added new mycodes for the old punbb lists.
Old lists should display correctly now. I think there are some others like [color]
NEW: SA Admin Toolbar Plugin | View All My Plugins
- Shawn A aka Tablatronix
Reply




Users browsing this thread: 1 Guest(s)