Jump to content

Vanucci

Members
  • Posts

    333
  • 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 Vanucci

  1. 17 hours ago, Heosforo said:

    Hello.
    Please would you mind to try with default theme?

    I'm updating, but I still can not reproduce the error. I feel a little lost ?

    Gettign sdame with default, but only with the minds database

  2. Cant seem to get the pages to work at all. Followed the instructions but nothing appears. When i try to copy a thread to database i get this error 

    Error: Class '\IPS\cms\Records1' not found (0)
    #0 /home/xxxxxxx/public_html/xxxxxxx.gg/system/Helpers/Form/FormAbstract.php(181): IPS\Helpers\Form\_Item->formatValue()
    #1 /home/xxxxxxx/public_html/xxxxxxx.gg/system/Helpers/Form/FormAbstract.php(142): IPS\Helpers\Form\_FormAbstract->setValue(true)
    #2 [internal function]: IPS\Helpers\Form\_FormAbstract->__construct('content_field_1...', '', 0, Array, NULL)
    #3 /home/xxxxxxx/public_html/xxxxxxx.gg/system/Helpers/Form/Item.php(60): call_user_func_array('parent::__const...', Array)
    #4 /home/xxxxxxx/public_html/xxxxxxx.gg/applications/cms/sources/Fields/Fields.php(3001): IPS\Helpers\Form\_Item->__construct('content_field_1...', '', 0, Array, NULL)
    #5 /home/xxxxxxx/public_html/xxxxxxx.gg/applications/cms/sources/Fields/Fields.php(424): IPS\cms\_Fields->buildHelper('', NULL, Object(IPS\cms\Records4), 0)
    #6 /home/xxxxxxx/public_html/xxxxxxx.gg/applications/cms/sources/Records/Records.php(432): IPS\cms\_Fields::fields(Array, 'edit', Object(IPS\cms\Categories4), 0, Object(IPS\cms\Records4))
    #7 /home/xxxxxxx/public_html/xxxxxxx.gg/applications/cms/modules/front/database/topic.php(174): IPS\cms\_Records::formElements(Object(IPS\cms\Records4), Object(IPS\cms\Categories4))
    #8 /home/xxxxxxx/public_html/xxxxxxx.gg/system/Dispatcher/Controller.php(85): IPS\cms\modules\front\database\_topic->form()
    #9 /home/xxxxxxx/public_html/xxxxxxx.gg/applications/cms/modules/front/database/topic.php(47): IPS\Dispatcher\_Controller->execute()
    #10 /home/xxxxxxx/public_html/xxxxxxx.gg/system/Dispatcher/Dispatcher.php(146): IPS\cms\modules\front\database\_topic->execute()
    #11 /home/xxxxxxx/public_html/xxxxxxx.gg/index.php(12): IPS\_Dispatcher->run()
    #12 {main}

    Any ideas ? This is on the latest 2.0.2 and latest stable IPB 4.2.8

  3. Whoop, thanks for this update, very excited for it. 

     

    Edit 

    4ba920d2284c959abac1a95865c9c2de.png

     

    I uploaded " New Version" so i didnt uninstall and install from new. 

    I edited some fields for already existing applications

    redid the post to topic settings. 

    Now when i go to applications page i get this error. 

  4. Is there any plans for an update on the block styling ? 

     

    currently mine looks like a579c82f0375cdb93d790ea14cb1cf2f.png

    Which does the job, however, it would be good to have some styling or for it to show minimised version of the open applications page itself with an image etc. 

     

    just a thought for maybe in the future. 

  5. 1 hour ago, TAMAN said:

    I cant check without a link or knowing what is a custom iframe block 

    This theme needs to be installed fresh on IPS 4.2 version it does NOT work properly if used "Upload a new version" method from 4.1 to 4.2. the theme must be reinstalled.

    Got it working, removing it and putting it back made everything good :D

  6. Ive created a custom block using an iframe, only way i know how to show what i need, however, it doesnt have the same background as the other blocks im using. Do you happen to know how to use the same background styling ? I know this probably doesnt even come under support, but you know what youre doing. 

    307828537fd4e4bcbf058a2b3738a050.png

     

    The above block you can see doesnt have the same styling at all. 

  7. Hi @TAMAN

     

    On the blogs section when you have 2 or more blogs, they kind of mould into each other 

    c609b0025511defc6599fa28684b3d06.png

     

     

    As you can see, on the right hand side below where it says read more and the top of the blog post below it, it looks as if one unless you stare really hard, is there a way to put a border around the blog entries themselves so they stand out more as individuals ?

  8. 16 hours ago, newbie LAC said:

    event = fixture? Or is this separate item?

    yes they are the same thing. 

     

    16 hours ago, newbie LAC said:

    Where to add "fans"?

    I also added 

    favteam4.jpg

    favteam5.jpg

     

    possible to change favorites to fan and when more than 1 person likes the team it become plural to fans ?

    16 hours ago, newbie LAC said:

    Would be better if you to write the exact location.

    Now I've added 

    favteam.jpg

    Under repbar

    favteam2.jpg

    Under birthday

    And account setting

    favteam3.jpg

    That setting hasn't permissions, so everybody can select a team

    All of the above is perfect as it is. 

  9. would this require me to target it via custom.css then ?

     

    EDIT

     

    answer to my question is yes.

     

    If anyoen else wanted to do it the wway i have this code in the custom.css works

    Where it says [data-forumid="#"]  Replace # with the number of your forum id. Mine is 17 for that section.

    This code can be used several times over for any section.

     

    
    {{if in_array( \IPS\Member::loggedIn()->member_group_id, array( 7, 2, ) )}}
    <style type='text/css'>
        
    .ipsDataItem[data-forumid="17"]{
        position: relative;
        pointer-events: none;
    }
    
    .ipsDataItem[data-forumid="17"] > *{
        -webkit-filter: blur(3px);
        filter: blur(3px);
    }
    
    .ipsDataItem[data-forumid="17"]:before{
        content: "";
        background: rgba(51,51,51,0.7);
        position: absolute;
        top: 0; left: 0; right: 0; bottom: 0;
        z-index: 10;
        cursor: normal;
    }
    
    .ipsDataItem[data-forumid="17"]:after{
        content: "Introductions";
        color: #5a8bcf;
        font-size: 30px;
        position: absolute;
        top: 50%; left: 50%;
        z-index: 20;
        transform: translate(-50%,-50%);
    	/* Overwrite clearfix */
        visibility: visible;
        height: auto;
    }
     .ipsDataItem[data-forumid="17"]{
        border: 2px solid #5a8bcf;
    }
    </style>
    {{endif}}

     

  10. Category styling using the rules.

     

    Hello What i want to achieve is to blur the background of the forum itself, not the category. Using the rules and adding

    -webkit-filter: blur(10px);
    blur

    to Category Title custom CSS

    creates this

    adc0ec371ddc08db6847ff3d5af512fd.png

    Which is half right.

    However, its the section behind Private Section 1 that i want to blur out.

    How can i achieve this ?

    thank you

  11. 5 minutes ago, Matt Provenzale said:

    Just purchased and installed and I am not seeing the "Promote to Article" text on any posts. Any pointers or settings to check?

    I have it set as follows:
    - All forums
    - Administrator group permitted
    - Promote only first post
    - Using default IPS theme

    Thanks!

    on the plugins list is it at the top ? also do you use flitterkills kitchen sink ?

  12. 4 minutes ago, newbie LAC said:

    Hello,

    40 minutes ago, Vanucci said:

    Can some sort of "shared leagues be created where users of this app can upload their complete leagues.

    No sure what you mean.

    Do you want import league with teams?

    Import league with teams, so If i have done the Premier league with all the teams and players added, i could export this list and share with another user of this application so they dont have to input all that data themselves.

    6 minutes ago, newbie LAC said:
    43 minutes ago, Vanucci said:

    The idea behind this is it could save many many hours on manual input per team.

    Do you want import scores?

    No, sorry this was tied into the above suggestion.

     

    7 minutes ago, newbie LAC said:
    43 minutes ago, Vanucci said:

    Is there a way for members to pick a favourite team via their profile, that would like to said football team ?

    Not current version. I can add a tab in account settings https://invisionpower.com/settings/ where the user can select the team or teams. But where display that team? Profile? Post bit? Somewhere else?

    Postbit and profile would be ideal. Maybe have the ability to add "fans" to that teams page also, so it count how many users on the forums support that team.

     

    8 minutes ago, newbie LAC said:
    44 minutes ago, Vanucci said:

    Any plans on making a sportsbook for virtual currency off the forums to place wagers on admin/mod created matches. I used to have something similar on a different forum software and my users loved it.

    Do you mean fixtures?

    I didn't work with sportbook. So I need more info how it would be work. In any case I guess it's long work.

    Best way to describe this:

     

    Saturday football matches in the premier league.  6 games for example

    Team 1 v Team 2 and so on

     

    The admin/mod would have to create these events and then be able to give odds on win/loose/draw

    The end user would be able to place a wager on this via inforum currency. ( points or whatever anyone uses, i know this would mean that either it would have to integrate with an already exisitn currency, or the application itself would need its own)

    End of the day results would be input by the admin/mod and the wagers would be paid out accordingly. I hope i made sense of that.

     

    If not i can pm you a link with better description.

  13. First of love the app.

    Few questions.

    Can some sort of "shared leagues be created where users of this app can upload their complete leagues. The idea behind this is it could save many many hours on manual input per team.

    Is there a way for members to pick a favourite team via their profile, that would like to said football team ?

    Any plans on making a sportsbook for virtual currency off the forums to place wagers on admin/mod created matches. I used to have something similar on a different forum software and my users loved it.

     

    Excellent great work, i can imagine this took a long time to make.

×
×
  • Create New...