Jump to content

jair101

Clients
  • Joined

  • Last visited

Everything posted by jair101

  1. When you go in Support page, the redis server data on the right widget is clickable and leads to the page you are looking for.
  2. 3 minutes is my caching time if it helps. Maybe try to reduce this from 15 minutes just as a test? I don't think I changed much from the default redis settings either.
  3. Its a custom profile field with custom templating. Something like this: So if he entered Leicester in the field, the following image will be displayed: /path_to_logos/Leicester.jpg Thats a very rough example, feel dree to add styling, dimensions, etc.
  4. @sadams101, how big/active is your community? Mine is medium size, but the amount used by redis look really small. 500k posts ,200 online at active hours.
  5. While Zapier will help, it will probably replace not more then 5% of the functionality of this app, at least in the beginning. - Can't mass message/notify your memberbase, zapier pricing skyrockets after 2k tasks - Doesn't have the custom data fields that Rules has. - It will be at least few years until it can even remotely match the available in Rules trigger/conditions/actions. So yeah, it is the next best thing, but it is very far from being able to challenge it.
  6. jair101 replied to Adriano Faria's post in a topic in Marketplace
    Then maybe a field for the iso code would be helpful? I guess it might break things if users input random string there. Its the permanent tradeoff between user friendliness and flexibiilty 🙂 By the way, for the related books themselves, isn't there an books api call as well? The search by title sounds kinda rough, although it will at least capture sequels under the same umbrella title.
  7. jair101 replied to Adriano Faria's post in a topic in Marketplace
    Its been a while since I saw something inspiring on the marketplace! Does the Google Books integration works only on ISBN? It is not possible to search by title, see suggestions, etc? Suggestion/Idea: will it be possible to automatically populate user data from goodreads? Basically a way to kickstart the library as asking users to transfer data they already have at another place won't yield the best results. It can be great if they can link and periodically sync their goodreads account. I might be interested in sponsoring this too if it is not extremely involved.
  8. jair101 replied to Mike Gholson's post in a topic in Feedback
    May I ask you, how did you get the facebook one working? Do you use different apps for login and promotion and what are the settings on the promotion app? Is it in dev mode or did you get the permissions from facebook? If you got the permissions, how? Sorry for the many questions, I am still looking for someone that has fb promotion working as it should 🙂
  9. Sounds like a good motivation tool to "clean" the counter by reading the board 🙂 I guess an option to disable it might be useful though, many users will consider it nagging.
  10. jair101 replied to Makoto's post in a topic in Marketplace
    I was one of the first people that purchased this, but I didn't renew, because the renewal period fell within a period of inactivity by you and I wasn't sure this won't be abandoned. Now I see that I am unable to just renew and I have to buy it again. Is it like it is supposed to be or there is something funky going on?
  11. jair101 replied to Makoto's post in a topic in Marketplace
    Can't remember and I have destroyed my test instance, but was it possible to view the tags in Acitivity Stream or like ATP they apply only in forum, topic list, etc?
  12. I'll appreciate that. My registration is from yesterday via google - G***** P****
  13. Interested in Stratagem for travel planning purposes - i.e. the cards will be book a flight, book hotel, rent a car, etc. Is there a possibility for default start up set of cards or it always start from blank slate? Is there a possibility to demo all functionality, does your site offers this option?
  14. Yeap, shoot 🙂
  15. Much better now 🙂 Few suggestions, feel free to ignore them as I see that unfortunately the interest in this plugin is not big 😕 . For me it has the potential to be a huge time saver. - the moderator who moves/edits/hides the content should be the one pm is coming from. This way if the member has questions, he can directly address them as a reply to the message to the moderator who performed the action - if it is possible, it will be great if the link points directly to the moved content and not just to the main topic.
  16. Hi @Mike John, I tried applying the manual change. Admittedly, it is possible that I made some error, I tried editing manually the files, moving items did nothing. Then I edited the xml file, reuploaded it, then for some reason it did not want to save changed settings. I removed it, installed it again with the changes applied and now I receive the following: Error: Call to a member function url() on bool (0) #0 /home/nginx/domains/example.com/public/init.php(816) : eval()'d code(192): IPS\Content\hook1037->returnPMTagValues(Object(IPS\Member), 'move', Object(IPS\Member), NULL, true) #1 /home/nginx/domains/example.com/public/init.php(816) : eval()'d code(139): IPS\Content\hook1037->_sendPM('move', Object(IPS\Member), NULL) #2 /home/nginx/domains/example.com/public/system/Content/Controller.php(3177): IPS\Content\hook1037->move(Object(IPS\forums\Topic), true) #3 /home/nginx/domains/example.com/public/system/Content/Controller.php(2011): IPS\Content\_Controller->_multimod('IPS\\forums\\Topi...', Object(IPS\forums\Topic)) #4 /home/nginx/domains/example.com/public/applications/forums/modules/front/forums/topic.php(1038): IPS\Content\_Controller->__call('_multimod', Array) #5 /home/nginx/domains/example.com/public/system/Dispatcher/Controller.php(85): IPS\forums\modules\front\forums\_topic->__call('multimodComment', Array) #6 /home/nginx/domains/example.com/public/system/Content/Controller.php(50): IPS\Dispatcher\_Controller->execute() #7 /home/nginx/domains/example.com/public/applications/forums/modules/front/forums/topic.php(39): IPS\Content\_Controller->execute() #8 /home/nginx/domains/example.com/public/system/Dispatcher/Dispatcher.php(152): IPS\forums\modules\front\forums\_topic->execute() #9 /home/nginx/domains/example.com/public/index.php(13): IPS\_Dispatcher->run() #10 {main} Again, it might be due to the manual hacking. But it didn't work initially when I tried applying the change manually either.
  17. I have disabled the ftp access, I will let you know later if I enable it again. But yeah, I want the topic title to be linked to the new place of the comment or if it is not possible to link the comment directly, at least link to the new topic it is in.
  18. jair101 replied to DawPi's post in a topic in Marketplace
    2. is ok, I had to modify the url regular expression as my link did not had any parameters at all. Changing it from *.example.com/*?* to *.example.com/* worked fine and the parameter is added correctly now. As a feature suggestion, will be difficult to add also not only inclusion, but exclusion url expressions? Right now we add the parameters to all matched urls, but it might be useful if there is a possibility to add it to all but matched urls as well: Add param="A" for all urls that do not contain param="B". This can be useful if you want to have more then one approved parameters or to protect a very specific parameter from being overwritten. Hm, I guess it can be done with more creative regular expression, will something like this work? https://stackoverflow.com/questions/2964645/regex-not-equal-to-string I have to try I guess 🙂 There is a bit of a learning curve, but very powerful app, thanks 🙂
  19. jair101 replied to DawPi's post in a topic in Marketplace
    I have just added this and I have some questions. 1. Do I need to explicitly list all parameters that I want to keep? For example I have this url: www.example.com/aid=1111&label=222. I want to change aid to 1212, I add it in the list, then the modified url is www.example.com/aid-=1212 only, the label one is stripped. Is this the correct behaviour? I am afraid I don't know all the other parameters this website might add to the url... 2. I don't see an option to separately add or replace a parameter. If my link does not contain the parameter I add, it seems it is not added...
  20. Hi @Mike John, I just bought this and trying it out. Is it possible that when we move a post, the new location is as a link and not just text? Right now it says "your post is moved to this new topic", but it is plain text and the user needs to look for the topic himself, which is not very user friendly.
  21. I want to highlight that there are use cases when the default emojis should be on the top 😉 On my community, I prefer the old and outdated custom emojis at the bottom. This way people will slowly convert to the newer ones without me having to deal with the drama that unfolds when you disable the old emojis. Putting the old ones on top will be like there are no newer ones at all 🙂 In a nutshell: we need an option to organize the categories as we perfer.
  22. Does it support action for moved posts from one thread to another?
  23. @MIXOH, does the new version fix this?
  24. How does organizing a competition works? For example, I want to run a competition for June, does it mean that entries are accepted only until end of May, then no additional submissions can be added? Or it is on an "always open" basis and on a 30th of June we can submit an entry that can win theoretically the entire competition? I posted earlier about some anonimizing options, I suppose these are not implemented yet.
  25. I can echo only what the other reviews and opentype's marketplace submissions state - his work is fast, competent and of high quality. I am very pleased he agreed to help me with a pages template on an area of my website I did not want compromises with. The communication was easy and straight to the point. Highly recommended.