Jump to content

Mac1

Clients
  • Posts

    60
  • Joined

  • Last visited

Reputation Activity

  1. Like
    Mac1 got a reaction from sobrenome in How to make a pagination and how to parse text to editor?   
    1. How to make pagination just like on IPB 3.4 with pagination->(args..)? I have found ips.ui.pagination but its not this what i'm looking for.
    2. It will be greate if you could tell me how to parse text from sql strictly to IPS Editor
  2. Like
    Mac1 reacted to bfarber in How to output a blank page instead of themed?   
    If you're trying to output a blank page from within the software, you can do \IPS\Output::i()->sendOutput( "Whatever HTML to output" );
    Calling sendOutput() directly does not use any wrapper.
  3. Like
    Mac1 reacted to Adriano Faria in My JS doesnt work without IN_DEV..   
    You can actually give any name. Just register it on JS and use the same in template.
  4. Thanks
    Mac1 reacted to WP V0RT3X in How to disable a breadcrumb on defined pages?   
    A simple theme hook should do the job. For forum index only use...
    {{if request.app == 'forums' && request.module == 'forums' && request.id == 0}} For profiles try...
    {{if request.app == 'core' && request.module == 'members'}} with .ipsBreadcrumb.
  5. Sad
    Mac1 reacted to JEFF MACK in Botched 4.5.2 Upgrade   
    Wow, think i just found it on my own, just because this value was blank killed the whole site.  The sad part is, i ripped everything apart, deleting plugins, applications, themes, etc just because of this one value. Not good.

  6. Sad
    Mac1 reacted to Woodsman in Upgrade from IP. 3.4.x to IPS4.0 (updated)   
    It sucks to be me because the only way that even worked for me was edit each one manually....
    I think my beard grew 4 inches that (Long For Ever) day
  7. Like
    Mac1 reacted to Adriano Faria in The CSRF protection key did not match in my own app on 4.5   
    You have to add this to your Admin CP controllers:
    public static $csrfProtected = TRUE;
    That’s because they removed the session ID from ACP URLs.
  8. Like
    Mac1 reacted to Daniel F in When 4.5 will be announced?   
    You shouldn't use the 4.4 dev files for 4.5! You can get the 4.5 dev files on the same page where you can download 4.5
     

×
×
  • Create New...