Jump to content

Tripp★

Clients
  • Posts

    1,206
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Tripp★ reacted to CSSlife in Clubs Enhancements   
    I may have mentioned this before, but the ability to search for clubs would be very handy!
  2. Thanks
    Tripp★ reacted to Adriano Faria in Member Notes   
    Oh yes, 4.4.2 introduced a new template for this purpose. I’ll take a look later today. 
  3. Like
    Tripp★ got a reaction from Adriano Faria in Member Notes   
    @Adriano Faria It seems that in 4.4.2 with the lastest version of this application that images don't show in the member notes; I think I've seen this error with another application (An FAQ application) and it turned out to be caused by Lazy Load (Which I have enabled), as pointed out by @Daniel F. Please can you check this? Thanks in advance!
  4. Like
    Tripp★ reacted to TheJackal84 in FAQ ( Support Topic )   
    Can you two tell me how you are adding images? I just tried by using a link and using the attachments bit and they both worked fine
    When you say accessing staff & downloads what do you mean? is it accessing the applications themself?
    Them commented out codes are for the index sidebar and will be for a future update, they should not effect the page, have you made containers and then sub containers?, if not then make sure the categories etc have children, let me know
  5. Like
    Tripp★ reacted to Daniel F in FAQ ( Support Topic )   
    Regarding the missing images: If you're seeing the spacer.png image, it means that lazy load is enabled, but probably not yet supported in the app.
    Did you implement the Lazy Load changes @TheJackal84 ?
     🙂 
  6. Like
    Tripp★ reacted to Makoto in 📧 Block Disposable E-mails   
    This is the support / feedback topic for the 📧 Block Disposable E-mail's application.
    If you run into any issues or have questions/concerns, let me know here!
  7. Thanks
    Tripp★ got a reaction from Makoto in 📧 Block Disposable E-mails   
    This is actually a good idea and exactly the kind of thing I need, @Makoto and I might actually consider buying this very soon. Thanks. 
  8. Thanks
    Tripp★ got a reaction from TheJackal84 in Members Shop ( Support Topic )   
    Your recent update to the membershop (1.1.6) has fixed this problem, and has fixed all the issues I had with it, except for items appearing on the index page of the shop. But that's okay, I just changed the link to take it to the category instead, and the redirect issue is fixed.
    However this issue still exists with the lottery modification; so what ever you did here could potentially fix that problem too. :)
    Great work man!
  9. Like
    Tripp★ reacted to TheJackal84 in Members Shop ( Support Topic )   
    Lottery is coming, I am making a nice new update also with a landing page and also a smaller grid to choose from like members shop, and also added some colours for the balls what you can set in the ACP

    coloured balls will also be in the topics if you have topics created for games etc, I am also going to add a force win setting so you can force it to have a winner for that draw
  10. Thanks
    Tripp★ reacted to All Astronauts in Kitchen Sink   
    Gonna try and sweep most of my remaining things today for 4.4
    EDIT: And of all my mods, this is the single instance (in just a single hook) of that depreciated constant - figures 🙂
  11. Like
    Tripp★ reacted to TheJackal84 in Members Shop ( Support Topic )   
    For the time being change the settings of the shop to use small grids it will work then, I will throw a update out ASAP with a fix for that today at some point
    Have you set the permissions correctly? the permissions are set in the items edit page instead
    it uses the new IPS referrer feature meaning it should redirect you back to the page it is on when purchased
  12. Like
    Tripp★ reacted to Hegnauer.io in Members Shop ( Support Topic )   
    Is there a way to not redirect the user to the home page after a purchase is made? Or to redirect them somewhere else?
  13. Haha
    Tripp★ reacted to All Astronauts in Spacious ACP/Widgets   
    Weird. I'll check the install and upgrade routines in a bit to be sure but if you were having other prob maybe I'm in the clear 😃
  14. Thanks
    Tripp★ reacted to Loren in Spacious ACP/Widgets   
    Run the support - Something isn't working - then fix the tables.
    Worked for me.
  15. Like
    Tripp★ reacted to Joel R in Auto Welcome Support   
    I'm posting it everywhere, because I need 4.4 for a critical fix so this is my way of notifying authors their app compatibility is a high priority for me and my community.  
    I enjoy this app and would like to continue using it for 4.4. I'm not sure what the problem is for you in notifying Marketplace contacts that I would appreciate a prompt review of their file when 4.4 becomes available? Many of them have dozens of apps and plugins, and feedback like this from clients can help them figure out which ones to prioritize.  
  16. Thanks
    Tripp★ reacted to Jujuwar in Advanced Tags & Prefixes - IPS 4.x   
    I don't know if you found a temporary fix at this time but for anyone else that may have this problem until a patch is published:
    This is due to a constant that doesn't exists anymore in IPS 4.4 :
    Error: Undefined constant 'IPS\HTMLENTITIES' After checking, in the file init.php (v 4.3.6):
    'HTMLENTITIES' => ENT_DISALLOWED, // @deprecated and will be removed in 4.4 The fix:
    Edit the file applications/advancedtagsprefixes/hooks/formatPrefix.php and replace (2 places):
    \IPS\HTMLENTITIES by
    ENT_DISALLOWED and run the support tools to clear the cache.
  17. Like
    Tripp★ got a reaction from Millipede in Report Member Profiles - Supporttopic   
    Still waiting for my refund. The application has been broken since I got it and has never been fit for purpose. I have uninstalled it from my site and I won't be using your applications or plugins in future. This has been absolutely awful.
    No wonder people like me are getting sick of the IPS Marketplace...
    I have been on you about the problems with this since September and you have done sweet Fanny Adams about it. 
    @Fosters. Refund. Now.
  18. Like
    Tripp★ reacted to All Astronauts in Awesome Member Hovercards   
    @princeton @Steph40 and everyone else be sure to grab 6.1 - patches a settings bug.
  19. Like
    Tripp★ got a reaction from Igor Denisov in FAQ ( Support Topic )   
    I am having problems too; namely when anyone tries to put in a Question/Answer:
    IPS\Db\Exception: Data too long for column 'question_seo' at row 1 (1406) #0 /home/SITE/public_html/system/Db/Db.php(807): IPS\_Db->preparedQuery('/*IPS\\Patterns\\...', Array) #1 /home/SITE/public_html/system/Patterns/ActiveRecord.php(459): IPS\_Db->insert('faq_items', Array) #2 [internal function]: IPS\Patterns\_ActiveRecord->save() #3 /home/SITE/public_html/init.php(460) : eval()'d code(120): call_user_func_array('parent::save', Array) #4 [internal function]: IPS\Patterns\rules_hook_ipsPatternsActiveRecord->save() #5 /home/SITE/public_html/init.php(460) : eval()'d code(324): call_user_func_array('parent::save', Array) #6 /home/SITE/public_html/applications/faq/modules/front/faq/main.php(183): IPS\rules_hook_ipsContent->save() #7 /home/SITE/public_html/system/Dispatcher/Controller.php(85): IPS\faq\modules\front\faq\_main->submitqnaform() #8 /home/SITE/public_html/applications/faq/modules/front/faq/main.php(25): IPS\Dispatcher\_Controller->execute() #9 /home/SITE/public_html/system/Dispatcher/Dispatcher.php(146): IPS\faq\modules\front\faq\_main->execute() #10 /home/SITE/public_html/index.php(13): IPS\_Dispatcher->run() #11 {main} After modifying the DB structure to the following:

    It seems to be a work around...
     But "question_seo" is storing the answer in SEO format, not the question... Which is why, this would need to be fixed, as it's clearly a bug.
    I also have another problem. When trying to make widgets of the FAQ's if it's set to all categories it displays this error:
    [[Template faq/front/widgets/faq is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]]  
  20. Confused
    Tripp★ reacted to TheJackal84 in FAQ ( Support Topic )   
    I will check it out, gotta laugh though 2 bugs and it is not looking good, did you see the bug fix IPS released on their latest software? it was a big long page, you can always go back and install a previous version if it is that bad
  21. Like
    Tripp★ reacted to Aiwa in Mobile App, Progressive Web App (PWA) For IPB   
    @TheWorldNewsMedia.org I'm not interested in this topic, or any debate.  Aiming your misguided tone toward me, however, is sorely misplaced. I don't drink the kool aid, and you assuming I do based on a contributor tag is short sighted and, frankly, insulting. 
    I made it clear IPS could do better with mobile in my comment. They also haven't ignored it. They may not yet have an answer for the feature set your looking for, but they haven't ignored it. The point of my comment, quit with the whining about mobile and do what you need for your community first.
    IPS has stated they aren't ignoring mobile, yet for some reason people like yourself keep belaboring on a topic focused on a specific mobile approach, PWA. 
    Instead, would it not be more constructive to focus on the feature set you're looking for? Mobile, that's a broad topic... What about mobile are you wanting solved? Leave out the HOW, and focus on the specific WHAT you need solved.
  22. Like
    Tripp★ reacted to TheJackal84 in Lottery ( Members Shop Add-On ) ( Support Topic )   
    yeah mate send me a PM with the info
  23. Like
    Tripp★ reacted to Daniel F in Clubs Enhancements   
    That's already possible in IPS since IPS 4.3 ?
     
  24. Thanks
    Tripp★ got a reaction from InvisionHQ in Clubs Enhancements   
    Feature suggestion: Currently you are able to set the amount of clubs people can make, is there anyway of moving this to the usergroup permissions table at all, so we can set it per usergroup? For example normal members can create 4 clubs, premium members can create 10 clubs and staff can create unlimited clubs?
  25. Like
    Tripp★ got a reaction from Kit_L in Quick request if you have 2 minutes...   
    I've got two that use the whole Invision/Envision thing.
    When I envisioned making my community; I knew it had to be with Invision Power. I've been using Invision Power Services since 2007; and I can't envision my community without it. My site isn't safe for work, but I'm not doing it for the clicks. ?
×
×
  • Create New...