Jump to content

Giray

Clients
  • Posts

    651
  • 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 Giray

  1. 1 hour ago, rebraf said:

    At this time, triggers have to be something that "happens", rather than something that "doesn't happen". In order to do what you are suggesting, the application would (likely) have to constantly loop through all users trying to determine if they haven't posted over a period of time, and then initiate the campaign if so. This would be quite taxing on a moderately-sized site, let alone a large site. There could be clever ways around this, but they'd have their own drawbacks.

    Thx for such a prompt reply. Got it! This said, re-engaging members after x-time of absence is so important. Shame we can't find a way. In the back of my mind, I thought we had it once. Not sure if it was on IPB, vB or Xen. But there was a plugin that did that... I think 🤫

    Anyway, as soon as my other subscription runs out, I'll switch to Drip. I like what you've done.

  2. 1 minute ago, InvisionHQ said:

    Unfortunately I don't have an ETA, I will try to release everything this month, but I can't guarantee anything. There is also 4.6 around the corner and I need to review a lot of apps.

    Wow, thank you. More information than I had hoped for. Now I'll stop bugging you 😇

  3. On 4/28/2021 at 3:59 AM, InvisionHQ said:

    yes, is one of the first things I will add.

    @InvisionHQ Ballpark question: would sub-forums in clubs be something you think you could add in a matter of a few weeks or several months? I'm just not sure of how difficult an ask this is.

    I'm having a discussion with a client this Wednesday and it would be helpful for me to manage his expectations 🥸 I repeat my offer to chip in a few dollars 💚

  4. On 4/27/2021 at 2:33 PM, Chris Anderson said:

    Is there any way of creating nested forums within a club?  If it isn't something currently available can such functionality be added?  I would be willing to sponsor such functionality if it could be done.

    I'm not rich, but I would be willing to chip in for this too.

    On 4/28/2021 at 3:59 AM, InvisionHQ said:

    yes, is one of the first things I will add.

     

  5. 1 hour ago, Chris Anderson said:

    At this point in time @InvisionHQ seems to be the only developer willing to take on the challenge of adding additional club enhancements outside of the functionality that the Members Shop provides.

    Agreed. I actually have it installed. But if memory serves, he had mentioned that it was simply not possible because of 'nodes'? I would pay for that ability right now, it would be very very useful to us.

    NEVER MIND. I'M AN IDIOT. I was the one having the conversation with him. Seems like he might do it.

    If there was a mic drop smilie, I would insert it, followed by taking a hammer to my own head. 🔨

     

    **EDIT**

    Oh, funny. Just went over there to post and saw that you were on the conversation too @Chris Anderson. I think I'll go take a long nap.

  6. 35 minutes ago, IP-Gamers said:

    There are no subforums in the clubs.

    Thanks. Yup, I know that, use them a lot. But I could have 'sworn' that I read somewhere that there were some on the horizon. 4.6? One of the plugins? Shame that this does not happen, it would be a big deal for us.

  7. I think I might be losing it 😰 I really thought I had read somewhere, recently, that we were getting subforums for clubs. Did I dream it or did I read it somewhere. This is a serious question, not trying to prod the beast (well, maybe a little 😉

    Anyone. And tell me nicely, I'm older now 💤

  8. A little confused.

    I created a customized theme. How come I cannot see the stock CSS files? None are there. Note that the </> does not appear next to the customized theme.

    All I see is my custom CSS file.

    Hmm. Help?

    Thanks all.

    Screen Shot 2021-04-28 at 2.59.47 PM.png

  9. Hi. I think so.. hmm. When I invite someone, for now I can only put the invitee name and email. Thought it would be good to add a note there. Am I thinking of a different app? 🥶

  10. Searched, could not find, so thinking out loud...

    It would be useful to have a note field where a personalized message could be added. Currently, the phrase message goes out, whereas I think it would be nice to be able to add a personalized note. Maybe it could be above or below the stock message with an added title: Personal note from {xyz}:

    This is especially useful for forums where the user has a weird username. The one receiving the invite may have no idea who BlueDonut76 is?

    Thoughts?

  11. Does anyone know of a way, short of going into SQL, of finding all of the members who do not have a password set? This happened because I imported a large number of members without a password and did not send them an email, now I have to sort through and find out which one of them does not have a password. Obviously, as a last resort, I’ll dive into SQL.

  12. Example: trying to force reset password. To so so I need to pick dates, for example join date, with a from and to picker. I cannot for the life of me figure out what those two dates mean. Is it from 00:01 AM? From 23:59? For example, if someone joined today 04/21 and I want the system to send them an email, do I put

    1. 04/21 to 04/21,
    2. 04/20 to 04/21 or
    3. 04/20 to 04/22?

    🥸

  13. On 4/18/2021 at 6:23 PM, Adriano Faria said:

    It isn’t finding the data store file for the Raffles groups. Have you browsed any public page of the app then tried again on ACP?

    What’s the exactly steps to reproduce?

    Sorry for the delay. Was away.

    No, I haven't because I can always solve the problem by just clicking on the raffles setting in ACP. Let me try to reproduce while making a video screen capture. Will revert.

  14. Hi Adriano.

    Not sure if it's Raffles related, but I have a weird problem. When I try to create a new member group, I get the error I've pasted below. I then simply to to the Raffles settings or categories tab, just click on it, do nothing else, then when I come back to the member groups, I can create a member group normally. I've reproduced this several times now. Thoughts? Thanks.

    OutOfRangeException:  (0)
    #0 /home/mysite/public_html/system/Data/Store.php(188): IPS\Data\_AbstractData->__get('rafflesGroup')
    #1 /home/mysite/public_html/applications/raffles/sources/Members/Members.php(44): IPS\Data\_Store->__get('rafflesGroup')
    #2 /home/mysite/public_html/applications/raffles/extensions/core/GroupForm/Raffles.php(36): IPS\raffles\_Members::getGroupData(NULL)
    #3 /home/mysite/public_html/applications/core/modules/admin/members/groups.php(207): IPS\raffles\extensions\core\GroupForm\_Raffles->process(Object(IPS\Helpers\Form), Object(IPS\Member\Group))
    #4 /home/mysite/public_html/system/Dispatcher/Controller.php(90): IPS\core\modules\admin\members\_groups->form()
    #5 /home/mysite/public_html/applications/core/modules/admin/members/groups.php(39): IPS\Dispatcher\_Controller->execute()
    #6 /home/mysite/public_html/system/Dispatcher/Dispatcher.php(152): IPS\core\modules\admin\members\_groups->execute()
    #7 /home/mysite/public_html/admin/index.php(14): IPS\_Dispatcher->run()
    #8 {main}

     

  15. 10 minutes ago, Adriano Faria said:

    Not there. I have absolutely no idea. Will take a look when I have to upgrade it again.

    Thanks. No worries for now though. I may be able to import the person's registration IP and that should set the country automatically 😇

    **edit**

    Worked perfectly. As long as you have the member's IP address, the import feeds right in 😉 Happy.

  16. Just now, Adriano Faria said:

    Not there. I have absolutely no idea. Will take a look when I have to upgrade it again.

    Thanks. No worries for now though. I may be able to import the person's registration IP and that should set the country automatically 😇

  17. Hi Adriano.

    I need to import users (often). I just tried using the IPS import via CSV function. I noticed that the Country does not appear as one of the import fields. Did I miss it or is it not there? If not there, could it be?

    Thx.

×
×
  • Create New...