Jump to content

Hunter Lyons

Clients
  • Posts

    280
  • Joined

  • Last visited

  • Days Won

    1

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Hunter Lyons

  1. I want to move from self-hosted to Community in the Cloud with a new project I am working on. But I am forced to use self-hosted, because 90% of the platform is gatekept behind higher pay... Why use Community in the Cloud, when self-hosting gives us the whole platform? Also, the marketplace is going away... This is heartbreaking and makes me want to jump ship to a different vendor. EDIT: Sorry, clarifying a bit: obviously Invision should make money. But this feels like Invision does not care about small-time customers anymore. Small-time customers willed this platform into existence. That departure saddens me. I cannot pay $1,000+ a month, but I can drop, say, $50 or $100 a month... Yet I miss out on features if I do that with Community in the Cloud. Hence, only self-hosted seems to make sense for my use case...
  2. I remember there used to be a list of devs that were for-hire on this website. Where did it go? And if it doesn't exist does anyone know of any good theme designers for hire?
  3. It looks like the Instagram login handler on the Marketplace is broken. Tried contacting the dev to no avail. Does anyone know of other ways to setup Instagram login integration?
  4. Has anyone heard from Mike John? This plugin is great, but it seems like he has disappeared, and I very much need support.
  5. I'm getting an error when accessing this form: https://www.argogaming.org/forms/4-new-member-initiation/ I have 3 other forms that work perfectly. I private messaged you info to access my ACP if that helps. Let me know if there's anything I can do to fix this. I'm not sure what caused it. I just set up this form a few days ago. @Mike John
  6. I think the staff directory could use some retouching. 1. Allow people to be added twice to the directory. Just give a warning if they're being added twice, so people don't do it by accident. In my org, some volunteers hold 2 or even 3 very important roles. It takes a lot of messing around to get that to actually be displayed on the directory. 2. When you add a Group to the directory, let us organize the people in that group. Sort by alphabet? Sort by age? Sort manually? etc. Usually when I add a whole group, I want to display the team lead or leads first, before the team members, which I can otherwise do but which takes extra work. 3. Make a 3-person and a 5-person template. 1, 2, and 4 team members per row doesn't fit every org. Most of my teams, for example, have 3 people per, and it looks odd: I understand I can manually make a new template, but I think this could be helpful options to ship with. 4. Custom fields could be useful here, maybe only if you own Pages? Extensibility in this regard would generally just be really nice. 5. Allow us to add other contact fields. For example, their email with a mail-to link, maybe social media handles, etc. I know I could do this with a plugin, but it would be wonderful to ship with. For us, we use Discord almost 24/7 for various business discussion and casual chats. So if we could post someone's Discord handle right here that would be great. Most of the time when our community messages us, they do so on Discord. Obviously this will vary by community, as different folks use different communications channels, so extensibility & customizability is key. This is just a rough list. Biggest thing I'd kill to see is just #1.
  7. So I've managed to use a number of Marketplace plugins to get a Pages database to behave essentially like a wiki. But I wanted to edit the template to look more like a wiki. Specifically, I want to move the author tag and reword it. So instead of "By Jane Doe on x y z" at the top left, I would have "Last edited by Jane Doe on x y z" at the bottom. Less focus on the author, and also emphasizing that it was an edit, not a post (as I have wiki-style editing enabled.) How could I achieve this? A custom Pages template? Is there a plugin for it? etc. My wiki on my site can be seen here: https://argogaming.org/wiki
  8. When you delete someone's pokes by clicking the ex on http://example.com/pokes/ it... acts weird. Before deleting I was #1 in pokes received and given. Chaos wasn't actually on the leaderboard. But I deleted my pokes with him (we had 1 poke) and it appears to have copied the pokes that I had onto his pokes.
  9. Waiting a bit to update. Everytime we've updated before we've had loads of problems so we usually wait 2 or 3 patches. Otherwise we'd be spending hours and hours fixing problems updating IPS and fixing problems with it and we don't have the resources for that. D:
  10. Just tried that, and even on the default IPS theme the problem continues.
  11. Last I iinstalled in the last few months is the rainbow link plugin, hah. Just disabled it- asked one of my users and they said the problem still exists.
  12. Seems to be mostly Chrome. I had 2 more users tell me just today. It's very odd- this has cropped up out of nowhere in the last week. ACP details sent in pm. The actual form affected is here. Not sure if other forms are affected, my users only really use that one. Edit: Here's a gif one of the affected users showed displaying problem #1, the ticking thing.
  13. I've had 4 people report that 2 things are broken: 1) When they tick a yes/no box it doesn't tick. It slides and reverts. It works fine for me though. 2) The image upload does not work. https://www.tyrenale.net/forms/2-whitelist-application/ That's where this happens. Please help. This is urgent. This is the gate to entry for my community.
  14. You can insert an advertisement after the first post of each topic. This would be through the ACP itself. System -> Promotion -> Advertisements and create a new ad. Then set the location to be there.
  15. Since installing this, and vehemently advertising its features to my users, I'm yet to get a single person to actually register from invitations... while countless have found us through other means. Email isn't the best solution for this. Please consider adding referral link functionality to this plugin, or even as a separate addon to this plugin which costs money on its own. Gamers and many other niches don't actively use email. They use Skype, Steam, and other social platforms like that. Having a referral link users can generate to invite others would make this hook so much more worth it.
  16. You can report shoddy devs to @AndyF if you think they did not provide reasonable fixes etc and just left a broken plugin on the Marketplace. But trust me- from my experience, and I've bought a few of their plugins, Raw and Morrigan are great.
  17. @Elena-Viorica It is. I run it on my site and have experienced no problems. Morrigan and Raw are also very active and will help with any problems you encounter as well.
  18. That fixed it! Oops, my bad.
  19. Here it is: SELECT pokes_pokes.*, COUNT(id) as total FROM `pokes_pokes` WHERE toId=3 AND fromId = 129 IPS\Db\Exception: In aggregated query without GROUP BY, expression #1 of SELECT list contains nonaggregated column 'forum.pokes_pokes.id'; this is incompatible with sql_mode=only_full_group_by (1140) #0 /var/www/html/system/Db/Select.php(346): IPS\_Db->preparedQuery('/*IPS\\pokes_hoo...', Array) #1 /var/www/html/system/Db/Select.php(402): IPS\Db\_Select->runQuery() #2 /var/www/html/system/Db/Select.php(329): IPS\Db\_Select->rewind() #3 /var/www/html/init.php(435) : eval()'d code(16): IPS\Db\_Select->first() #4 /var/www/html/system/Theme/Theme.php(717) : eval()'d code(2703): IPS\pokes_hook_pokesCheck->pokesCheck() #5 [internal function]: IPS\Theme\class_core_front_profile->profileHeader(Object(IPS\Member), false) #6 /var/www/html/system/Theme/SandboxedTemplate.php(57): call_user_func_array(Array, Array) #7 /var/www/html/system/Theme/Theme.php(717) : eval()'d code(1251): IPS\Theme\_SandboxedTemplate->__call('profileHeader', Array) #8 [internal function]: IPS\Theme\class_core_front_profile->profile(Object(IPS\Member), '\n\n\t<div class='...', Array, Array, Object(IPS\Db\Select), Object(IPS\Http\Url)) #9 /var/www/html/system/Theme/SandboxedTemplate.php(57): call_user_func_array(Array, Array) #10 /var/www/html/applications/core/modules/front/members/profile.php(344): IPS\Theme\_SandboxedTemplate->__call('profile', Array) #11 /var/www/html/system/Dispatcher/Controller.php(94): IPS\core\modules\front\members\_profile->manage() #12 /var/www/html/applications/core/modules/front/members/profile.php(64): IPS\Dispatcher\_Controller->execute() #13 /var/www/html/system/Dispatcher/Dispatcher.php(129): IPS\core\modules\front\members\_profile->execute() #14 /var/www/html/index.php(13): IPS\_Dispatcher->run() #15 {main} And also... Error code: EX1140
  20. I think Pokes may be breaking profiles on my site. When I access them I get a big error that says "SELECT pokes_poke.*" at the beginning. http://tyrenale.net How can I fix this?
  21. I've had user 4 different users who are using Firefox report that it says "Error for site owner: invalid domain for site key" when they attempt to submit a form. What? http://tyrenale.net/forms Works just fine on Chrome though.
  22. Ah, awesome! Forgot to update, hah. My bad.
  23. Tested it on a localhost install of 4.1.9 and also had the same problem. ^^
  24. It doesn't seem to work on 4.1.10 - the "Send New Invitation" takes people to /settings/invitations but it's a blank page. Possibly a problem with the new settings layout?
×
×
  • Create New...