Everything posted by Adriano Faria
-
Books
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.
-
Members Shop ( Support Topic )
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.
-
Download Coupons ( Support Topic )
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.
-
Linked Accounts - Post As
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;}}
-
Books
Create categories. Give groups the proper permission. Click in + Create menu, choose a category and type the ISBN. Save.
-
Books
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.
-
Members Shop ( Support Topic )
It adds the points beside the number of posts, so it should be compatible with any theme.
-
Invite System
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.
-
Members Shop ( Support Topic )
The theme must be compatible with IPS 4.6 at least.
-
Invite System
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.
-
Media Uploader (Support Topic)
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.
-
Books
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?
-
Linked Accounts - Post As
- Members Shop ( Support Topic )
Send a message with your board URL and an admin account. I’ll try to take a look before Monday morning.- Members Shop ( Support Topic )
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?- Contact Us - Captcha
It has for guests. This resource adds for other groups too.- Contact Us - Captcha
- Members Shop ( Support Topic )
What shows in the log? I didn’t touch the statistics page yet.- Enhanced Links Moderation
Works but will not show in your 4.7 Marketplace Admin CP. Currently awaiting for IPS approval.- 4.7.1 Beta 2 - Future publishing - topic's 'Publish' information isn't updated when editing a topic
Yes, if the topic isn’t published yet (is in a future date) you should have the option to change the date or publish it immediately.- 4.7.1 Beta 2 - Future publishing - topic's 'Publish' information isn't updated when editing a topic
I think the error here is to show the field when editing a topic. Once the topic is created, it shouldn’t be there as it is already published.- Incorrect topic timestamp, edit in database?
Not recommended to manipulate database directly. A suggestion:- Is it possible to let only the topic starters to reply/post in their topics ?
Not tested in 4.7 yet.- Remove version number could be an attack vector
Example: you can go directly to the version json file for each app you have installed.- Crowdfunding
What's New in Version 1.5.3 Fix: https://invisioncommunity.com/forums/topic/439430-crowdfunding/?do=findComment&comment=2899814 Fix: https://invisioncommunity.com/forums/topic/439430-crowdfunding/?do=findComment&comment=2899859 New setting to accept donations using Account Credit. Removed categories (hard coded) block; it is available now as a widget. - Members Shop ( Support Topic )