Jump to content

Wayne B

Clients
  • Posts

    454
  • 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 Wayne B

  1. Just now, Adriano Faria said:

    You can make a quick fix by a template. Do you want this or wait ?

    It's cool I can wait - It is not in use beyond admins as yet as I am waiting for the feature to bulk import email addresses to send invites which we talked about earlier in this thread that I believe you were planning for the next release.

    Thanks

  2. @Adriano Faria

    Strange Issue - My invites sit at 57 currently, if I receive a notification then the display changes to match the number of notifications I have received that are new. When I refresh the page it returns back to what it should be 57 Invites and 1 notification

    Snip20160131_39.png.e645eae3e3592ee60660

    Snip20160131_40.png.e8632113c2e0d825ffd5

  3. @Adriano Faria 

    It would also be good to allow a member to claim a new members as a member that they invited to the forum in case that member signed up without entering the invitation code in instances where it is not required to sign up and remains optional. I think this needs some kind of validation to confirm they did invite them so it may be one of the two following things are in place;

    • Members email address is on their Invite List and they  register without the code, it still shows as converted to the member that issued the invite.
    • In cases where it was word of mouth, the member that told them about the forum could claim that member was invited by them and it would then need the invitee to confirm that they were invited by this member.

    You may even feel it appropriate for someone registering on the forum to be able to enter a member display name as the person that invited them in place of the invitation code.

    Just a few suggestions to consider.

  4. @Adriano Faria

    Is there a way to import a number of email addresses and batch send them an invite - I have a database of users from a marketing campaign that I would like to use this for - I thought that is what the Batch Invite option might have done but I cannot figure it out. 

    Any ideas?

  5. On 23 January 2016 at 7:38 PM, Kevin Carwile said:

    Off the top of my head, I can think of some cool ways the invite system could be coupled with other apps using rules:

    • Event: Member sends an invitation
    • Event: Member registers from an invitation
    • Event: An invitation has expired
    • Event: An invitation has been renewed
    • Condition: Member was invited by another member
    • Action: Send an invitation for a member
    • Action: Give a member another invitation
    • Action: Expire an invitation
    • Action: Renew an invitation

    Just by adding a few ECA's, someone could start tying apps together with invites, such as giving out economy points to members when they send invites. Or giving them awards with iAwards when they reach a certain amount of recruits. Or granting another invitation when a previous one expires. Or posting a welcome topic when a member registers from an invitation. Or promoting a member to a new group based on their number of converted invitations or whether they were invited themselves.

    Hi @Adriano Faria

    I would also love to see this implemented - it gives a lot of flexibility to tie into many other events across the forum

    The options are endless.

    On 16 January 2016 at 8:09 PM, Kevin Carwile said:

    I'll take the load off for you. Just get me a copy of your app and I'll code the rules extension for you.

    Well done @Kevin Carwile for agreeing to code the ECA's 

    #TEAMWORK 

  6. 12 minutes ago, onlyME said:

    Hi all, V4.1.1 is out

    • Added 'all' checkbox for categories selection.
    • New setting to for the default no-image.
    • New option to get only specified contents (pinned, featured).
    • Never get archived topics.

     

    Threads with No Images are now appearing since this update even though the option is set not to display if no image exists?

  7. 6 hours ago, Mike John said:

    No not yet, have been preoccupied with critical IPB 4.1 updates. I'll be going through another round of bug fixes again but won't be for a few more weeks.

    Hi - the issue here is that it is not useable and I have paid for a product plus support yet it has already been 4 weeks since reported to you and you are saying a few weeks more. 

  8. @onlyME - If automatically pulling 'Forum' content from a specific forum - could we have an option to only display the content in the slider IF there is an image attached so that we never get the No Image showing? Not always do our members place an image within the content so I would want those stories to not be included in the slider if possible?

  9. 24 minutes ago, JiigSaaw said:

    Another trouble thing is when you disable app, so many forums & subforums appears on index page. It's not better to hide them ? By settings permissions on disabling ?

    Thanks you ;)

    Agreed - I had to edit all the category permissions

  10. 3 hours ago, JEFF MACK said:

    Getting an error when I click Unread Content in 4.1


    Fatal error: Access to undeclared static property: IPS\collab\Collab::$urlBase in /var/www/vhosts/condor1271.startdedicated.com/forum.brickpicker.com/system/Content/Item.php on line 957

    I am not 100% sure if this is your issue or 4.1 but I see the Collab words in there :)

    
    
    Fatal error: Access to undeclared static property: IPS\collab\Collab::$urlBase in /var/www/vhosts/system/Content/Item.php on line 957

     

    @Kevin Carwile

    Same here

     

    Fatal error: Access to undeclared static property: IPS\collab\Collab::$urlBase in /home/******/public_html/board/upload/system/Content/Item.php on line 957

  11. 7 hours ago, Kevin Carwile said:

    Yes, I need to find time to create some documentation for that. But basically, it can be used for all sorts of things. I know of a user who wanted to log changes made to the copyright field of images. For me, I needed a way to log time spent on project management tasks on ipsguru. But theoretically, it could be used to log achievements to a user, or milestones to a topic, or moderation actions in a forum, or.... whatever you want to keep a log of.

    In your instance, I'm not exactly sure what you mean by "overtime a member logs in", but the process is basically the same for any log you want to use.

    • Create the log in the Rules ACP under "Custom Logs" attached to whatever system entity (member, node, content) the log will be tracked to.
    • Add any additional log data fields you want to show in the log by adding "Log Arguments".
    • Through your own devised rules, simply add the action to add a log entry to the log in question whenever it is appropriate.

    As an example:

    On IPS Guru, I have a pages database for "tasks" that I use to track activity on specific tasks for custom projects. Through pages, I have a radio field that has two options for the task "In progress" and "Task Idle". I have enabled this database for collaborative use so that I can create tasks inside of collabs.

    Via rules, I have added a custom integer data field to the "task" content type. So with rules, I set the current date/time timestamp when the task is updated to "in progress", and then calculate how much time was spent on it when the task is updated again to "task idle". I create a log for the task when the session is started, and when it is ended and have added a couple custom log arguments so that I can log the total time for the session, and an overall time for the task. Works pretty good for my needs.

    Sorry Kevin that should have said every time a member logs in as a login log - predictive text grrrr

  12. 4.0.13.1

    No restrictions I know of no.

    1 hour ago, Mike John said:

    What version of IPB 4 are you using? Assume you've got no restrictions in place that might stop it from showing in the global hook?

     

  13. @Mike John

    No message any longer displays without using widgets - if I switch on the global hook and remove all widgets it never displays. Even if I create a default new theme with no logo customisation or anything I still get no message displaying using the global hook.

×
×
  • Create New...