Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Kevin Carwile Posted April 3, 2015 Author Posted April 3, 2015 (edited) this for IPB 3.4.x must be a burner....I don't follow. What does that mean? I don't think this application is even possible in the 3.4.x line of IPB. Edited April 3, 2015 by Kevin Carwile
Vikestart Posted April 3, 2015 Posted April 3, 2015 That's correct. You can't set a whole topic as a best answer. You have to set a specific post (topic comment) as the best answer. Rules knows this so the only selectable option in the event to set as the best answer is "The created/updated Topic Comment". By the way, I would also add another condition into your rule that checks if a best answer is NOT already set before you set the best answer and lock it. This way once a best answer is set, it won't be set again automatically. auto-resolve-qa-for-amas-revised.xml Yup, sorry, I was thinking about the topic lock and got all confused Still doesn't work though. The topic (question) is not locked and the answer is not marked as the best answer.
Kevin Carwile Posted April 3, 2015 Author Posted April 3, 2015 I'll PM you and help you use the debug tools to find out what's going on. Vikestart 1
Pete T Posted April 6, 2015 Posted April 6, 2015 using RC7a and i have following error when install your item in Admin CPWe could not parse the application.json file for this application because it is missing or corrupt. Please contact the author for an updated copy of this application.
Vikestart Posted April 7, 2015 Posted April 7, 2015 Found a potential issue. When I run the Support tool from within the ACP, I get this:There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are:ALTER TABLE `rules_arguments` CHANGE COLUMN `argument_custom_action_id` `argument_custom_action_id` INT (11) NOT NULL DEFAULT 0 COMMENT '';
Wayne B Posted April 7, 2015 Posted April 7, 2015 I get the same and it doesn't correct it using the fix automatically option the error returns
Kevin Carwile Posted April 7, 2015 Author Posted April 7, 2015 using RC7a and i have following error when install your item in Admin CPWe could not parse the application.json file for this application because it is missing or corrupt. Please contact the author for an updated copy of this application.You may want to redownload the archive. Sounds like some sort of file error. If you still need help with it, PM me directly.Found a potential issue. When I run the Support tool from within the ACP, I get this:There are some problems with your database. Normally it is safe to try to fix these problems automatically however if your community is large, you may want to run the necessary queries manually. If so, the queries to run are:ALTER TABLE `rules_arguments` CHANGE COLUMN `argument_custom_action_id` `argument_custom_action_id` INT (11) NOT NULL DEFAULT 0 COMMENT '';That ACP tool is finnicky. Your database is OK.
Kevin Carwile Posted April 7, 2015 Author Posted April 7, 2015 I get the same and it doesn't correct it using the fix automatically option the error returnsIts because the problem is with the tool, not your database.
Tanja Posted April 7, 2015 Posted April 7, 2015 Hello! I see so many potential uses of your app that I can't wait to upgrade our community to see it in action One use case I have in mind (and would like to know would it be possible) is described below. We run a travel community where people share their experiences through Albums in Gallery and Articles in Pages. Categories in both apps are destinations, and they are the same for both apps. When someone posts an album or an article we have to approve it and that way we know that what he shared is valuable. Also, users participate in forums about a specific destination (these categories aren't identical to the ones in Gallery and Pages but can be related to one another). Based on all of that activity throughout the suite in specific categories (destinations in our case) we would like to identify (and point out in some way) members that are Experts for a particular destination. Do you see a set of rules that would make this possible? Thanks!
Pete T Posted April 7, 2015 Posted April 7, 2015 i downloaded the file again and unzip the zip files click install within Admin CP and click .tar file get same error We could not parse the application.json file for this application because it is missing or corrupt. Please contact the author for an updated copy of this application. but noticed would create files with application folder but not in its own folder if that makes sentence so made rules folder moved all files and installed fine.
Kevin Carwile Posted April 7, 2015 Author Posted April 7, 2015 @Pete T You are obviously having some technical issues that need further investigation. PM me with the login details to your board as I suggested and I can help you sort them out.
Kevin Carwile Posted April 7, 2015 Author Posted April 7, 2015 Based on all of that activity throughout the suite in specific categories (destinations in our case) we would like to identify (and point out in some way) members that are Experts for a particular destination. Do you see a set of rules that would make this possible?Definitely. Once you've officially upgraded to IPS4.0 let's revisit this and figure out the best way to go about it! Tanja 1
Collin Sexton Posted April 12, 2015 Posted April 12, 2015 Hey all!I'm trying to use this as a "Credits/Points" system, if possible. I basically want to create a numeric field that a user can see, labeled "Credits", and want to add to the value each time content is posted in certain forums. If it is possible to create a rule that if a post count increases, the credits increase, that would be great as well, as I'd only like the credits to be added within certain forums. I've been playing around with this, and personally don't have any clue how to do this, and I'll keep researching to see if I can find some additional help as well. Is there any way to achieve this?
Kevin Carwile Posted April 13, 2015 Author Posted April 13, 2015 I'm trying to use this as a "Credits/Points" system, if possible.Hi Collin,Check out the "Prestige Reputation System" example in the rules starter pack. It is very similar:In order to display the field data in your template, you'll want to add the following template tag:{expression="$member->getRulesData( 'fieldkey' )"}
Collin Sexton Posted April 13, 2015 Posted April 13, 2015 Hi Collin,Check out the "Prestige Reputation System" example in the rules starter pack. It is very similar:In order to display the field data in your template, you'll want to add the following template tag:{expression="$member->getRulesData( 'fieldkey' )"} Thanks!! So the template tag needs to be added to the user-facing template, correct? LIke if I wanted to display it in postbit?
Kevin Carwile Posted April 13, 2015 Author Posted April 13, 2015 Not sure what postbit is, but yes, it goes into a user facing template on the theme layer. Also, you'll need to make sure that the $member variable is available in whatever template you are adding it to. Collin Sexton 1
Collin Sexton Posted April 13, 2015 Posted April 13, 2015 Lol, forgive me for saying postbit, I was helping another user with a free forum software that needed something added to the postbit (area located by the post). I meant under the avatar Sorry about that!
Collin Sexton Posted April 13, 2015 Posted April 13, 2015 I apologize for asking so many questions. Would it be faster to import the Prestige system, and then customize it, or start from scratch? I've had a very difficult time trying to figure out what conditions to change, etc. Thanks!
Kevin Carwile Posted April 13, 2015 Author Posted April 13, 2015 I'd import it and take a look at how it works. You may be able to use it as is with a few tweaks to fit your needs.
icedream Posted April 19, 2015 Posted April 19, 2015 Great application, while I am wondering if you we can1. Add the "File/attachment is downloaded" triggler?2. Add custom field to the post? I know we can add it to the topic.3. I have set a custom field to Member Data, but where can I fill in this field?
Kevin Carwile Posted April 19, 2015 Author Posted April 19, 2015 1. There will be an expansion pack coming for downloads which will add ECA's for files. Even though post attachments arent necessarily part of the downloads app, I will include triggers for all downloads in this expansion pack.2. Shouldn't be a problem. 3. Only through rules and the member edit screen in the ACP. I had some technical difficulties finding a practical hook point on the front end for public edit mode. I'lI work it out.
socceronly Posted April 24, 2015 Posted April 24, 2015 Could I use Rules to create Forum Topic in a specific forum when an Event is made?So it functions the same way creating a forum for an Article does?
Kevin Carwile Posted April 24, 2015 Author Posted April 24, 2015 Could I use Rules to create Forum Topic in a specific forum when an Event is made?So it functions the same way creating a forum for an Article does?Easy peasy. Just use the "Calendar: Event has been created or updated" event, add a condition that the event is "new", and then add the "Create new topic" action to the rule and customize the title, content, and author of the posted topic.Here is an example rule: create-forum-topic-for-new-calendar-events.xml
icedream Posted April 26, 2015 Posted April 26, 2015 I have an Yes/No member profile field "Allow adult content", and an Yes/No Download custom field "Adult Content", I create a rule, when member profile field "Allow adult content" is Fault, and Yes/No Download custom field "Adult Content" is True, redirect members to error page.I create the rule, but it doesn't work. I also enable the debugging, but see nothing in the debug console.Could you kindly advise what is wrong if I attach my rule? check-adult-file.xml
Recommended Posts