Jump to content

CheersnGears

Clients
  • Posts

    2,201
  • Joined

  • Last visited

  • Days Won

    7

 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 CheersnGears

  1. There is scheduling of posts in Pages. I use it all the time.
  2. Oh, so you can't reply to a reply?
  3. I notice it doesn't seem to be consistently there.
  4. Wishlist for future versions: Something to click on that takes you directly to the post shown in the stream. If I click on the topic name, it takes me to the beginning of the topic... on an 8,000 page topic, that isn't useful. The ability to reply to a topic directly in Social Stream like I can with Status updates.
  5. It's a shame this isn't part of core features, but thank you @Adriano Faria for building it. It works perfectly for me.
  6. Bumping this as it is coming up more.
  7. How did I get the error on the first try? I just purchased the plug-in and never used it before then.
  8. I got the error on the very first try. Now I have 3 copies of the article in my DB and I don't know which one to delete.
  9. I"m getting INSERT INTO `ipb2core_follow` ( `follow_id`, `follow_app`, `follow_area`, `follow_rel_id`, `follow_member_id`, `follow_is_anon`, `follow_added`, `follow_notify_do`, `follow_notify_meta`, `follow_notify_freq`, `follow_notify_sent`, `follow_visible` ) VALUES ( 'ee23ad9f338567a0e391bc8917f35e8b', 'cms', 'records1', 5690, 51, 0, 1553278435, 1, '', 'daily', 0, 1 ) IPS\Db\Exception: Duplicate entry 'ee23ad9f338567a0e391bc8917f35e8b' for key 'PRIMARY' (1062) #0 /home/ddowdell/public_html/cheersandgears.com/system/Db/Db.php(936): IPS\_Db->preparedQuery('/*IPS\\Content\\_...', Array) #1 /home/ddowdell/public_html/cheersandgears.com/system/Content/Item.php(441): IPS\_Db->insert('core_follow', Array) #2 /home/ddowdell/public_html/cheersandgears.com/applications/cms/sources/Records/Records.php(2242): IPS\Content\_Item::createFromForm(Array, Object(IPS\cms\Categories1), true) #3 /home/ddowdell/public_html/cheersandgears.com/system/Content/Item.php(112): IPS\cms\_Records::createFromForm(Array, Object(IPS\cms\Categories1)) #4 /home/ddowdell/public_html/cheersandgears.com/applications/cms/modules/front/database/category.php(562): IPS\Content\_Item::create(Object(IPS\cms\Categories1)) #5 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Controller.php(85): IPS\cms\modules\front\database\_category->form() #6 /home/ddowdell/public_html/cheersandgears.com/applications/cms/sources/Databases/Dispatcher.php(347): IPS\Dispatcher\_Controller->execute() #7 /home/ddowdell/public_html/cheersandgears.com/applications/cms/widgets/Database.php(128): IPS\cms\Databases\_Dispatcher->run() #8 /home/ddowdell/public_html/cheersandgears.com/applications/cms/sources/Pages/Page.php(1281): IPS\cms\widgets\_Database->render() #9 /home/ddowdell/public_html/cheersandgears.com/applications/cms/sources/Pages/Page.php(2210): IPS\cms\Pages\_Page->getWidgets() #10 /home/ddowdell/public_html/cheersandgears.com/applications/cms/modules/front/pages/page.php(216): IPS\cms\Pages\_Page->output() #11 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Controller.php(85): IPS\cms\modules\front\pages\_page->__call('form', Array) #12 /home/ddowdell/public_html/cheersandgears.com/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute() #13 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Dispatcher.php(152): IPS\cms\modules\front\pages\_page->execute() #14 /home/ddowdell/public_html/cheersandgears.com/index.php(13): IPS\_Dispatcher->run() #15 {main} When I try to submit the final post into the DB Edit: If I turn off "Add followers from source topic in article?" it works properly.
  10. yes, it is SuperGrid in both... one is built up of blocks and the other is just the database template. It's a fantastic add-on. very happy with it.
  11. What I did was make my Database page an Articles page, not hidden. After that, I made a main page with all of the Superblocks on it segmented out by the different categories I want (Latest News, Auto Show News, Latest Reviews). There really is no reason to hide the page if you set its template to Supergrid FrontPage. You can check it out here: Main page with Pages Superblocks - https://www.cheersandgears.com/ Database page which is reachable by the News tab up top. - https://www.cheersandgears.com/articles/
  12. I tried opening a support ticket on your website but I'm getting a 403 Forbidden error when I click submit on the ticket. This only started after I upgraded to 4.4.1 from 4.3.6 IPB 4.4.1 and Collections 2.1.5 Error code: EX1370 SELECT collections_items.id FROM `ipb2collections_items` AS `collections_items` WHERE default_image > 0 AND collections_items.approved < 2 AND collections_items.approved!=-2 AND collections_items.approved!=-3 ORDER BY collections_items.rand () LIMIT 5 IPS\Db\Exception: execute command denied to user 'ddowdell_cng'@'localhost' for routine 'collections_items.rand' (1370) #0 /home/ddowdell/public_html/cheersandgears.com/system/Db/Select.php(373): IPS\_Db->preparedQuery('/*IPS\\Content\\_...', Array, true) #1 /home/ddowdell/public_html/cheersandgears.com/system/Db/Select.php(436): IPS\Db\_Select->runQuery() #2 [internal function]: IPS\Db\_Select->rewind() #3 /home/ddowdell/public_html/cheersandgears.com/system/Content/Item.php(2853): iterator_to_array(Object(IPS\Db\Select)) #4 /home/ddowdell/public_html/cheersandgears.com/system/Content/Widget.php(384): IPS\Content\_Item::getItemsWithPermission(Array, 'collections_ite...', 5, 'read', true, 256, NULL, false, false, false, false, NULL, false, true, false, false) #5 /home/ddowdell/public_html/cheersandgears.com/applications/collections/widgets/collectionsItems.php(113): IPS\Content\_Widget->render() #6 /home/ddowdell/public_html/cheersandgears.com/system/Widget/Widget.php(734): IPS\collections\widgets\_collectionsItems->render() #7 /home/ddowdell/public_html/cheersandgears.com/uploads/template_28_94a9d7649fb9cdbfc784d3516e61a717_global.php(18624): IPS\_Widget->__toString() #8 /home/ddowdell/public_html/cheersandgears.com/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->widgetContainer('sidebar', 'vertical') #9 /home/ddowdell/public_html/cheersandgears.com/uploads/template_28_94a9d7649fb9cdbfc784d3516e61a717_global.php(15619): IPS\Theme\_SandboxedTemplate->__call('widgetContainer', Array) #10 /home/ddowdell/public_html/cheersandgears.com/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->sidebar('right') #11 /home/ddowdell/public_html/cheersandgears.com/uploads/template_28_94a9d7649fb9cdbfc784d3516e61a717_global.php(6562): IPS\Theme\_SandboxedTemplate->__call('sidebar', Array) #12 /home/ddowdell/public_html/cheersandgears.com/system/Theme/SandboxedTemplate.php(61): IPS\Theme\Cache\class_core_front_global->globalTemplate('5eb7335d660c939...', '\n<div class='ip...', Array) #13 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Dispatcher.php(172): IPS\Theme\_SandboxedTemplate->__call('globalTemplate', Array) #14 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Standard.php(118): IPS\_Dispatcher->finish() #15 /home/ddowdell/public_html/cheersandgears.com/init.php(588) : eval()'d code(33): IPS\Dispatcher\_Standard->finish() #16 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Front.php(575): IPS\Dispatcher\soundboard_hook_howlerSwap->finish() #17 [internal function]: IPS\Dispatcher\_Front->finish() #18 /home/ddowdell/public_html/cheersandgears.com/init.php(588) : eval()'d code(24): call_user_func_array('parent::finish', Array) #19 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Dispatcher.php(154): IPS\Dispatcher\soundboard_hook_jsMerge->finish() #20 /home/ddowdell/public_html/cheersandgears.com/index.php(13): IPS\_Dispatcher->run() #21 {main}
  13. I was the original requester of this. It takes a bit to set up on the Apple News side, but once you do, it works well and automagically. Highly recommend for people who want to syndicate their news articles from Pages into Apple News. @HeadStand is great for support.
  14. Trying to upgrade to the latest version and getting an error. Error: Class 'IPS\downloads\File' not found (0) #0 /home/ddowdell/public_html/cheersandgears.com/applications/core/modules/admin/applications/applications.php(790): IPS\feed\setup\upg_5200\_Upgrade->step1() #1 [internal function]: IPS\core\modules\admin\applications\_applications->IPS\core\modules\admin\applications\{closure}(Array) #2 /home/ddowdell/public_html/cheersandgears.com/system/Helpers/MultipleRedirect/MultipleRedirect.php(92): call_user_func(Object(Closure), Array) #3 /home/ddowdell/public_html/cheersandgears.com/applications/core/modules/admin/applications/applications.php(886): IPS\Helpers\_MultipleRedirect->__construct(Object(IPS\Http\Url\Internal), Object(Closure), Object(Closure)) #4 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Controller.php(85): IPS\core\modules\admin\applications\_applications->upgrade() #5 /home/ddowdell/public_html/cheersandgears.com/system/Node/Controller.php(62): IPS\Dispatcher\_Controller->execute() #6 /home/ddowdell/public_html/cheersandgears.com/applications/core/modules/admin/applications/applications.php(38): IPS\Node\_Controller->execute() #7 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Dispatcher.php(146): IPS\core\modules\admin\applications\_applications->execute() #8 /home/ddowdell/public_html/cheersandgears.com/admin/index.php(14): IPS\_Dispatcher->run() #9 {main} I don't have Downloads.
  15. So is the author of the theme missing?
  16. I'm getting a weird height issue. No matter what height I set the pictures in the slider to, they show up as a sliver of a picture. https://www.cheersandgears.com/ Featured Content Version 4.4.0 IPB v4.3.6 Could Possibly be a conflict with Mind theme as it doesn't happen on the default skin
  17. I'm getting: ParseError: syntax error, unexpected end of file, expecting variable (T_VARIABLE) or heredoc end (T_END_HEREDOC) or ${ (T_DOLLAR_OPEN_CURLY_BRACES) or {$ (T_CURLY_OPEN) (0) #0 /home/ddowdell/public_html/cheersandgears.com/system/Theme/Theme.php(741): IPS\Theme\Cache\_Template->exists() #1 /home/ddowdell/public_html/cheersandgears.com/system/Helpers/Form/Form.php(139): IPS\_Theme->getTemplate('forms', 'core', 'global') #2 /home/ddowdell/public_html/cheersandgears.com/applications/core/modules/front/search/search.php(685): IPS\Helpers\_Form->__construct() #3 /home/ddowdell/public_html/cheersandgears.com/applications/core/modules/front/search/search.php(51): IPS\core\modules\front\search\_search->_form() #4 [internal function]: IPS\core\modules\front\search\_search->manage() #5 /home/ddowdell/public_html/cheersandgears.com/init.php(460) : eval()'d code(160): call_user_func_array('parent::manage', Array) #6 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Controller.php(96): IPS\core\modules\front\search\hook731->manage() #7 /home/ddowdell/public_html/cheersandgears.com/system/Dispatcher/Dispatcher.php(146): IPS\Dispatcher\_Controller->execute() #8 /home/ddowdell/public_html/cheersandgears.com/index.php(13): IPS\_Dispatcher->run() #9 {main} #0 /home/ddowdell/public_html/cheersandgears.com/init.php(537): IPS\_Log::log('ParseError: syn...', 'uncaught_except...') #1 [internal function]: IPS\IPS::exceptionHandler(Object(ParseError)) #2 {main} Not sure what happened overnight as it was working fine when I went to bed last night.
  18. It apparently will recreate itself automatically.
  19. https://www.cheersandgears.com It's on the right side of the front page. I'm mostly interested in people reacting to posts or article comments. That much would be enough for me.
×
×
  • Create New...