Jump to content

Joel R

Clients
  • Posts

    6,622
  • Joined

  • Last visited

  • Days Won

    141

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Everything posted by Joel R

  1. Any update? pages_widget OutOfRangeException::0 Backtrace: #0 /home/admin/domains/website.com/public_html/applications/cms/sources/Pages/Page.php(1231): IPS\_Widget::load(Object(IPS\feed\Application), 'feed', 'tkrjqv9t9', Array, NULL, 'horizontal') #1 /home/admin/domains/website.com/public_html/applications/cms/sources/Pages/Page.php(2104): IPS\cms\Pages\_Page->getWidgets() #2 /home/admin/domains/website.com/public_html/applications/cms/modules/front/pages/page.php(72): IPS\cms\Pages\_Page->output() #3 /home/admin/domains/website.com/public_html/applications/cms/modules/front/pages/page.php(44): IPS\cms\modules\front\pages\_page->view() #4 /home/admin/domains/website.com/public_html/system/Dispatcher/Controller.php(96): IPS\cms\modules\front\pages\_page->manage() #5 /home/admin/domains/website.com/public_html/applications/cms/modules/front/pages/page.php(34): IPS\Dispatcher\_Controller->execute() #6 /home/admin/domains/website.com/public_html/system/Dispatcher/Dispatcher.php(129): IPS\cms\modules\front\pages\_page->execute() #7 /home/admin/domains/website.com/public_html/index.php(13): IPS\_Dispatcher->run() #8 {main}
  2. Thanks for update and continued maintenance to v1.2.2
  3. Thanks for update and continued maintenance to v1.0.3
  4. Yeah an empty XML template for us to fill out
  5. Just remember to give a default template for us to use
  6. I don't know if it helped but @Mikey used an XML import / export in his v3 quizzes. It was pretty good actually.
  7. I know @Adriano Faria you've already initially considered this suggestion, but I feel like this is an especially important suggestion. If you have a quiz in the same exact order of questions, people can develop "muscle memory" of knowing the right answers based on when the question is coming up. I know you randomize the answers (which is great, I don't think v3 even did that), but people with good memory will begin to learn the order of questions. I think it's important to build as much randomness into the quiz as possible. That's why I also support the suggestion that you allow (for example) people to build a "test bank" of 200 questions and you build a quiz of 10 random questions from the bank.
  8. Yes, it should act the same way as regular reputation. That would make the most sense If positive rating, then +1 reputation. If neutral eating, then +0 reputation. If negative rating, then -1 reputation.
  9. Okay, thanks for clarification. As a feature suggestion, I'd like to recommend that it increases the content item's reputation as well.
  10. Thanks for clarifying @Adriano Faria, the WYSIWYG is for quiz description. (Not the questions). I need a way to upload images for questions and answers.
  11. @newbie LAC When content ratings increase reputation, does it also increase the content item's reputation? I think it only increases user's reputation. Example: I have IP.Page articles on homepage. When someone uses content ratings to like / dislike, it does not increase the record's reputation. <ul class="ipsList_inline ipsType_left"> {{if $record instanceof \IPS\Content\Reputation and settings.reputation_enabled}} <li class="postinfo_portal"><i class="fa fa-user"></i> {$record->author()->name} <i class="fa fa-heart"></i> {$record->reputation()} <i class='fa fa-comment'></i> {$record->record_comments}</li> <li class="datestamp_portal ipsPos_right"><i class="fa fa-clock-o"></i> {datetime="$record->record_publish_date"}</li> {{endif}} </ul> Please advise.
  12. That's the same bug I found.
  13. (Just wanted to makes sure you understood request). To clarify, if category allows 5 answers per question ... then when write question, show 1 empty space for Correct and 4 empty spaces for Incorrect that I fill in. Otherwise, I need to "+Add another," and "+Add another," and "+Add another" up to 4 times. Too many clicks to add empty spaces. Hope that makes sense
  14. Let me test again tonight. To clarify, I mean minimum possible answer choices = 2, but still only 1 correct and 1 incorrect. (Not multiple answers) This way, you can do True / False. I think 3 is minimum right now.
  15. Fixes on v1.0.0: [ACP > Quizzes > Category > Submissions] Minor grammatical fix: "NOTE: This setting will be overriden if the permission Bypass content moderation? is enabled ..." [ACP > Quizzes > Settings] Type of Content field = Editor WYSIWYG. But quiz still uses Textarea. No thumbnail on quiz listing, even though picture is uploaded. See screenshot. Small suggestions on v1.0.0: Increase maximum questions per quiz. Minimum answers per question: allow 2. Allow owner to test, but not count in score When create question, show as many empty 'answer fields' as allowed by default. Example: If "Maximum answers per question" = 5, then show 4 spaces wrong answers which I can fill out. Ignore empty wrong answers when create question. (Why? Because it saves me from needing to click "+Add another") Check if 'correct' answer is duplicated with 'incorrect' answers. Big suggestions: Allow create quizzes on back-end Allow create quizzes using XML import / export Integrate with iAwards by @-RAW- When I looked for example quizzes online, one common feedback is Easy / Medium / Hard. This might be an example of a 'customized feedback rating'. I don't really like the IPS steps. And that should not stop us from creating quizzes with many questions. Please think about making your own simple counter (eg. "You are on 2 out of 40 questions.") This would be amazing. One bank of questions can create infinite quizzes.
  16. Thanks, yes I think you allow image attachments in the question / answer because you offer IPS 4 editor. Purchased. You have some (unexpectedly) nice features: Quiz protection: the game will be aborted if you leave the current tab/browser. This is to avoid users from search elsewhere. That's a setting. Feedback: you can create funny phrases to be used on Quiz results according to user score This is a very robust application for initial release, I'm impressed.
  17. Congrats on the release! Will definitely purchase if it meets my needs.
  18. "A different article style" by @TAMAN I'd like to point out to any IPS representative who might read this topic that v4 has been out for one year, and yet the community has only managed to offer 1 community guide and 1 Marketplace purchase. There's clearly not enough community support or community innovation for what should be the most extensible app out of the suite, and that creates a steep learning curve for new admins who are uninitiated to Pages. I think even a handful of article block templates (like 4 - 6 different styles) can go a long ways towards helping non-technical admins put together some amazing pages.
  19. Thanks for the update and continued maintenance.
  20. @stoo2000 System error log: ProcessBounces returned a NULL offset - tasks should throw \IPS\Task\Queue\OutOfRangeException when they are finished #0 /home/website/domains/website.com/public_html/system/Task/Task.php(56): IPS\_Log::log('ProcessBounces ...', 'runQueue_log') #1 /home/website/domains/website.com/public_html/applications/core/tasks/queue.php(44): IPS\_Task::runQueue() #2 [internal function]: IPS\core\tasks\_queue->IPS\core\tasks\{closure}() #3 /home/website/domains/website.com/public_html/system/Task/Task.php(337): call_user_func(Object(Closure)) #4 /home/website/domains/website.com/public_html/applications/core/tasks/queue.php(56): IPS\_Task->runUntilTimeout(Object(Closure)) #5 /home/website/domains/website.com/public_html/system/Task/Task.php(245): IPS\core\tasks\_queue->execute() #6 /home/website/domains/website.com/public_html/system/Task/Task.php(214): IPS\_Task->run() #7 /home/website/domains/website.com/public_html/system/Dispatcher/Standard.php(298): IPS\_Task->runAndLog() #8 [internal function]: IPS\Dispatcher\_Standard->__destruct() #9 {main} I was advised by IPS support that this was a problem with the Mail Bouncer application.
  21. Hi @Ryan H., I wanted to bring to your attention that there's a problem between Advanced Tags & Prefixes and attempting to save the Articles template in IP.Pages database. I have an IP.Pages database named "db_frontpage". In the database settings, I cannot save a new Articles template to change from "Category Articles" to "Category 2 Column Image Featured." Everytime I save it, I get the "saved" confirmation and it takes me to the list of IP.Pages databases, but the page template doesn't actually change. I've tried this twice. Steps to Reproduce Navigate to ACP > Pages > Databases Click on "Edit" for Frontpage Within the Homepage Options grouping, change "Articles template" to "Category 2 Column Image Featured" Click Save at the bottom. And the helpful IPS staff response:
  22. Feature suggestions: In the postbit, offer a toggle to swap the text "Quote" and "Edit" with fa-icons. This can offer a more elegant and iconographic approach towards those actions, while condensing the text. Swap out the Mark Forum As Read 'fa-check' icon with another icon (preferably something of admin's choice, where I can input my own fa-icon). It's a generic icon that's used for followers as well. Actually, maybe even offer my own fa-icon for followers too (like fa-users). Add Mark Forum As Read to forum index and category index, to be consistent with board index. One of my major pet peeves with IP.Board's approach towards marking forum as read is that they have two very different methods: when you're in a forum, you click on the Mark Forum As Read; when you're in the forum or category index, you click on the board's thumbnail.
  23. Thank you for the update and continued maintenance to v1.0.2.
  24. @newbie LAC Okay thanks, will wait for v1.0.2
  25. Sorry for not responding earlier. IF Reputation is on: THEN option to hide Content Rating counters: (The Content Ratings' counter becomes redundant, since the ratings are integrated into IPS reputation. Hope that makes sense.)
×
×
  • Create New...