Jump to content

TheEnd-

Members
  • Posts

    132
  • 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 TheEnd-

  1. 15 hours ago, TheJackal84 said:

    Yeah I have added all that to it.

    I am thinking of turning this into a application instead of a plugin as there is now nearly 60 settings and only the 2nd update, I will always be adding new things and requests so with it being a plugin the settings page will wind up being long and horrible and hard to navigate where as a application will be easier

    Awesome. Thank you so much! I'll buy it now. ^_^

     

    Lastly, is there any way to have this feature on a per-forum basis?

  2. *I reinstalled the application, and this problem did not happen. I can reproduce it after linking another account on my test board.

    If I unlink the account, it is fine again. Only happens with an account linked.

    ZaTvDqf.png

  3. 1 minute ago, newbie LAC said:

    Hello,

    You can add a param "secure" and check it

    Open nbRSSFeedAllTopicsForums.php

    Find 

    
    		if (\IPS\Settings::i()->forums_rss)

    Add above

    
    		if (\IPS\Request::i()->secure !== 'z9h851mmceyejg2')
    		{
    			\IPS\Output::i()->redirect(\IPS\Http\Url::internal(''));
    		}

    Change z9h851mmceyejg2 on your value

    Then use domain.ltd/rssalltopics.xml/?secure=z9h851mmceyejg2

     

    Thank you!

     

    Last question: would this be able to grab content inside of [HIDE] bbcode (from TB Hide Content) and RSS that content properly while still keeping the [HIDE] tags?

  4. Any way to "secure" the RSS feed page to guests, but still make this feed readable by other IPS forums?

     

    For example, I have content I'm posting on IPS forum A and want those topics from a certain forum copied to IPS forum B - but I don't want random people seeing this feed as it is paid content.

  5. 11 hours ago, Adriano Faria said:

    Just tested and it is exactly like that. I mean, CORE does because.... it is the CORE. If you do not allow guests to use the forum, guests won't be able to use any 3rd party app.

    I'll take a look with IPS devs to see if I can allow this app run in this case.

    That sounds right to me, that's how I have it setup. Thank you for looking into this for me, Adriano.

  6. I just installed this and I don't see CAPTCHA on it, but it is enabled on my forum?

     

    Also, permissions are set so guests can use the form, however it is forcing guests to login when I test it?

  7. 27 minutes ago, Adriano Faria said:

    SAVED ACTIONS is the Multi Moderation from IP.Board 3.4.

    Oh, it came in 3.4? I must've taken a break just before then. Regardless, I'm happy it's finally part of IPB now, ahah

  8. 1 minute ago, Adriano Faria said:

    That already exists and it is called SAVED ACTIONS. Go to Forums -> Saved Actions.

    This plugin here is for a quick feedback when you can't reply at the moment. It is like an automatic email message.

    Oh, nice! I had no idea IPB 4.x implemented that. Thanks, Adriano! :thumbsup:

  9. 7 minutes ago, Adriano Faria said:

    Please, download again and use the option to UPGRADE TO A NEW VERSION. I'm not sure if it will fix it since the versions are the same. You probably will need to uninstall it and reinstall it.

    I forgot to add the new column on INSTALL version. I only did to 2.0.8.

    Problem solved. Thanks Adriano! :sorcerer:

     

    *I needed to uninstall & reinstall the application with the updated version

  10. Hello,

    When trying to move a member from one group to another, I am given the following error in the ACP:

    UPDATE `bitcore_members` core_members  SET `member_group_id`='7',`member_title`='',`bday_day`='0',`bday_month`='0',`bday_year`='0',`warn_level`=,`pp_setting_count_comments`=,`members_disable_pm`='0',`language`='1',`skin`='0',`auto_track`='{"content":0,"comments":0,"method":"immediate"}',`invite_revoke_access`=false WHERE member_id=2 
    IPS\Db\Exception: Unknown column 'invite_revoke_access' in 'field list' (1054)
    #0 /home/bit/public_html/community/system/Db/Db.php(836): IPS\_Db->preparedQuery('UPDATE `bitcore...', Array)
    #1 /home/bit/public_html/community/system/Patterns/ActiveRecord.php(460): IPS\_Db->update('core_members', Array, Array)
    #2 /home/bit/public_html/community/system/Member/Member.php(305): IPS\Patterns\_ActiveRecord->save()
    #3 /home/bit/public_html/community/applications/core/modules/admin/members/members.php(968): IPS\_Member->save()
    #4 [internal function]: IPS\core\modules\admin\members\_members->edit()
    #5 /home/bit/public_html/community/system/Dispatcher/Controller.php(85): call_user_func(Array)
    #6 /home/bit/public_html/community/system/Dispatcher/Dispatcher.php(129): IPS\Dispatcher\_Controller->execute()
    #7 /home/bit/public_html/community/admin/index.php(13): IPS\_Dispatcher->run()
    #8 {main}

     

×
×
  • Create New...