Jump to content

Maxxius

Members
  • Posts

    2,107
  • Joined

  • Last visited

  • Days Won

    2

 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 Maxxius

  1. Thanks for the efforts @CoffeeCake but all I'm getting is ERROR 1582 (42000): Incorrect parameter count in the call to native function 'REGEXP_REPLACE'

    Hmm What if I replace my domain first via UPDATE forums_posts function and only then use a simpler regex query to sort out the profile links?

    Perhaps a less complicated query can be made easier which turns

    profile/22355-username/

    into p22355/username/

    ?

  2. I finally got around to doing this task and I noticed that replacing the URL via

    UPDATE forums_posts SET post = REPLACE(post, 'olddomain.com', 'newdomain.com');

    will not entirely solve my problem since I also have updated the URL structure of members:

    The original structure

    https://www.website.com/profile/22355-username/

    My modified structure

    https://www.website.com/p22355/username/

    Therefore I should run a more complex command which would also shorten the word profile to letter p, when remove slash and replace - symbol into / after the number. I can't even begin to think how to google that. Would there be an expert who could provide a command which would replace:

    https://www.website.com/profile/22355-username/ into https://www.website.com/p22355/username/

    @CoffeeCake @bfarber

  3. Back in 4.4 days I made this topic and @All Astronauts made a fine plugin to handle this. Today I'm working on a clients' forum and I bump into this inconvenience again.

    Please read more about it here:

    Since the EXPAND POST feature is now available with QUOTES and whatnot I strongly suggest that you make this work in new content stream page. My client also has tens and tens of forums and if you make a custom stream you get many lines of USELESS text where posts are shown from. This either needs to be truncated or made into a popup window which then load up all the forums if clicked.

    @Jordan Invision buddy, I hope you deliver this feature and it makes its debut at 4.6 🙂

    @Matt tagging you for obvious reasons too 🙂

  4. On 10/18/2020 at 12:28 AM, Pete T said:

    @clickco tom is no longer the owner of the plugin i will be getting uploaded to here show works for 4.5 but current version works just found time get all information updated.

    seems like you are also not updating this plugin. Can somebody take this over?

  5. I dont know if it's easy to do or but I'll just put this out there.

    whenever a member is banned (and since there is no more banned group) his name should be Struck out like this in posts, profile and other places you deem appropriate. A universal symbol which makes you instantly understand that a member is no longer a part of the community.

  6. Is it yet possible to allow multiple vendors to sell physical items on IPS Commerce? Where each of them would have their preferred payment gateways and perhaps even shipping methods?

    What I'm looking for is allowing a handful of vendors into the Commerce and let them sell their stuff and take a cut of each sale. Is there a scenario where this can be possible, even with certain restrictions etc?

  7. 2 hours ago, SC36DC said:

    UPDATE: After further testing, making a True/False quiz, it always puts the correct answer first. So if the correct answer is False, then that is the first option. 

    oh we can't have that 🙂

  8. Hi, its been a long time. Have these question been addressed since then?

    1. Changing the order of menu items?

    UXjGnxD.jpg

    2. Additional layouts?

    H8ygHTu.png

    3. Add all the items from user menu menu into MENU MANAGER (where it is better suited to be). I dont need to clutter member menu like this. All classifieds menu items should be able to go to the main menu.

×
×
  • Create New...