Jump to content

Nigel Moore

Clients
  • Posts

    221
  • Joined

  • Last visited

  • Days Won

    1

 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 Nigel Moore

  1. Yes, this happens to us from time to time as well. Ok, thanks for the reply. Is it something that would potentially be built out one day? Or is it not worth chasing?
  2. Im also looking a solution on this, especially for a dev staging where data is from live database, and don't want to send notifications from dev site. -Allan
  3. I end up, re-copy the live IPB to the dev site. And dev site is working fine now. -Allan
  4. I disabled all plugins already -Allan
  5. Hello I got this error when switching to default theme, although before that, I was working on a new theme, as our old theme was modified heavily and it is not updated anymore. But I got this persistent error, so I switch to Default theme, and still got this error [[Template forums/front/forums/topicRow is throwing an error. This theme may be out of date. Run the support tool in the AdminCP to restore the default theme.]] I clear cache and delete datastore files, still got this error, any ideas? -Allan
  6. Sorry guys, there was another plugin was installed and that causing the error, my apologize, its working now. Closing this one. -Allan
  7. I uninstall the plugin I made, and actually the code in the plugin is just to display a simple "hello world", and when I go to the profile page, I got that error.
  8. when I enable IN_DEV, and when I go to that profile page, it does that error. I uninstall the custom plugin I made, and clear cache, still the error persists. The custom plugin I made was to tap in to the theme hook in the profile, its just a simple hello world with div thats it. --Allan
  9. This is the whole error Whoops\Exception\ErrorException thrown with message "Undefined index: field_3" Stacktrace: #10 Whoops\Exception\ErrorException in /var/www/html/ipb/init.php:927 #9 Whoops\Run:handleError in /var/www/html/ipb/init.php:927 #8 IPS\hook13:WPdata in /var/www/html/ipb/system/Theme/Theme.php:4620 #7 IPS\Theme\theme_core_front_profile_profileHeader in /var/www/html/ipb/system/Theme/Dev/Template.php:171 #6 IPS\Theme\Dev\_Template:__call in /var/www/html/ipb/system/Theme/Theme.php:4620 #5 IPS\Theme\theme_core_front_profile_profile in /var/www/html/ipb/system/Theme/Dev/Template.php:171 #4 IPS\Theme\Dev\_Template:__call in /var/www/html/ipb/applications/core/modules/front/members/profile.php:460 #3 IPS\core\modules\front\members\_profile:manage in /var/www/html/ipb/system/Dispatcher/Controller.php:118 #2 IPS\Dispatcher\_Controller:execute in /var/www/html/ipb/applications/core/modules/front/members/profile.php:81 #1 IPS\core\modules\front\members\_profile:execute in /var/www/html/ipb/system/Dispatcher/Dispatcher.php:153 #0 IPS\_Dispatcher:run in /var/www/html/ipb/index.php:13
  10. Hello guys, im working on a plugin on my localhost, and when its in dev mode, when going to the profile I got this error But when I turn off dev mode it is fine, any idea? Thanks --Allan
  11. Theres a typo over there, it should say "With that said..." not "What that said" -Allan
  12. Thank you for the confirmation. What that said, its better to create a plugin and use the theme hook. --Allan
  13. If I edit HTML or CSS in child theme, and if there is a new update on the parent theme, and it happens that the template I edited has a new update, do I need to copy that updated template from parent to child? Im thinking of modify child template and adding large block of HTML code. Im just worried that if there is a new update on parent template and my child template cant use that new update. How does that work in that kind of case? --Allan
  14. Sorry if it confused you, what I mean, is that, we have this problem in our current theme setup, wherein if there is a update in IPB core and new hook or udpated hook, our theme is not updated since it is a custom theme. What I mean, is that, if parent theme is updated we want to make sure that the child theme is also updated with new hooks update. I just read this article I don't know how include template works, but it seems that if you go with the include template it means you modify the template and if there is a new update you need to re-add it, correct? So the effective way I see is using the plugin and use theme hook. Similar with WP parent and child theme, where when you modify the parent theme using child, you just tap into the hook of the parent theme to alter design or functionality. Im a WP dev and IPB is new to me. --ALlan
  15. Hello, what is the best practice to modify child theme that inherits parent theme(Default)? I would like to modify our current child theme, but dont want to overwrite it when there is a new update in parent (default) theme. Thanks -Allan
  16. Here you can take a look at it https://www.loom.com/share/5a27e00c9c2344be947d04a6ec600846 The link I used is from opentype You can check my link but it is not a public you need to log-in, however to replicate it, just change the browser zoom -Allan
  17. On a lot of Community platforms, they have a feature that allows for users to reply to thread email notifications and their email reply gets added as a post inside the thread. This is wildly useful for engagement as there are a huge amount of people who love hanging out and replying to things in their Inboxes / mail client instead of inside a Forum. I thought I saw something about IPBoard adding this feature a few years ago but can't seem to find it. Does anyone know if it was actually added?
  18. It was reported in laptop surface book -Allan
  19. There was no CSS altered for the iframe quote, the iframe it self has an auto instyle width and height that cause the scroll to jump.
  20. The IPB auto add inline style width, height and overflow, I believe there is no code in our theme that does this behaviour. It happens on a desktop display setting of 3000 x 2000 -Allan
  21. Hello, anyone experience this behaviour, the scroll inside the iframe just keep on jumping? See attach GIF -Allan
  22. Hello, is it possible to edit or delete award badge to own account only? currently we notice that other member can edit or delete other award badge. Thanks -Allan
  23. Not sure, I will try to switch to default theme in our dev server, thanks. -Allan
×
×
  • Create New...