Jump to content

Adriano Faria

Clients
  • Posts

    31,855
  • Joined

  • Days Won

    475

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Projects

Release Notes v5

Invision Community 5 Bug Tracker

Forums

Events

Store

Gallery

Everything posted by Adriano Faria

  1. The error is due to a hook in Videos app not being able to load a member/group. Sticky Notes is in the position #11 in the log and its hook only loads a JS/CSS. The error is due to #0, which leads to a hook in #2.
  2. Added as option in the widget: If you choose NO, then the old template is back.
  3. Do you have FTP access to your server to upload a couple of files (fix)?
  4. Will take a look.
  5. His last visited date is hidden. How do you know? Viewed a private message or something?
  6. There are no issues, AFAIK. If you mean the cosmetic fix in the profile tab, sorry, I really don’t have time yet. Still missing some apps (and customs) to test and update to 4.7. If it is something that is crashing your board, then let me know. All the “tables” will have to be done again; they’re using <table> instead of ipsColumn so it will take time. The other stuff are suggestions. No ETA is the default answer. Always. 👍
  7. Comes from Commerce: 'reply' => "Reply",
  8. show_all is a language bit added by Forums app: 'show_all' => "Anytime",
  9. Here goes the old template: {{if $member->member_id}} <div class='ipsBox'> <div class='ipsPad_half'> <div class='ipsType_center ipsAreaBackground_light ipsPad_half'> <h3 class='ipsType_sectionHead'>{$pointsName}</h3><br> <ul class='ipsList_inline ipsSpacer_top ipsSpacer_half'> {$points} </ul><br /> {{if \IPS\Settings::i()->ms_enable_point_sale}} <a href="{url='app=membersshop&module=shop&controller=main&do=purchasePoints'}" data-ipsDialog data-ipsDialog-title='{lang="ms_buy_points"}' data-ipsDialog-size='medium' class='ipsButton ipsButton_small ipsButton_fullWidth ipsButton_primary'>{lang="ms_buy_points"}</a> {{endif}} </div> </div> </div> {{endif}} Change it in your install. Template membersshop -> front -> widgets -> memberpoints
  10. Here goes 2 ways to add a book (existing book!) to a shelf: via book (in the book view) via shelf -> Add book -> selecting an existing book
  11. No, mate! Create the categories and add books to them and after that go to your shelf and choose any existing book (from anyone, not only the ones you submitted) by typing its name in that popup and add it to the shelf. You don’t add books to shelves directly; you select existing books! Shelves is just a showcase of existing books from the categories! I will make a screen video later.
  12. Edit the template. I have no idea, mate. I don't use this app as you know. I've developed exactly what you requested and paid and confirmed it was ok. If it isn't, explain here and I'll take a look when I'll have to update it again.
  13. Let me know if you have FTP access to your server; I'll send the fix via message if you don't want to wait for it to get approved.
  14. If you want to fix it now and don't want to wait for the time it may took to get approved, edit your theme in the template linkedaccounts -> front -> global -> linkedAccountsGlobalLink and find: {{$cnt = isset( \IPS\Data\Store::i()->linkdedAccounts[ \IPS\Member::loggedIn()->member_id ] ) ? \IPS\Data\Store::i()->linkdedAccounts[ \IPS\Member::loggedIn()->member_id ] : 0;}} Change to: {{$cnt = isset( \IPS\Data\Store::i()->linkdedAccounts[ \IPS\Member::loggedIn()->member_id ] ) ? \IPS\Data\Store::i()->linkdedAccounts[ \IPS\Member::loggedIn()->member_id ]['accounts'] : 0;}}
  15. Create categories. Give groups the proper permission. Click in + Create menu, choose a category and type the ISBN. Save.
  16. Nope, that’s not how shelves works. You can only add existing books (in the app) in shelves. It is requesting a book, as you can see, not the ISBN. So type a book title already added to the app instead.
  17. It adds the points beside the number of posts, so it should be compatible with any theme.
  18. Not going to happen. I like to concentrate my efforts in things I do really feel will aggregate some value to the resource. Not the case here, which I’ll waste time developing to the end of the day, the invitee be required to provide email address in registration process. You should ask to the same dev you will probably find to make the points system to you.
  19. The theme must be compatible with IPS 4.6 at least.
  20. What do you suggest? Email address is still required for everything out there when you create an account. It IS required to create an account on IPS so it has a lot a point to me.
  21. I’ll take a look. Does it work in a regular category? That makes no sense because a club feature uses same controller and templates from a regular category, with a few templates additions. Will take a look.
  22. Not sure I follow. I tested it a month ago in 4.7 and worked fine. Do you type the ISBN on book post screen, it retrieves the book data and then shows an error (missing ISBN) when you try to save?
  23. Send a message with your board URL and an admin account. I’ll try to take a look before Monday morning.
  24. Edit the widget template and leave it as you want. This version adds this new column. Not sure why it didn’t add to your install. Is it working after re enter the items?
×
×
  • Create New...