Jump to content

Jimi Wikman

Clients
  • Posts

    1,565
  • Joined

  • Last visited

  • Days Won

    20

 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 Jimi Wikman

  1. Double check privileges for that user, just to make sure it has the right ones?
  2. Such an amazing plugin @opentype! Playing around with it now, but think I broke something since the first item in the list does not work 🙂 Other than that, things are working just fine!
  3. I have seen that as well. It got better after I disabled Redis, but it is still cached a bit.
  4. I suggest you try to remove them and see if things work then. Even the standard ones can cause issues sometimes. May I ask which plugins you use?
  5. Do you have any plugins that could affect this, or any modification to the WYSIWYG? What browsers do the others have that cause issues? Do they have JS turned on or off btw?
  6. Thanks @Marc Stridgen, thought I was going mad 🙂
  7. I just realized that if I add a date field I get errors anytime someone tries to add something if they do not have permission to add content to field. The input is then blank and somehow that cause errors: INSERT INTO `ipb_cms_custom_database_31` ( `record_publish_date`, `record_last_comment`, `member_id`, `record_author_name`, `record_last_comment_by`, `record_last_comment_name`, `record_last_review`, `category_id`, `record_approved`, `record_locked`, `record_views`, `record_pinned`, `record_featured`, `record_future_date`, `record_comments`, `record_reviews`, `record_comments_queued`, `record_comments_hidden`, `field_348`, `field_355`, `field_349`, `field_350`, `field_351`, `field_356`, `field_353`, `field_352`, `field_354`, `record_saved`, `record_updated`, `record_allow_comments`, `record_dynamic_furl`, `record_static_furl` ) VALUES ( 1629739889, 1629739889, 64, 'JWSE', 64, 'JWSE', 1629739889, 426, 1, false, 0, 0, 0, 0, 0, 0, 0, 0, 'Help setting up Support Tickets', 'general', '<p> a </p> ', 'new', 'medium', '', '', '', 'No Note', 1629739889, 1629739889, true, 'help-setting-up-support-tickets', NULL ) IPS\Db\Exception: Incorrect integer value: '' for column `jimiwikm_sirius`.`ipb_cms_custom_database_31`.`field_356` at row 1 (1366) #0 /home/jimiwikm/public_html/system/Db/Db.php(936): IPS\_Db->preparedQuery('/*jimiwikm_siri...', Array) #1 /home/jimiwikm/public_html/system/Patterns/ActiveRecord.php(487): IPS\_Db->insert('cms_custom_data...', Array) #2 /home/jimiwikm/public_html/applications/cms/sources/Records/Records.php(1916): IPS\Patterns\_ActiveRecord->save() #3 /home/jimiwikm/public_html/applications/cms/sources/Records/Records.php(1096): IPS\cms\_Records->save() #4 /home/jimiwikm/public_html/system/Content/Item.php(402): IPS\cms\_Records->processForm(Array) #5 /home/jimiwikm/public_html/applications/cms/sources/Records/Records.php(2382): IPS\Content\_Item::createFromForm(Array, Object(IPS\cms\Categories31), true) #6 /home/jimiwikm/public_html/system/Content/Item.php(138): IPS\cms\_Records::createFromForm(Array, Object(IPS\cms\Categories31)) #7 /home/jimiwikm/public_html/applications/cms/modules/front/database/category.php(738): IPS\Content\_Item::create(Object(IPS\cms\Categories31)) #8 /home/jimiwikm/public_html/system/Dispatcher/Controller.php(90): IPS\cms\modules\front\database\_category->form() #9 /home/jimiwikm/public_html/applications/cms/sources/Databases/Dispatcher.php(327): IPS\Dispatcher\_Controller->execute() #10 /home/jimiwikm/public_html/applications/cms/widgets/Database.php(128): IPS\cms\Databases\_Dispatcher->run() #11 /home/jimiwikm/public_html/applications/cms/sources/Pages/Page.php(1284): IPS\cms\widgets\_Database->render() #12 /home/jimiwikm/public_html/applications/cms/sources/Pages/Page.php(2264): IPS\cms\Pages\_Page->getWidgets() #13 /home/jimiwikm/public_html/applications/cms/modules/front/pages/page.php(227): IPS\cms\Pages\_Page->output() #14 /home/jimiwikm/public_html/system/Dispatcher/Controller.php(90): IPS\cms\modules\front\pages\_page->__call('form', Array) #15 /home/jimiwikm/public_html/applications/cms/modules/front/pages/page.php(33): IPS\Dispatcher\_Controller->execute() #16 /home/jimiwikm/public_html/system/Dispatcher/Dispatcher.php(153): IPS\cms\modules\front\pages\_page->execute() #17 /home/jimiwikm/public_html/index.php(13): IPS\_Dispatcher->run() #18 {main} Once I add the permission, but still does not set any date, it works. Anyone else have that issue, or is it just me?
  8. Ask them what security setting they use and make sure they use standard and not strict. I only use FF and I have never had any issues other than my own stupidity 🙂 Are you by any chance using Redis for cache and Data storage?
  9. It's just a snippet of JS 🙂 Try something like this: https://quirksmode.org/dom/toc.html
  10. Just upgraded and it says 3.0.4 🙂 I'll toss you a PM.
  11. Installed and tried to update a category and got this error: UPDATE `ipb_cms_database_categories` cms_database_categories SET `category_pcimage`='monthly_2021_07/Themes.png.887b794354ac36921365535fe9f395f9.png',`category_show_records`=true,`category_can_view_others`=true,`category_allow_anonymous`=false,`category_forum_override`=false WHERE category_id=190 IPS\Db\Exception: Unknown column 'category_pcimage' in 'field list' (1054) #0 /home/jimiwikm/public_html/system/Db/Db.php(1154): IPS\_Db->preparedQuery('/*jimiwikm_siri...', Array) #1 /home/jimiwikm/public_html/system/Patterns/ActiveRecord.php(520): IPS\_Db->update('`ipb_cms_databa...', '`category_pcima...', 'WHERE category_...') #2 /home/jimiwikm/public_html/system/Node/Model.php(2452): IPS\Patterns\_ActiveRecord->save() #3 /home/jimiwikm/public_html/applications/cms/sources/Categories/Categories.php(837): IPS\Node\_Model->save() #4 /home/jimiwikm/public_html/system/Node/Model.php(3274): IPS\cms\_Categories->save() #5 /home/jimiwikm/public_html/system/Node/Controller.php(420): IPS\Node\_Model->saveForm(Array) #6 /home/jimiwikm/public_html/system/Dispatcher/Controller.php(90): IPS\Node\_Controller->form() #7 /home/jimiwikm/public_html/system/Node/Controller.php(69): IPS\Dispatcher\_Controller->execute() #8 /home/jimiwikm/public_html/applications/cms/modules/admin/databases/categories.php(61): IPS\Node\_Controller->execute() #9 /home/jimiwikm/public_html/system/Dispatcher/Dispatcher.php(153): IPS\cms\modules\admin\databases\_categories->execute() #10 /home/jimiwikm/public_html/admin/index.php(13): IPS\_Dispatcher->run() #11 {main}
  12. I would say the thing that is most important is to lower the entry level for new users. Add 5-10 templates for each of the category listing, entry and start page with icon representations that show the structure. That way, you can pretty much build anything you want out of the box and never touch any code. Custom templates should of course still be an option for those that want to tinker with that. The second thing I would suggest is a WYSIWYG for custom fields in the templates. Make it easy to drag and drop custom fields into the template structure, and also how to present each of the types of fields. Third, I would suggest reworking the way database relation fields work so we get a new template in Pages rather than in the theme structure to control output. Again, this should come with a few preset templates that is easy to get started with. I think this would increase the adaptation from people that don't want or can't do code. Make things easy to use out of the box, and then build tools for the advanced users later.
  13. Looks great @wegorz23!
  14. What do you want them to look like? I have some blank ones you can download for free here: https://jimiwikman.se/files/file/47-rank-icons-for-invision-community/ If you have a theme you want to get more icons for, just make a wish, and I'll see what time permits.
  15. What browser are you using? Have you tried another browser? Is it just happening in admin, or also in frontend? Do you get anything in the logs? What PHP version are you using? Have you tried to re-upload the files for the forum once again? Have you checked the folders so they are writable? we'll get it sorted, no worries 🙂
  16. Use a page speed tool to get recommendations on how to optimize: https://developers.google.com/speed/pagespeed/insights/ https://tools.pingdom.com/ You can also use a CDN to make content load faster if your visitors are from other parts of the world.
  17. Go to FontAwesome Create an account Go to manage kits Create a kit (I use Free Webfont) Make sure you enable version 4 compability Copy the code at the top of how to use Go to your theme and edit templates Open globalTemplate and paste the code just before the </head> Save. Done 🙂
  18. Just add it manually for now? I have it on my site and it works fine.
  19. If you remove the Gameshot theme, does it work then? Try to disable all plugins as well and then enable them one by one until you find if any of them mess with the admin theme. It looks like something is messing up the JS, probably by adding a click event with reload for some reason.
  20. Thanks, I did not know that IPS used a standard error code for this 🙂 Then you should check your PHP version and if you have the modules for GD or ImageMagik installed.
  21. Error code 200 actually means success: https://httpstatuses.com/200 So is it just for uploads this happens? First check the group to see what limits you have there. If they are all in the same group then it is unlikely that this is the reason, but check just to be sure. Check the php.ini in root and in your account (if you allow account wide override) to make sure they are both set to the same values. Check storage space in the upload folder to make sure it is not set to a temp folder or have any CHMOD issues. ...also check the logs in admin under support. Run a report as well to see if it shows any issues
  22. I would say go with Pages over IP Blog and Pages is a better product than Wordpress in my opinion, but it depends on your need. The biggest advantage for going with Pages is that a) you have one database for the users so you actually can make a seamless experience and b) you will have the capability to create pages and additional databases with ease using Pages. I spent 10+ years working with Wordpress and I always felt that the biggest issue with Wordpress was that it has no real community features. I tried them all over the years and they all felt bad compared to Invision that is built from the other side and started with community 🙂 With Pages you can create a blog in less than 5 minutes and you can design it anyway you like by adding fields, or linking to other databases with cross-references. So pros and cons for Wordpress: Pro - Amazing documentation and huge community to get help from Pro - tons of plugins to expand the functionality Pro - Stable product with pages and blog in one product. Pro - If you want to add E-commerce you have a great product in Woo Commerce. Con - As the worlds largest CMS it is the worlds largest target for hackers Con - You pretty much must have plugins for Wordpress to be useful Con - Have few community applications and the ones that exist sucks. Pros and cons for Pages Pro - Great functionality that is pretty much unlimited out of the box. Build as many databases as you like with any fields... Pro - Easy to work with (if you know what to do - see con below). Pro - The community have some amazing people that spend a lot of time helping you figure out how to make magic. Con - Documentation is not great and it can be frustrating to get started. Con - If you want to add E-commerce, then it's not much to cheer for. Con - Few plugins, but good ones with active and passionate developers. So my vote is on Pages 🙂
  23. This seems a bit situational? I have never had this need, but I can see the need for it. Not sure if it should be in core or as a plugin though. Probably a plugin is better? I like it. +1 Plugin for sure. +1 Plugin. +1 Never seen anyone paste an excel to be honest. Can it be solved using CSS maybe? I think that need some considerations, since it is not always that you want to remove clubs just because you want to remove someone's content. I see other ways to limit spambots for example that is probably better, but I see that there are situations it could be useful. I would say plugin though. I think this already exist, or maybe I misunderstood the concept. If it does not exist I would say plugin (because I did not understand it then and I am evil that way). Plugin I think... Plugin. Could be useful I guess. I'll give it a +1. Sounds a a bit excessive, but maybe if there is a lot of people needing it? You want a feature that pushes changes to TOS so every single member must agree again or be deleted? Sounds situational and probably best as a plugin? +1 A recursive filter when adding banned words. I though we already had that, but if not...+1 +1. With #17 below, this would already be taken care of, right? Depending on how many banned words you have you can do this manually, but adding a class to it so you can manage easier is good suggestion. +1 Can be managed if #17 is added. Not writing this to shut down any of your suggestions, just giving my thoughts on what might be better as plugins so you can dig deeper into that to get the community you want.
  24. Pages Category Images 2.0.0 seems to have bugged out a bit in 4.6? Is it just me or is it in need of a slight update?
×
×
  • Create New...