Jump to content

Morrigan

Clients
  • Posts

    6,263
  • Joined

  • Last visited

  • Days Won

    41

 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 Morrigan

  1. Members > Reputation & Reactions > Leaderboard
  2. You need to be an active client to post in the peer to peer or product guidance forums.
  3. You should SEE my databases: And that's just one of the four tabs..... We all have different needs and wants for pages. You may need to think of why you need to copy something from one database to another to figure out why you want such a feature. For example, I use database relationship fields to pull information from one database to another without copying it.
  4. Because Forums only have two fields. "Title" and "Content" and you can fill in the rest when you copy. Unfortunately there is no surefire way to go from one custom field to another. IPS wouldn't know which ones to copy where and you'd get all sorts of out of alignment content.
  5. Hey @DawPi The mod works swell with 4.5 however there is an issue that it causes registration blocking: REPLACE INTO `ibf_core_pfields_content` ( `member_id` ) VALUES ( NULL ) IPS\Db\Exception: Column 'member_id' cannot be null (1048) #0 PATHTOPUBLICHTML/system/Db/Db.php(979): IPS\_Db->preparedQuery('/*theinit_comga...', Array) #1 PATHTOPUBLICHTML/applications/core/modules/front/system/register.php(628): IPS\_Db->replace('core_pfields_co...', Array) #2 PATHTOPUBLICHTML/applications/core/modules/front/system/register.php(240): IPS\core\modules\front\system\_register::_createMember(Array, Array, NULL, Object(IPS\Helpers\Form)) #3 PATHTOPUBLICHTML/applications/core/modules/front/system/register.php(103): IPS\core\modules\front\system\_register->_registrationForm(NULL) #4 PATHTOPUBLICHTML/init.php(893) : eval()'d code(27): IPS\core\modules\front\system\_register->manage() #5 PATHTOPUBLICHTML/system/Dispatcher/Controller.php(101): IPS\core\modules\front\system\nexus_hook_register->manage() #6 PATHTOPUBLICHTML/system/Dispatcher/Dispatcher.php(152): IPS\Dispatcher\_Controller->execute() #7 PATHTOPUBLICHTML/index.php(13): IPS\_Dispatcher->run() #8 {main} The main function on the site I have seen works fine, just registration issues. The troubleshooting I did was disable this mod only and my registrations work again.
  6. Last I checked they haven't changed emails in a long time. However, the code is HTML with some IPS logic in it so that it sends/doesn't send things based on it. I do BELIEVE that you need to actually edit the language files for verbiage changes because of things like this: Its going to look at the language for the member for that language string. So for the above that first line in the language key: email_admin_reg When I say files I mean Customization > Language > Translate
  7. So I wasn't having problems but looking to see what errors could potentially be causing other browsers issues. Mind you I have some very stringent ad blockers on my PC so sifting through some of the errors are a little difficult but I think that some of your javascript is being loaded out of order. The only error I'm getting that isn't related to blocked ads is that there is a reference error which normally means a piece of javascript is loading before something important that its referencing is set. I unfortunately couldn't tell you which. The only way I can troubleshoot something like this is to remove javascript until it works right. Obviously, you also need to reliably duplicate it to be able to figure out the offending script.
  8. Well I don't know where your checkout is failing. Most of my products don't have prices but I just checked out with 2 of the same item of them just fine. I mean there are a lot of factors here though so just one difference in my setup versus yours could be the culprit.
  9. Well you can add that but my point still remains as far as why it doesn't exist. Do you need help in adding it to those blocks?
  10. If you deleted it, it shouldn't show up anymore. I personally don't have a gender field myself.
  11. Reg ex will do that: /^.{6,}$/ That will check to be sure its 6 characters long.
  12. Really depends on where you want the white to be. I'm going to assume as the background of the block but there are many ways to do this. .ipsWidget { background: #fff; }
  13. What template are we editing? Can you share the current code?
  14. Well those appear to be topic feed widgets and how is the system to know what "see all" means when it could be coming from multiple places/forums/categories?
  15. \IPS\Member::loggedIn()->isAdmin()
  16. You should be able to go straight from 4.3.6 to 4.5.4 no problem just be sure to disable all 3rd party apps and plugins before you start it.
  17. This is something you can resolve at the theme level @mcsg You would look for these in the globalTemplate: {{if !\in_array('ipsLayout_minimal', \IPS\Output::i()->bodyClasses )}} and its subsequent {{endif}} There are a few of them and they are what makes the stuff disappear.
  18. BBCode is going the way of the Dodo.
×
×
  • Create New...