Re: [ADDON] SimplePortal Reply #525 – January 18, 2022, 05:24:06 pm Quote from: augras – January 18, 2022, 01:30:36 pmThere is a block Quick search : is it what you are looking for ?Correct me if I'm wrong, but I think it only searches forum content, i.e. posts. That's true of the search page itself. Or is the QS block different? Could be worth a try....
Re: [ADDON] SimplePortal Reply #526 – January 18, 2022, 06:05:07 pm I made the test and you are right : it's only in posts, not in article or other content.
Re: [ADDON] SimplePortal Reply #527 – January 18, 2022, 07:50:20 pm Quote from: augras – January 18, 2022, 06:05:07 pmI made the test and you are right : it's only in posts, not in article or other content.Thanks for the suggestion and feedback! It was worth a shot anyway.
Re: [ADDON] SimplePortal Reply #528 – January 19, 2022, 09:41:25 pm I'd have to take a look to see if those could be indexed by the basic search function, if so then we could create a custom block to do article searches. As it stands I don't think there is anything in place to do this.ETA I added this as an enhancement request, not sure when I can get to it though, 2.0 is one needy baby!
Re: [ADDON] SimplePortal Reply #529 – January 19, 2022, 10:49:47 pm Quote from: Spuds – January 19, 2022, 09:41:25 pmI'd have to take a look to see if those could be indexed by the basic search function, if so then we could create a custom block to do article searches. As it stands I don't think there is anything in place to do this.ETA I added this as an enhancement request, not sure when I can get to it though, 2.0 is one needy baby!I could imagine 2.0 is rather needy! It's certainly a higher priority than the article search.
Re: [ADDON] SimplePortal Reply #530 – March 12, 2022, 09:43:44 am Forum LinkOkay, got it doing a portal page, but right now I also used the Ultimate Menu mod.I'd like to get rid of the forum tab in the menu, as Community tab works for me, as long as can set it to action=forumEspecially since Community tab already has a bunch of items in drop down.I had made an item in front, that also has drop down, but itself goes to the portal.What need:1. A way to make the Community tab in menu go to action=forum2. Get rid of Forum tab, since Community will be it.Thank you.
Re: [ADDON] SimplePortal Reply #531 – March 12, 2022, 04:53:57 pm It looks like you figure it out? When I went to site (looks good btw) community goes to the forum and there is no forum tab .... maybe that is just a guest thing?
Re: [ADDON] SimplePortal Reply #532 – March 12, 2022, 07:31:00 pm I had to tweak the lang file. :pStill issues with the Ultimate menu, since it does not like play fair with SP.Where can I actually edit the forum menu?
Re: [ADDON] SimplePortal Reply #533 – March 12, 2022, 08:09:01 pm Old School hacking can be done in Menu.subs.php in the loadDefaultMenuButtons() function.
Re: [ADDON] SimplePortal Reply #534 – March 12, 2022, 08:28:56 pm Quote from: Spuds – March 12, 2022, 08:09:01 pmOld School hacking can be done in Menu.subs.php in the loadDefaultMenuButtons() function.What about the forum tab made by SP?
Re: [ADDON] SimplePortal Reply #535 – March 12, 2022, 08:36:24 pm That should be in the sp_integrate_menu_buttons() function in the ManageSPortalModule.controller.php file which I think currently lives in sources/admin
Re: [ADDON] SimplePortal Reply #536 – March 12, 2022, 08:51:08 pm That was some heavy bit of work, but I think I got it done.
Re: [ADDON] SimplePortal Reply #538 – March 13, 2022, 06:54:57 pm User info block seems to give this when click into field:QuoteThis form is not secure. Autofill has been turned off. Any way to fix this?
Re: [ADDON] SimplePortal Reply #539 – March 14, 2022, 10:03:19 am Well, the cPanel link goes to an HTTP site not an HTTPS site and I don’t even see the form tag for the login form so definitely don’t see how that’s going to work in a secure fashion since for it to not show the warning it needs to be in a form tag with an action whose URL starts with HTTPS…