Search found 1200 matches
- Mon Jan 08, 2024 12:50 pm
- Forum: Zen Cart Modules
- Topic: [Zen Cart] Can't execute Magic SEO URLs sitemaps
- Replies: 8
- Views: 4459
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)
- Wed Feb 03, 2021 4:50 pm
- Forum: PrestaShop Modules
- Topic: [phpBB3] Sharing users between phpBB / PrestaShop
- Replies: 1
- Views: 23086
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.
- Sun Feb 03, 2019 8:05 am
- Forum: phpBB Extensions
- Topic: [phpBB3] AJAX Userinfo Extension
- Replies: 4
- Views: 29029
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...
- Sat Feb 02, 2019 11:55 am
- Forum: phpBB Extensions
- Topic: [phpBB3] AJAX Userinfo Extension
- Replies: 4
- Views: 29029
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]...
- Tue Oct 02, 2018 3:46 pm
- Forum: phpBB Extensions
- Topic: [phpBB3] Upgrade to phpBB 3.2.3
- Replies: 2
- Views: 19039
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).
To sort out the problem, re-upload all the files (use FTP in BINARY mode).
- Fri Feb 23, 2018 10:36 am
- Forum: phpBB Extensions
- Topic: [phpBB3] URL path changed
- Replies: 5
- Views: 24697
Re: [phpBB3] URL path changed
It has been changed back as requested.
- Sat Feb 17, 2018 3:35 pm
- Forum: phpBB Extensions
- Topic: [phpBB3] URL path changed
- Replies: 5
- Views: 24697
Re: [phpBB3] URL path changed
We've issued you a new license - you may re-activate the MSU now and it starts to work.
- Fri Feb 16, 2018 2:33 pm
- Forum: phpBB Extensions
- Topic: [phpBB3] Chinese language support
- Replies: 4
- Views: 20373
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).
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).
- Fri Feb 16, 2018 2:21 pm
- Forum: phpBB Extensions
- Topic: [phpBB3] Chinese language support
- Replies: 4
- Views: 20373
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...
- Tue Jan 09, 2018 9:38 am
- Forum: PrestaShop Modules
- Topic: [WP2PS] Yoast SEO plugin
- Replies: 2
- Views: 15779
Re: [WP2PS] Yoast SEO plugin
Switch to Isolated runtime mode in the WP plugin. It should resolve the problem you are having.