Jump to content

SUBRTX

Members
  • Posts

    149
  • Joined

 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 SUBRTX

  1. 8 hours ago, Michael.J said:

    Can you double check the edits performed, not seeing any issues on my end.

    Did you set how many points to unlock on a topic on your site?

    I tested again on my clean installed test site

    Here what I did, please tell me if any step was wrong

    I opened public_html-applications-basicpoints-hooks-forumSource.php

    I searched these lines

     /**
         * Set form for creating a node of this type in a club
         *
         * @param	\IPS\Helpers\Form	$form	Form object
         * @return	void
         */
        public function clubForm( \IPS\Helpers\Form $form )
    	{
            /* Club points disabled? */
            if( !\IPS\Settings::i()->basicPoints_club_points )
            {
                return parent::clubForm( $form );
            }
    
            /* Add tab for default fields */
            $form->addTab('basicpoints_club_settings');
    
            /* Show default fields */
            parent::clubForm( $form );

    replaced them with these

     /**
         * Set form for creating a node of this type in a club
         *
         * @param	\IPS\Helpers\Form	$form	Form object
         * @return	void
         */
        public function clubForm( \IPS\Helpers\Form $form, \IPS\Member\Club $club )
    	{
            /* Club points disabled? */
            if( !\IPS\Settings::i()->basicPoints_club_points )
            {
                return parent::clubForm( $form, $club );
            }
    
            /* Add tab for default fields */
            $form->addTab('basicpoints_club_settings');
    
            /* Show default fields */
            parent::clubForm( $form, $club );

    After that, I went to my test site, using a test account which needs points to unlock topic, but ended up just opened the topic without points needed.

    So, I went to ACP, found out that unlock point was reset to 0

    image.png.8fdb1afe4c1d5136556534028faa8312.pngimage.png.8fdb1afe4c1d5136556534028faa8312.png

    I changed to 10 

    image.png.e5ae8f79f555205396c465544df97c7f.png

    but after refresh the page, it went back to 0 again.

     

  2. 11 minutes ago, Marc Stridgen said:

    It takes a second, but certainly nothing out of the ordinary. And it would indeed run quicker the second time, as its then cached

    Ok, Marc, this is what I mean. When you click any profile on here, you will see that loading circle 

    image.thumb.png.1e99171ef860eb0a33ad0e89ccf82e6e.png

    I'm not talking about the loading on address bar

    image.png.99033a727b258a87fd5f70a17845c0db.png

    This happened on my site as well.

    On my desktop, it took 1-2 sec to load, 3-4 sec on mobile.

    This is critical.

  3. 5 hours ago, Marc Stridgen said:

    Im not sure what it is I am looking at here. You appear to be showing that the page is loading data. Which is what I would expect to see

    Ok, try this again on your end.

    Click on your profile, you see that loading process which takes at least 1-2 second, then click go back and click your profile again, you don't see that loading process anymore. We didn't have this loading process in previous version. 

  4. @Michael.J

    Hello, when I tried to setup "topic" or "Edit this forum" in the club, error occur 

    image.png.1ecd2a649b87b71c40b3148e25764f08.pngimage.png.8a078ee7e1912265ab77af6bd290e57d.png

    image.png.8da5661cba28c43430af5edb765e6f9b.png

    I tested on my live site and a clean installed test site. Error log is the same on both site:

     

    ArgumentCountError: Too few arguments to function IPS\forums\_Forum::clubForm(), 1 passed in /chroot/home/xxx/xxx/html/init.php(902) : eval()'d code on line 276 and exactly 2 expected (0)
    #0 /chroot/home/xx/x/html/init.php(902) : eval()'d code(276): IPS\forums\_Forum->clubForm()
    #1 /chroot/home/xxx/x/html/applications/core/modules/front/clubs/view.php(1545): IPS\forums\basicpoints_hook_forumSource->clubForm()
    #2 /chroot/home/xxx/x/html/system/Dispatcher/Controller.php(90): IPS\core\modules\front\clubs\_view->nodeForm()
    #3 /chroot/home/xxx/x/html/applications/core/modules/front/clubs/view.php(120): IPS\Dispatcher\_Controller->execute()
    #4 /chroot/home/xxx/x/html/system/Dispatcher/Dispatcher.php(153): IPS\core\modules\front\clubs\_view->execute()
    #5 /chroot/home/xxx/xx/html/index.php(13): IPS\_Dispatcher->run()
    #6 {main}

     

  5. On 11/5/2021 at 8:00 AM, ZLTRGO said:

    Anyone having issues with Cloudflare.

    image.thumb.png.82ee54e6be3251cf7fd0729eb962f11b.png 

     

    If this setting is on Challenge or Blocked, the webhook(also goes for the stripe webhook from IPB) will give you 403 error(simply said will not work).

    Currently, you can not add Rules where you "whitelist" certain URLs from Super Bot Fight Mode.
    Let's hope they will add it eventually.

     

    PS: Disabling Security/WAF on specific URLs via Rules do not work. (at least for me)

    Hey, even When I set this to allow, I'm still getting 403..any idea?

     

  6. On 9/9/2021 at 11:35 AM, Dean_ said:

    Just updated -

    Seems there are still template issues, on modified and default themes.

    [[Template basicpoints/front/logs/logRows is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

    These are on Profile and URL/points links. It doesn't show the logs at all.

    It seems that it's a PHP8 issue, once changed to 7.4, the errors go.

    TypeError: method_exists(): Argument #1 ($object_or_class) must be of type object|string, array given in /home2/<SNIP>/public_html/uploads/template_54_09d5381cd6389a5d826715841593342d_logs.php:25
    Stack trace:
    #0 /home2/<SNIP>/public_html/uploads/template_54_09d5381cd6389a5d826715841593342d_logs.php(25): method_exists(Array, 'tableClass')
    #1 /home2/<SNIP>/public_html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_basicpoints_front_logs->logRows(Object(IPS\Helpers\Table\Db), Array, Array, 'log_note', NULL, Array)
    #2 /home2/<SNIP>/public_html/system/Helpers/Table/Table.php(541): IPS\Theme\_SandboxedTemplate->__call('logRows', Array)
    #3 /home2/<SNIP>/public_html/applications/basicpoints/modules/front/basicpoints/index.php(147): IPS\Helpers\Table\_Table->__toString()
    #4 /home2/<SNIP>/public_html/system/Dispatcher/Controller.php(101): IPS\basicpoints\modules\front\basicpoints\_index->manage()
    #5 /home2/<SNIP>/public_html/system/Dispatcher/Dispatcher.php(153): IPS\Dispatcher\_Controller->execute()
    #6 /home2/<SNIP>/public_html/index.php(13): IPS\_Dispatcher->run()
    #7 {main}

     

    Did this get fixed from the latest update or?

    I'm about to upgrade my IPS to 4.6.X...

    @Michael.J

  7. On 7/26/2021 at 10:32 AM, InvisionHQ said:

    2.0.2 Version. 
    Approval is pending. The first attempt failed.

    Hi does this "Hide members list in the sidebar when the "Display Club information" is located "In the header" 

    also hide the member list we see before enter a club(see pic)

    image.png.d93da5dc2a6d38efa42eec04c8d91839.png

    also, does this still work with 4.5.x? Thanks!!

  8. 1 hour ago, Davyc said:

    Been using 4.6 since beta 1 through beta 4 and now upgraded to 4.6 official, no issues using or upgrading bar one and that is under investigation and it's not a deal breaker.  Love the new features, now I just need to see how fast it is to use real time.  Am I correct in saying that 4.6 works with PHP 8, as I have that version available to me? 

    Fantastic work team, really fantastic work and I'm proud to be using the end result of all your efforts and will continue to do so for as long as I am able 🙂

    200.gif

    how about third party plugins compatibility?

  9. ArgumentCountError: Too few arguments to function IPS\Theme\Cache\class_core_front_profile::profile(), 6 passed in 
    /html/system/Theme/SandboxedTemplate.php on line 61 and exactly 7 expected in 
    /html/uploads/template_25_af46883c13caa197f9e387620d19e6ec_profile.php:1220
    Stack trace:
    #0 /html/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_profile->profile()
    #1 /html/applications/core/modules/front/members/profile.php(428): IPS\Theme\_SandboxedTemplate->__call()
    #2 /html/init.php(893) : eval()'d code(17): IPS\core\modules\front\members\_profile->manage()
    #3 /html/init.php(893) : eval()'d code(15): IPS\core\modules\front\members\trophies_hook_profile->manage()
    #4 /html/system/Dispatcher/Controller.php(101): IPS\core\modules\front\members\profilesongs_hook_MembersProfileHook->manage()
    #5 /html/applications/core/modules/front/members/profile.php(73): IPS\Dispatcher\_Controller->execute()
    #6 /html/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\members\_profile->execute()
    #7 /html/index.php(13): IPS\_Dispatcher->run()
    #8 {main}

     

  10. 2 hours ago, aXenDev said:

    I can't reproduce this error. Please contact me by PM.

    Hi, I'm on 4.5.2, and switched to 4.5 in the global setting, when I visit member's profile page, saw the same error

    [[Template core/front/profile/profile is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]

  11. Hey man...

    Is it possible you can change those text:

    word lower limit to minimum word requirement(or count) 

    word upper limit to maximum word requirement(or count) ?

    or can you tell me how do I change it in language translation..

    there were few members asked why they couldn't reply I guess they didn't understand what lower or upper means...

×
×
  • Create New...