Jump to content

Daniel F

Invision Community Team
  • Posts

    6,572
  • Joined

  • Days Won

    37

 Content Type 

Downloads

Release Notes

IPS4 Guides

IPS4 Developer Documentation

Invision Community Blog

Development Blog

Deprecation Tracker

Providers Directory

Forums

Events

Store

Gallery

Posts posted by Daniel F

  1. Well, looking at the code you're using which is clearly out of our framework( AKA it's not going to use an IPS app) , I'm not sure what you're expecting to get returned from : \IPS\Request::i()->app.

    It's clearly not an app;)

    But if everything else (the constats)  is set correct at least the session should work.

    <?php
    define('IPS_ROOT', __DIR__.'/include/subdomains/community/');
    require IPS_ROOT.'init.php';
    
    \IPS\Session\Front::i();
    
    echo \IPS\Member::loggedIn()->name;

     

  2. 17 minutes ago, RocketStang said:

    I have a new problem...the converter says it has finished but it hasn't done anything to the new install!  When I try to start a new conversion, it says that I can't because it was already finished!  So, now what, LOL?

    What do you mean with “haven’t done anything?” It’s normal if they’re not shown in the frontend because the permissions aren’t set yet.

    Do you see any imported members and forums in the ACP or are they missing there too? Please submit a ticket if they’re missing there, if not, please just review the forum permissions 🙂 

  3. Exactly, if it’s such a PITA, you could just  remove the 3rd party string by deleting it from the database. 
    i really really wouldn’t advise it, it’s probably better to wait that the 3rd party dev addresses this by changing his key which also means that need to adjust any usage and also that he‘ll need to  remove his duplicate string from them database:) or just to use the existing one from the core , but this also requires the manual cleanup and to remove the existing string... this was improved fror 4.5 , but it’s not backwards compatible and until it’s released it’s unfortunately a step which we but also  3rd party devs have to keep on mind😞 

    You can see our own cleanup steps in the Upgrade scripts where literally any deprecated  or duplicate string is being removed manually 🙂

  4. Disabling an application won't remove the duplicate langstring keys unfortunately.

     

    It's something what we noticed after the 4.0 release and what we really can't control, so we advice any 3rd party dev to use an unique key for their templates,language strings, email templates, etc,

    BUT we've also made some adjustments in 4.5 which will be handy to 3rd party developers and translation providers and which will help them in this case. 

  5. 10 minutes ago, Morrigan said:

    Editing the profile doesn’t show/edit the signature.

    It does for moderators with the "Can edit members' profiles?" moderator permission but it's a moderation feature, so it's only visible on the other members profiles.

    None member will see this while editing his own profile 🙂

  6. 8 hours ago, iacas said:

    found the titles of the ads in core_sys_lang_words, but there are also eight older ads (the titles for them) that I'm no longer using still there. Can those rows be deleted in the database? Why are they still there if the ads are deleted?

    Thanks, I have fixed this for 4.5

×
×
  • Create New...