Jump to content

tsdevelopment

Clients
  • Posts

    125
  • Joined

  • Last visited

  • Days Won

    1

Reputation Activity

  1. Like
    tsdevelopment got a reaction from GF_Safire in (itzverified) member verification   
    This is the support/feature request thread for (itzverified) member verification.
     
  2. Like
    tsdevelopment reacted to Brainy S. in (itzverified) member verification   
    I still consider this great support on your part that you looked into this and gave it a good go even though it turned out not to be practical. Thanks!
  3. Thanks
    tsdevelopment got a reaction from Brainy S. in (itzverified) member verification   
    Hi @Brainy S.,
    I have bad news. I looked into the templates. But I can not hook into the code without extreme overhead.
    For example I want to add the verification icon here:

    But the code looks like that:
    <ips:template parameters="$club, $members" /> <ol class='ipsAreaBackground_reset ipsList_reset ipsPad ipsGrid ipsGrid_collapsePhone ipsClear' data-ipsGrid data-ipsGrid-equalHeights='row' data-ipsGrid-minItemSize='170' data-ipsGrid-maxItemSize='400'> {{if \count( $members )}} {{foreach $members as $member}} [...] <h3 class='ipsType_sectionHead ipsMemberCard_name'> {$member['core_members']['name']} <-- This is where the hook must go </h3> [...] When I create a hook I can only access $club and $members, not the single member I need. So Invision should use a template to display the member name - then I could create a small hook to display the icon.
    I know I could create a hook to override the complete loop - but I don't want to do that. It's such a big change and could break every core update.
  4. Thanks
    tsdevelopment got a reaction from Brainy S. in (itzverified) member verification   
    I will have a look at the next weekend for that.
  5. Like
    tsdevelopment reacted to Brainy S. in (itzverified) member verification   
    I think it would be great if this also displayed a member's verification status icon when the member is listed as part of a Clubs member listing/pending application.
    Is there a bit of simple code you can suggest that I could try adding to the "member row" template for Clubs that would do this?
  6. Haha
    tsdevelopment reacted to Ramsesx in Hump Day: A Refresh Has Arrived!   
    After a quick and dirty calculation, you even win if you lose 30% of your customers. So, from a financially viewpoint it's a good business decision. And another plus, your support effort will be reduced too Congrats.
  7. Agree
    tsdevelopment got a reaction from WP V0RT3X in Hump Day: A Refresh Has Arrived!   
    No, this doesn't help b/c most of my plugins are available for free. There is a difference whether I have to pay 25$ each 6 months or 80$ at once. Would be better to have monthly payments and maybe to get a discount when someone pays the complete amount at once.
  8. Agree
    tsdevelopment got a reaction from ZLTRGO in Hump Day: A Refresh Has Arrived!   
    No, this doesn't help b/c most of my plugins are available for free. There is a difference whether I have to pay 25$ each 6 months or 80$ at once. Would be better to have monthly payments and maybe to get a discount when someone pays the complete amount at once.
  9. Agree
    tsdevelopment got a reaction from ZLTRGO in Hump Day: A Refresh Has Arrived!   
    Please provide monthly payments. This would be better. Or no renewal periods.
  10. Like
    tsdevelopment got a reaction from Matt in Hump Day: A Refresh Has Arrived!   
    No, this doesn't help b/c most of my plugins are available for free. There is a difference whether I have to pay 25$ each 6 months or 80$ at once. Would be better to have monthly payments and maybe to get a discount when someone pays the complete amount at once.
  11. Agree
    tsdevelopment got a reaction from -Flavi- in Hump Day: A Refresh Has Arrived!   
    No, this doesn't help b/c most of my plugins are available for free. There is a difference whether I have to pay 25$ each 6 months or 80$ at once. Would be better to have monthly payments and maybe to get a discount when someone pays the complete amount at once.
  12. Agree
    tsdevelopment got a reaction from The Old Man in Hump Day: A Refresh Has Arrived!   
    They should have given us one last chance to renew the license at the old price. Without notification of a price increase, many developers will think about stopping development. I will also think about whether it makes sense to continue working on (free) extensions.
  13. Agree
    tsdevelopment got a reaction from Davyc in Hump Day: A Refresh Has Arrived!   
    They should have given us one last chance to renew the license at the old price. Without notification of a price increase, many developers will think about stopping development. I will also think about whether it makes sense to continue working on (free) extensions.
  14. Agree
    tsdevelopment got a reaction from Noble~ in Hump Day: A Refresh Has Arrived!   
    They should have given us one last chance to renew the license at the old price. Without notification of a price increase, many developers will think about stopping development. I will also think about whether it makes sense to continue working on (free) extensions.
  15. Thanks
    tsdevelopment got a reaction from ZLTRGO in (itzverified) member verification   
    This message can be changed in the acp. Search for headline_become_verified_desc in your translations and change it to whatever you want.
  16. Like
    tsdevelopment reacted to Daniel F in Read markers not on content elements with no conainer   
    It seems that our amazing @Ryan Ashbrook rockstar located the issue, but I guess that it would be handy to still get the plugin to confirm that it was really this.
    Please just send an email to support@invisionpower.com mentioning this topic and asking to get it assigned to me with the plugin attached to the email.
     
    Thanks a lot for the cooperation 🙂
  17. Like
    tsdevelopment reacted to Stuart Silvester in Read markers not on content elements with no conainer   
    I can't say for sure, it is in our backlog however and will get addressed as we work through it.
  18. Agree
    tsdevelopment reacted to Daniel F in Read markers not on content elements with no conainer   
    Thanks.
    Based on our code ReadMarkers support Items without containers, so it's a valid bug which I have posted to our internal bugtracker.
  19. Like
    tsdevelopment reacted to IP-Gamers in (itzverified) member verification   
    /downloads/Attachments/itzverified_Verifications
    This is the only way it works. I figured it out myself ... Cool support!


  20. Like
    tsdevelopment reacted to IP-Gamers in (itzverified) member verification   
    Yes everything is correct. I am using the standard filesystem.
    {{if $verification->inProgress()}} <div> <img class="ipsImage" src='{file="$verification->photo"}' alt='{$verification->__get( $verification::$databaseColumnMap['title'] )}' itemprop="image"> </div> {{elseif $verification->isVerified()}} The problem is hiding here.
  21. Like
    tsdevelopment got a reaction from IP-Gamers in (itzverified) member verification   
    Ah, okay. So you use the local file system to store files or another one? I need as much information as possible to reproduce the issue. Please send me as much information as you can in a private message. Then I will try to find out what's going wrong here.
  22. Like
    tsdevelopment got a reaction from IP-Gamers in (itzverified) member verification   
    Hi,
    can you please verify that the images can be found on the file system? Maybe it's a permission or upload issue.
  23. Thanks
    tsdevelopment got a reaction from marco2306 in (itzverified) member verification   
    It does not make sense to include all groups b/c then all members would be verified. If you only want to allow specific groups to use the functionality then use the configuration "Gruppen" at the bottom. The options for primary and secondary group is there to tell the system whether to display a member of these groups as verified or not.
  24. Thanks
    tsdevelopment got a reaction from haqzore in (itzknotty) Facebook widgets   
    Correct. The plugin also provides a complete page with all posts and bigger images + comment from instagram.
  25. Thanks
    tsdevelopment got a reaction from GTAPoliceMods in (itzverified) member verification   
    Everything is possible 😉 But a complete formbuilder needs really much time... I will think it over.
×
×
  • Create New...