Jump to content

AlexWright

Clients
  • Posts

    1,372
  • Joined

  • Days Won

    1

Reputation Activity

  1. Thanks
    AlexWright got a reaction from xtech in Error with furl changes   
    Ok so I've found a way around this, but it's more for advanced users. @forumdev99, this should work for you:
    For FORUMS: Find the folder public_html/applications/forums/
    Open up the furl.json in your chosen editor (I use Brackets). Inside this file, you should find the following code:
    /** * Friendly URL Structure * * For each value in the $furl array: * The key should be the "SEO Template" - an identifier which you'll use when displaying a URL. * The value should be an associative array with two or three elements: 'friendly' and 'real', and optionally 'verify': * 'friendly' * The friendly URL to use - encase variables in {curly braces} containing a symbol, followed by the name of the parameter that matches in the "real" URL * The symbol should be # for numbers or @ for strings * For example, if the "real" URL contains id=XXX, where XXX is a number, you should include {#id} somewhere in the friendly URL. * You can also use the tag {?} for the "SEO Title" (that is, any variables that shouldn't be part of the real URL, such as the name of the topipc being viewed). * If you want to support more than one SEO Title, you can give them zero-indexed keys like so: {?0} {?1} {?2} * 'real' * This should be the base of the real URL. You should not include parameters which will be parsed out from the friendly URL. * 'verify' * This should be the name of a class that contains a loadFromUrl() and an url() method. The dynamic URL (i.e. app=core&...) will be passed to loadFromUrl(), and the url() * method will subsequently be called to retrieve the correct URL, ideal with ActiveRecord pattern classes. * * IMPORTANT: Ensure values are listed with the most specific ones first. This is to ensure that non-FURL redirects are done correctly. For example, if you have these FURLs: * /index.php?app=myapp&module=mymodule&controller=mycontroller&do=myaction -> /myfolder/myaction * /index.php?app=myapp&module=mymodule&controller=mycontroller -> /myfolder * They must be provided in that order, otherwise the former will redirec to /myfolder/?do=myaction rather than /myfolder/myaction */ { "topLevel": "forums", "pages": { "forums_rss": { "friendly": "forum/{#id}-{?}.xml", "real": "app=forums&module=forums&controller=forums&rss=1" }, "forums_forum": { "friendly": "forum/{#id}-{?}", "real": "app=forums&module=forums&controller=forums", "verify": "\\IPS\\forums\\Forum" }, "topic_copy": { "friendly": "topic/{#id}-{?}/copy", "real": "app=cms&module=database&controller=topic" }, "forums_topic": { "friendly": "topic/{#id}-{?}", "real": "app=forums&module=forums&controller=topic", "verify": "\\IPS\\forums\\Topic" }, "forums": { "friendly": "", "real": "app=forums&module=forums&controller=index" }, "topic_create": { "friendly": "submit", "real": "app=forums&module=forums&controller=forums&do=createMenu" }, "topic_non_forum_add_button": { "friendly": "startTopic", "real": "app=forums&module=forums&controller=forums&do=add" } } } The things to change here would be the "friendly" parts. For instance, to change it from yoursite.com/forums/ to yoursite.com/forum/, replace "topLevel": "forum".
    This is in the same location for -all- installed applications. After reuploading the file to the same place, you will need to run "Something isn't working" in your "System -> Support" page. After that, you can edit or install language files to deal with the rest of it.
     
    Regards
  2. Like
    AlexWright reacted to Vegan Gaymer in Search to include Tags (optional default)   
    Tags are essential for searching our community (and many others) so it would be great if ADMIN had the option to set the default Searches to include Tags. I know we can access tag searches, but that's not an intuitive or easily accessible search for function.
    Thanks!
  3. Like
    AlexWright reacted to All Astronauts in Spacious ACP/Widgets   
    Spacious 18 Released!
    Compact Menu Option: Altered the submenu line heights to display more content. System Overview Dashboard Widget: Added cURL and Open SSL installed versions to Details - PHP tab. Hover effects on ACP menu icons added.  Option to disable Dangerous PHP Functions Notifications.  Cleaned up the online count function on the dashboard. Also finally swept through the Marketplace description and screenshots.
  4. Like
    AlexWright reacted to tPx in 4TECH support topic   
    Yes it's because summer update change the avatar in to that picture.Dezactivate summer update and all is good!
  5. Like
    AlexWright reacted to tPx in 4TECH support topic   
    In version 2.3 ( Because Archive is to large with PSD - CONTACT ME IF YOU WANT PSD )
    - Added auto awards ( customizable from ACP )
    https://gyazo.com/9c47909dc80edb2a7321dbbb290dfd3c

    Icon it means the icon for award ( you can change every single icon ) - the maximum height and width it's 24px Tooltip is the title of the award, when you hover the click ( you can change every single tooltip ) - Resolved a problem reported by @AlexWright for the credit card field 
  6. Like
    AlexWright reacted to All Astronauts in Sound Board   
    Just installed 4.4.5 b1 on one of my baseline/canary (non-dev) installs and... Sound Board blows up the system javascript.
    Do not upgrade until I get a patched version out. 
  7. Thanks
    AlexWright reacted to All Astronauts in Sound Board   
    Quick note that the impending 4.4.5 release (just out as Beta 1 now) has some changes to how IPS calls the sound library stuff. I'll need to check on Soundboard compatibility before you guys upgrade.
  8. Like
    AlexWright reacted to Joel R in Community Guide on Setting Up Wasabi and CloudFlare   
    @ASTRAPI is helping me move my community over to Wasabi and Cloudflare.  
    For any Invision Communities who are currently using Amazon S3, then you may want to seriously investigate the pricing for Wasabi or other S3 compliant services.  Wasabi is significantly cheaper (80% cheaper), charges nothing on exit bandwidth, and compatible with CloudFlare.  It's a drop-in replacement for S3, so for purposes of your ACP, you would treat it like an Amazon S3 storage.  
  9. Thanks
    AlexWright reacted to TAMAN in mdPanel - Material Design IPS Theme [ support topic ]   
    I just updated The files in marketplace, Please redownload and update, it should be fixed
    Thank you for letting me know 🙂 
  10. Thanks
    AlexWright reacted to TheJackal84 in Club Categories ( Support Topic )   
    Shouldn't be like that, I will look into it today
  11. Thanks
    AlexWright reacted to TAMAN in mdPanel - Material Design IPS Theme [ support topic ]   
    Hi,
    Add in custom.css
    .cGalleryDialog.cGalleryDialog_uploadStep .cGallerySubmit_imageDetails { padding-bottom: 75px; } Please report this to IPS so they can fix it. :) 
     
  12. Thanks
    AlexWright reacted to tPx in 4TECH support topic   
    Resolved already in next update!
  13. Thanks
    AlexWright reacted to tPx in 4TECH support topic   
    In version 2.0
    - Fixed italic option in topic view, now you can select italic without problems ( reported by @Dean Spencer )
    - Fixed small things
  14. Like
    AlexWright reacted to bfarber in [Search] Automatically include Tags   
    I can only say that this is on an internal suggestions tracker and is being considered for a future release.
  15. Thanks
    AlexWright reacted to TheJackal84 in Club Categories ( Support Topic )   
    Will check it out tonight
  16. Thanks
    AlexWright reacted to TAMAN in mdPanel - Material Design IPS Theme [ support topic ]   
    You can do that with js and css customizations.
    But i cant help you with that. sorry, I only provide small css customization's here 🙂 
  17. Like
    AlexWright reacted to All Astronauts in Spacious ACP/Widgets   
    Spacious ACP 17 Released!
    Revamped how CSS was loaded
    NEW! Menu section titles bolded text option
    NEW! Compact menu view option
    Tweaked compact table row display
    Still need to kick the online users bit to get that right, and a few other things lingering, but figured it was time to clear up the CSS loading which has bugged me for a long long time. All that plus a full sweep of the screens and description for the Marketplace listing.
  18. Like
    AlexWright got a reaction from ASTRAPI in Community Guide on Setting Up Wasabi and CloudFlare   
    Once again though, this should be pinned. (Spoke with wasabi, they'll allow our content, wooo!). Very very useful to anyone using S3.
  19. Like
    AlexWright reacted to Joel R in Community Guide on Setting Up Wasabi and CloudFlare   
    One of the biggest reasons for switching from AWS S3 to Wasabi is that you can use Cloudflare. 
    Even if you don't have a need for third party storage like Amazon S3 or an S3 compatible storage, you should be investigating Cloudflare anyways with your server admin.  
  20. Thanks
    AlexWright reacted to tPx in 4TECH support topic   
    I will try to fix that in version 2.0
  21. Thanks
    AlexWright reacted to Spanner in (SD) Company Directory   
    @AlexWright In this version you can turn off only map, but In next release I'll add "hide location"
  22. Like
    AlexWright reacted to All Astronauts in Awesome Member Hovercards   
    Blah, I know why. Hang on.
    EDIT: Are you sure the viewing member is allowed to ignore the hovercard member? Permissions to show more menu look legit on first glance.
    Nvrmind, must have been an invisible typo :shrug:
    Awesome Member Hovercards 8.1 Released
    Permissions fix  
  23. Like
    AlexWright reacted to ASTRAPI in Community Guide on Setting Up Wasabi and CloudFlare   
    You are welcome 🙂
    I am getting a lot of positive feedback about this topic and i think (if admins agree) it will be helpfull to make it a pinned topic ....?
  24. Like
    AlexWright got a reaction from sobrenome in Community Guide on Setting Up Wasabi and CloudFlare   
    A perfect replacement! Thank you!
  25. Thanks
    AlexWright reacted to TAMAN in mdPanel - Material Design IPS Theme [ support topic ]   
    Weird I never touched anything else lol
    I will check it out later 🙂
     
×
×
  • Create New...