Jump to content

Bluto

Members
  • Posts

    1,194
  • Joined

  • Last visited

  • Days Won

    4

 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 Bluto

  1. I got an error when I clicked on the "Clubs Banned Members" when there weren't any banned members.  I was setting up the clubs, I only have 2 clubs and I'm the only member.  Maybe hide the button when there aren't any banned members?

    SELECT * FROM `core_members` AS `core_members` WHERE banned_from_clubs=1 ORDER BY name ASC
    IPS\Db\Exception: Unknown column 'banned_from_clubs' in 'where clause' (1054)
    #0 /home/nginx/domains/xxx.com/public/system/Db/Select.php(373): IPS\_Db->preparedQuery('/*IPS\\core\\modu...', Array, true)
    #1 /home/nginx/domains/xxx.com/public/system/Db/Select.php(436): IPS\Db\_Select->runQuery()
    #2 [internal function]: IPS\Db\_Select->rewind()
    #3 /home/nginx/domains/xxx.com/public/init.php(816) : eval()'d code(98): iterator_to_array(Object(IPS\Db\Select))
    #4 /home/nginx/domains/xxx.com/public/system/Dispatcher/Controller.php(85): IPS\core\modules\front\clubs\hook1897->banMembers()
    #5 /home/nginx/domains/xxx.com/public/applications/core/modules/front/clubs/directory.php(52): IPS\Dispatcher\_Controller->execute()
    #6 /home/nginx/domains/xxx.com/public/init.php(816) : eval()'d code(74): IPS\core\modules\front\clubs\_directory->execute()
    #7 /home/nginx/domains/xxx.com/public/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\front\clubs\hook1897->execute()
    #8 /home/nginx/domains/xxx.com/public/index.php(13): IPS\_Dispatcher->run()
    #9 {main}
    #0 /home/nginx/domains/xxx.com/public/init.php(894): IPS\_Log::log('SELECT * FROM `...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(IPS\Db\Exception))
    #2 {main}

     

  2. 30 minutes ago, Adriano Faria said:

    I don’t think so, Bluto. A quote is part of the post, so...

    I can probably “remove” the quote from the content but then users will notice it and will start to post links only in quotes, which will make the whole thing useless. 

    Makes sense.  Though I'd ask to see what you thought.

  3. @Adriano Faria would it be possible to omit links that are being quoted - or have an option to do this? 

    I've noticed groups which are being link moderated require approval when they quote someone who posted a link (link is in the quote).  These members aren't posting links, but require mod approval because they are quoting a link when replying.

  4. 7 minutes ago, newbie LAC said:

    They can reproduce a bug without any 3rd party apps

    I opened the support ticket and that's what @Marc Stridgen replied.  Maybe you should open the ticket if it's a core issue - they might look at it vs. me opening up a ticket.

    This wasn't a major issue for me, I just reported it here because I thought it had to do with this app.

  5. 55 minutes ago, newbie LAC said:

    It's a core bug.

    Submit a ticket.

    Quote

    The author of the application would need to report that as a bug, within the relevant areas for this. Assistance with 3rd party related issues are outside the scope of support unfortunately.

     

  6. @Makoto I think I found an issue when using Bulk Mail member filters.

    When I'm setting the Member Filters for bulk mail and have Indisposable = YES and Content Count = More than 1+ I get the error below.

    SELECT DISTINCT COUNT(DISTINCT core_members.member_id) FROM `ipscore_members` AS `core_members`  LEFT JOIN `ipsindisposable_members` AS `indisposable_members` ON core_members.member_id=indisposable_members.member_id WHERE core_members.allow_admin_mails=1 AND core_members.temp_ban=0 AND core_members.email!='' AND ( ! (`members_bitoptions` & 1 ) != 0 ) AND member_posts>? AND 2 AND ( member_group_id IN(4) OR FIND_IN_SET(4,mgroup_others) ) AND core_members.name <> '' AND indisposable_members.member_id IS NULL
    IPS\Db\Exception: No data supplied for parameters in prepared statement (2031)
    #0 /home/nginx/domains/xxx.com/public/system/Db/Select.php(373): IPS\_Db->preparedQuery('/*IPS\\core\\modu...', Array, true)
    #1 /home/nginx/domains/xxx.com/public/system/Db/Select.php(436): IPS\Db\_Select->runQuery()
    #2 /home/nginx/domains/xxx.com/public/system/Db/Select.php(355): IPS\Db\_Select->rewind()
    #3 /home/nginx/domains/xxx.com/public/applications/core/modules/admin/bulkmail/bulkmail.php(253): IPS\Db\_Select->first()
    #4 /home/nginx/domains/xxx.com/public/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\bulkmail\_bulkmail->preview()
    #5 /home/nginx/domains/xxx.com/public/applications/core/modules/admin/bulkmail/bulkmail.php(40): IPS\Dispatcher\_Controller->execute()
    #6 /home/nginx/domains/xxx.com/public/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\bulkmail\_bulkmail->execute()
    #7 /home/nginx/domains/xxx.com/public/admin/index.php(14): IPS\_Dispatcher->run()
    #8 {main}

     

  7. On 5/14/2019 at 8:29 AM, Not Win said:

    No reimbursement is necessary. 
    It's just a constructive consultation to improve the application.
    Disabling that function in Redis the application works

    I just had a member write me asking me about their time online not changing.

    @Adriano Faria might want to make a note in the marketplace item so that people know this won't work with the "Use Redis to reduce MySQL overhead" turned on.

    I've had the Redis setting on for awhile and never noticed the time not changing until one of my mods reported it.

    Otherwise, it works great.  :smile:

  8. 2 minutes ago, Adriano Faria said:

    Did you select a value in the Cookie expire after setting?

    
    \IPS\Request::i()->setCookie( \IPS\Settings::i()->newtopicrulesCookiePrefix . '_' . $forum->id, TRUE, \IPS\DateTime::create()->add( new \DateInterval( 'P'. \IPS\Settings::i()->newtopicrulesCookiesDays . 'D' ) ) );

    Choose a number. Hit save. Try again.

    Got no error here, as you can see in the screen video.

    Hmmm... for some reason the settings weren't saving - had blank fields for both the time and the cookie name.  I had to re-upload the plugin and now it's saving.

    Everything is working.  Sorry to be a pain and thanks for your help!

     

  9. Finally figured out how to get the text formatted the way I like it.  Ran a test and got the error below after I accepted the New Topic Rules checkbox.

    Exception: DateInterval::__construct(): Unknown or bad format (PD) (0)
    #0 /home/nginx/domains/xxx.com/public/init.php(867) : eval()'d code(36): DateInterval->__construct('PD')
    #1 /home/nginx/domains/xxx.com/public/system/Dispatcher/Controller.php(85): IPS\forums\modules\front\forums\hook1859->rules()
    #2 /home/nginx/domains/xxx.com/public/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute()
    #3 /home/nginx/domains/xxx.com/public/index.php(13): IPS\_Dispatcher->run()
    #4 {main}
    #0 /home/nginx/domains/xxx.com/public/init.php(938): IPS\_Log::log('Exception: Date...', 'uncaught_except...')
    #1 [internal function]: IPS\IPS::exceptionHandler(Object(Exception))
    #2 {main}

     

  10. 3 minutes ago, Adriano Faria said:

    It seems OK to me, Bluto:

    Probably you have some hidden stuff in the text? Enable HTML in your group and edit the message on HTML mode.

    Thanks!  I'll have to investigate further on my end.  I appreciate you checking it out for me.  :smile:

  11. I was adding this to a new forum and it appears that there is a lot of spacing in the warning.

    1.  I checked the ipsMessage CSS files and none of them have been modified.  Also tested with the unmodified default template.

    2.  Here is what the New Topic Message looks like when editing the forum.

    1570312496_Screenshotfrom2019-07-0306-28-59.thumb.png.c5bbef11c4082016a1e792558190aedc.png

    3.  Here is what the actual new New Topic Rule looks like on the front end using the default IPS theme.

    2087681026_Screenshotfrom2019-07-0306-32-47.thumb.png.3693914bf480d1e2c37d27bcd570a631.png

     

    4.  Your code template newTopicRulesForm seems to be fine.

    <div class="ipsMessage {$style}">
    	{$msg|raw}
    </div>
    <div class='ipsType_normal ipsType_richText ipsPad'>
    	<div class="ipsAreaBackground ipsPad">
    		{$form|raw}
    	</div>
    </div>

     

    5.  I checked the Editor Settings and Return Key Behavior is "Go to next line." - not sure if that matters or not.


    Any idea what is happening?  Other warning notices on the site look fine.

    Thanks!

  12. I noticed when I post link directory links on Facebook, Facebook always grabs the generic site image and never the screenshot thumbnail.  For other items like forums, Facebook usually grabs an image if there is one in the thread.  

    Not sure if this is possible or not, but could the social sites grab the thumbnail image for each link?

  13. If you decide to add the limit on the number of pins per forum, I'll purchase this mod.  :smile:

    In my particular situation, my members would dominate the first page of a forum with pins if there wasn't something to limit the amount of pins.

    In addition, limiting the number of pins creates competition if the pin spots were all taken.

  14. Hey.  Not sure if you saw my edit, but I don't have captcha on because I use cleantalk and cleantalk isn't protecting that box from what I can tell.  Instructions for cleantalk are that I'm not supposed to use captcha with their plugin (which works great on my community).  Captcha, even though I have it off, still appears for the login box using your plugin because I have the reCaptcha V2 keys entered and then turn captcha off (None).

    I wrote cleantalk to see what to do.

  15. @newbie LAC would it possible to add the check to the "Post Before Registering" box? 

    I'm getting slammed by spammers who are posting garbage.  Normally I wouldn't care because the garbage is deleted after a week and never appears on the site.  The issue I'm having is that they are using bogus email addresses and I'm getting a ton of bounces which isn't good for my email reputation.  Having a captcha box will prevent them from automating the process of posting.  Yesterday, I had over 3000 guests posts made, so some automation must be happening.

    Looking into this more, it appears that there already is a captcha on the "Post Before Registering" box.  But since I use Cleantalk I don't have captcha on.  Your plugin provides the extra layer of protection where cleantalk doesn't.  Might have to contact cleantalk about this.

     

  16. Use cleantalk anti-spam it protects the contact form.  It's super cheap and easy to setup.

    Of course, if you're specifically targeted by a person who is spamming manually, nothing is going to stop them.  You can only report their email to cleantalk to help for the next person.

     

  17. Would it be possible to get the video posted in the approval queue?  Right now it just shows the title and the description in the Site Moderation > Approval Queue. 

    Without being able to see the video it's hard to know if the video is spam or not.  Often times I have to click on the title and open it in a new window, watch the video, and then go back to the approval queue and approve the video.  If the video (example youtube video) was available in the queue, I'd be able to approve videos without leaving the Approval Queue.

    Maybe something like this could be added in the future because I have a lot of videos categories which posting videos must be approved.

    Thanks!

  18. Are you sure you're calling up the right award category in your rule?  I would check that because (I'm not a programming guru or anything) it appears that something is happening where the award category id isn't being found I assume ie NULL.  Maybe something changed with the Rules app and the category needs to be updated in a rule you created?

    hth

×
×
  • Create New...