Love Fuel?    Donate

FuelPHP Forums

Ask your question about FuelPHP in the appropriate forum, or help others by answering their questions.
Forum Fix
  • First off great job on fuel, absolutely love it. I don't know if this is the place to post this, or if this is an "error" per se, and I know there's been talk of a new forum being built so maybe this doesn't matter, but it's been driving me nuts. The pagination on forum posts is stacked:
    <-
    1
    2
    3
    4
    5
    ->

    It's weird and kind of annoying. Could you make it like this:
    <- 1 2 3 4 5 ->

    All you need to do is add:
    .pagination ul li
    {
    float: left;
    padding-right: 10px;
    }
    
    to typo.css If you disagree I can obviously deal with it, but I'm guessing most people would like it that way better.
  • I believe they're working on a new forum based on vanillaforums.org.. but don't understand why these minor bugs can't be fixed for now.
  • Correct. It's not a problem fixing the issues, it's a problem finding someone that can and will do it... ;)

Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

In this Discussion