Search found 1200 matches

by inveo
Mon Jan 08, 2024 12:50 pm
Forum: Zen Cart Modules
Topic: [Zen Cart] Can't execute Magic SEO URLs sitemaps
Replies: 8
Views: 1190

Re: [Zen Cart] Can't execute Magic SEO URLs sitemaps

The easiest way to get Sitemaps working is to use SitemapXML v3.3.3 add-on (this specific version): https://www.zen-cart.com/downloads.php? ... hash=guest (other versions might not work)
by inveo
Wed Feb 03, 2021 4:50 pm
Forum: PrestaShop Modules
Topic: [phpBB3] Sharing users between phpBB / PrestaShop
Replies: 1
Views: 10551

Re: [phpBB3] Sharing users between phpBB / PrestaShop

zohall wrote:Hi
i have 2 question

1- prestashop module support phpBB 3.3 ?


The support of phpBB 3.3 is currently under development.

zohall wrote:2- why we can not login in prestashop and phpbb with same user?


This is outside of the scope of the product and its intended use.
by inveo
Sun Feb 03, 2019 8:05 am
Forum: phpBB Extensions
Topic: [phpBB3] AJAX Userinfo Extension
Replies: 4
Views: 23961

Re: [phpBB3] AJAX Userinfo Extension

To use the solution no.2, you need to ADD: function getUserid(url) { return (RegExp('-([0-9]+)').exec(url)||[,null])[1]; } and REPLACE: var id = getURLParameter(($(this).attr('href')), 'u'); with: var id = getUserid(($(this).attr('href'))); in /tas2580/userinfo/styles/all/template/script.js file and...
by inveo
Sat Feb 02, 2019 11:55 am
Forum: phpBB Extensions
Topic: [phpBB3] AJAX Userinfo Extension
Replies: 4
Views: 23961

Re: [phpBB3] AJAX Userinfo Extension

To resolve the issue you are having you may either: 1) edit your tpl file and replace double quotes with single quotes (i.e. " to '). Then MSU will keep the original URL. OR 2) use the following getUserid() function instead of getURLParameter(): function getUserid(url) { return (RegExp('-([0-9]...
by inveo
Tue Oct 02, 2018 3:46 pm
Forum: phpBB Extensions
Topic: [phpBB3] Upgrade to phpBB 3.2.3
Replies: 2
Views: 12391

Re: [phpBB3] Upgrade to phpBB 3.2.3

This error message means that MSU files were corrupted. To keep your website up and running MSU is no longer initialized.

To sort out the problem, re-upload all the files (use FTP in BINARY mode).
by inveo
Fri Feb 23, 2018 10:36 am
Forum: phpBB Extensions
Topic: [phpBB3] URL path changed
Replies: 5
Views: 15953

Re: [phpBB3] URL path changed

It has been changed back as requested.
by inveo
Sat Feb 17, 2018 3:35 pm
Forum: phpBB Extensions
Topic: [phpBB3] URL path changed
Replies: 5
Views: 15953

Re: [phpBB3] URL path changed

We've issued you a new license - you may re-activate the MSU now and it starts to work.
by inveo
Fri Feb 16, 2018 2:33 pm
Forum: phpBB Extensions
Topic: [phpBB3] Chinese language support
Replies: 4
Views: 12521

Re: [phpBB3] Chinese language support

Thanks for sharing.

The HTTP 404 Not Found error is there, since only ASCII/latin URLs are used. If you are having troubles with UTF-8 then check your MySQL/MariaDB settings (it is a common issue).
by inveo
Fri Feb 16, 2018 2:21 pm
Forum: phpBB Extensions
Topic: [phpBB3] Chinese language support
Replies: 4
Views: 12521

Re: [phpBB3] Chinese language support

Yes, Magic SEO URLs for phpBB v3.0/3.1/3.2 5.2 support wide variety of languages/alphabets that are specified at https://www.inveostore.com/phpbb-seo-extension-40#Features Arabic (العربية), Bulgarian (Български), Czech (Čeština), Danish (Dansk), Dutch (Nederlands), English, Estonian (Eesti), Finnish...
by inveo
Tue Jan 09, 2018 9:38 am
Forum: PrestaShop Modules
Topic: [WP2PS] Yoast SEO plugin
Replies: 2
Views: 10183

Re: [WP2PS] Yoast SEO plugin

Switch to Isolated runtime mode in the WP plugin. It should resolve the problem you are having.