Jump to content

Meddysong

Clients
  • Posts

    2,172
  • Joined

  • Last visited

  • Days Won

    3

 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 Meddysong

  1. I must be missing something obvious.

    With some of my sites, I can create a local version using WAMP, which is handy for testing and trying out upgrades.

    With other sites, however, the local installation doesn't work. Instead, attempting to access the local version downloads a copy of index.php. I thought the .htaccess file might be the cause, so deleted that but I still have the same problem. I deliberately put incorrect database credentials into conf_global.php to try to get an error message but nothing changed. If I try to access the site by adding /index.php to the address, then it does load if I remove .htaccess... but I can't log in because /login produces a 404. 

    Does anybody have a suggestion as to what the cause is? I don't understand why it seems to be these specific sites. One difference which might help is that these sites come from a VPS; my others are on a separate shared hosting server.

  2. 1 minute ago, Joy Rex said:

    Wasn't there a major change in licensing from FA4 to FA5 that might be behind why IPS hasn't updated it in their commercial product? Someone from IPS can chime in if that's not the case.

    Yes, I'm sure Matt or Charles dropped a line at the time explaining that it would cost IPS a fortune to license FA5.

  3. 19 hours ago, Matteo Russo said:

    Hey there,

    I need to remove the breadcrumb only on a specific custom page which is not the forum but one created by me with Pages. Is this possible? 

     

    Thanks 🙂

    You could create a special CSS template which you'll use with that page, and which contains:

    #ipsLayout_contentWrapper > nav.ipsBreadcrumb.ipsBreadcrumb_top.ipsFaded_withHover {
      display: none;
    }
    #ipsLayout_contentWrapper > nav.ipsBreadcrumb.ipsBreadcrumb_bottom.ipsFaded_withHover {
      display: none;
    }

    When you edit that Page in the ACP, add this CSS file to it using the tab Page Includes.

    OnPaste.20200504-165107.jpg.0330c4068669c10cf06aaa66ae3a9af9.jpg

    If you do that, this new CSS template you've created will be used on that Page and so hide your breadcrumbs, but it won't be called on any other pages.

  4. 1 hour ago, Miss_B said:

    What you described can be done by renaming the community folder to forums. Like that it will show as  domain.com/forums. 

    That won't solve his problem: /forums/ will still appear in the name for all other apps as before, because that's where the IC installation is placed: domain.com/forums/blog, domain.com/forums/store etc.

    One thing you could consider is removing your community to a subdomain. That would give you community.domain.com as one of the apps (say Forums, and the app-specific /forums would still work too), community.domain.com/blogs, community.domain.com/store etc.

    Another solution would be to still run your own script but within Pages. Your IC installation would be at domain.com and the default app would be Pages, with the default page your own custom one.

  5. The main editor of a news site I volunteer for has written to me with a request. She knows that she needs to set a future publish date with her Pages articles if she doesn't want them to show immediately. Sometimes she forgets, meaning that subscribers immediately get a notification.

    Quite often, she saves unfinished posts, making this situation even more unfortunate. I've explained to her that she should simply set her posts to hidden as soon as she starts working on them, which will prevent these problems. Unfortunately, she quite often forgets (she's around 70 and new to tech).

    I think one thing I could do is amend the database form so that there's a big warning banner at the top which shows just to her, or to move the status options to the top of the post. It would be better, though, if I could make it so that all posts in a particular database are set to be hidden by default.

    I presume there's no option for this so will have to think of something else. Is there anything I could do without having to commission a plugin?

  6. 16 minutes ago, Chris027 said:

    Not sure why the little link / arrow is gone from the quote, but it is and I can't change that. 

    I've just popped by your site and it's definitely there:

    OnPaste.20200418-154900.jpg.576ebd6c9a0a39242ce7d402d8b48ece.jpg

    There's no reason, outside of customisation, that it shouldn't be there for you too. Perhaps you've not seen it; it's faded unless you hover over it. I confess, though, that I can't make it out in your screenshot.

×
×
  • Create New...