phpList / phplist3

Fully functional Open Source email marketing manager for creating, sending, integrating, and analysing email campaigns and newsletters.
https://www.phplist.org
GNU Affero General Public License v3.0
734 stars 268 forks source link

Reorganisation of the resources site breaks Find plugins link #1043

Closed bramley closed 4 weeks ago

bramley commented 1 month ago

The resources site https://resources.phplist.com appears to have been reorganised, changing the format of URLs.

Now the page that lists available plugins has the URL https://resources.phplist.com/doku.php?id=plugins:start but the Find plugins link on the Plugins page uses http://resources.phplist.com/plugins/

Any other references to a plugin's documentation page are also going to fail, including the Documentation Page link for each plugin on the Plugins page.

Also, I have tended to link to the documentation page in the GitHub README file. image

It should be possible to define a mod_rewrite rule to change old format URLs to the new format.

bramley commented 1 month ago

Possibly URL rewriting needs to be enabled in dokuwiki https://www.dokuwiki.org/rewrite Option 1 web server seems to match how URLs were handled previously.

maartee commented 1 month ago

@bramley Thanks for reporting this. Some settings from the old config file were missing. Please check now.

bramley commented 1 month ago

Thanks, the links are now working again. Can you see whether the dokuwiki Wrap plugin has been disabled? This syntax used to display an information box but now is just displayed literally


<WRAP center round tip 60%>
xxxx 
</WRAP> 
maartee commented 1 month ago

Good catch! Corrected.

maartee commented 1 month ago

FYI: the upgrade of original obsolete version of dokuwiki required several changes of the underlying system, and also migrating data to fresh dokuwiki installation. That was the source of the issues above.

bramley commented 1 month ago

Thanks, the wrap is working as expected now.

One other question about on navigation. The breadcrumb when viewing a plugin page goes to /plugin/startwhich shows an attempt to redirect to /plugins/start which shows a list of all the plugins. image

I think that this worked previously. Perhaps the Page Redirect plugin needs to be enabled.

bramley commented 4 weeks ago

This all looks ok now. Thanks.