Jump to content

Unlucky

Members
  • Posts

    1,887
  • Joined

  • Last visited

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Unlucky

  1. Hi,

    Will site members be able to add news though?

    What I originally meant

    On 1/4/2018 at 11:13 AM, Unlucky said:

    If members can start news Items like topics and other members can reply in that topic that would be great.

    Will they be able to do the above?

    Thanks

  2. 5 hours ago, newbie LAC said:

    I need more information. Who and how will be post news? Allow users comment them? etc.

    If members can start news Items like topics and other members can reply in that topic that would be great.

    It would be fantastic if you can do it like the league tables so when you on a league page it just shows news topics created in that league page but when on the main index of the app https://www.walkingfootball.com/football/ a widget could show all news topics from all leagues.

  3. Feature request

    It would be great to have an area that we can display for league news with the football app section.

    For example if the league manager wants to announce something or post updates.

    I had been using a forum but that was bundled in with the other forums so it would be nice to have a section within the football app, so we can keep all football leagues and league news within the same area?

    Thoughts?

  4. Hi,

    Just bought this and it works fine on a desktop

    But on a mobile phone or table it's not showing the forum list - it compresses the box and removes all the text

    BTW Adriano - did you get my pm message in the crowdfunding pm thread?

     

    Desktop view

    side-bar-1.thumb.jpg.720fff6b04c2366cc75cfd43f35efb34.jpg

    Mobile view

    side-bar-2.jpg.0d58ee83a5f24881d9c937de5cdbdd3b.jpg

  5. Hi, Can you just double confirm where you are seeing that line of code because it isn't in my custom.css file, if possible please?

    All I have in there is this

     

    /**
     * This file is for your custom CSS.
     * This file is not modified or overwritten during upgrades
     */

    #elUserNav>#cCreate{display: none}

    @media screen and (max-width: 979px){.ipsApp.ipsApp_front #ipsLayout_header header { background: #ffffff!important; }}

    .ipsSideBlock {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        padding: 10px;
        min-width: 25%;
        max-width: 30%;
        margin: 1%;
        background-color: #e6e6e6;
    }
    .tempwid {
        box-shadow: 0 0 1px rgba(0, 0, 0, 0.2);
        padding: 5px;
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        background-color: #e6e6e6;
    }
    .ipsPad {
        padding: 9px;
    }
    .titletempb {
        font: bold 14px verdana;
        padding-right: 10px;
        line-height: 30px;
        width: 110px;
        background-color: #e9e9e9;
    }
    .linetemp {
        padding: 5px 20px;
        background-color: #f3f3f3;
    }
    .tabletemp {
        min-width: 100%;
        border-bottom: 1px solid rgba(153, 153, 153, 0.2);
        overflow: hidden;
    }
    #bquote {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        padding: 20px 10px 10px 70px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
    border-top: 1px #feb326 solid;
    border-bottom: 1px #feb326 solid;
    }

    #bquote:before {
      font-family: "FontAwesome";
      content: "\f10d";
      font-size: 30px;
      font-style: normal;
      color: #cecece;
      position: absolute;
      top: 30px;
      left: 20px;
    }
    .reviewRate {
        width: 150px;
        height: 150px;
        background-color: #ff7830;
        margin-left: 25%;
        margin-right: 25%;
        z-index: 3;
        text-align: center;
        color: #fff;
        font-size: 65px;
      border-radius: 50%;
      line-height: 2.5;
    }
    .thegood {
        box-sizing: border-box;
        position: relative;
        width: 50%;
        padding: 20px 10px 10px 70px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
      float: left;
    }
    .thegood:before {
      font-family: "FontAwesome";
      content: "\f055";
      font-size: 30px;
      font-style: normal;
      color: #7db03a;
      position: absolute;
      top: 30px;
      left: 20px;
    }
    .thebad {
        box-sizing: border-box;
        position: relative;
        width: 50%;
        padding: 20px 10px 10px 70px;
    font-family: 'Merriweather Sans', sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.5em;
      float: left;
    }
    .thebad:before {
      font-family: "FontAwesome";
      content: "\f056";
      font-size: 30px;
      font-style: normal;
      color: #b03a3a;
      position: absolute;
      top: 30px;
      left: 20px;
    }

×
×
  • Create New...