Search found 96 matches
- Wed Oct 21, 2020 9:40 pm
- Forum: Modules/Add-Ons
- Topic: cgsmartimage & webserver
- Replies: 4
- Views: 688
Re: cgsmartimage & webserver
does anyone have more info on this ? i installed php-gd, php-xml but still not working locally. No image is rendered and no error in logs
- Mon Jan 27, 2020 9:13 pm
- Forum: CMSMS Core
- Topic: Editor notes in admin screens
- Replies: 3
- Views: 869
Re: Editor notes in admin screens
You could probably just edit the original admin template and save it in assets/admin_custom...
- Mon Jan 27, 2020 6:20 pm
- Forum: Help Wanted (commercial)
- Topic: Centos 7 local webserver tune up
- Replies: 4
- Views: 1340
Centos 7 local webserver tune up
Hi, i'm looking for some help tuning my local server. I'm trying to mirror my cloud webserver locally for development purposes. I'm new to linux and got into trouble when tried to deliver different php versions for different websites. I'm able to serve php5.5, php5.6 and php 7.2 however i'm still ge...
- Tue Nov 05, 2019 12:12 am
- Forum: Tips and Tricks
- Topic: CMSMS & PHPBB Forum Session Sharing
- Replies: 0
- Views: 887
CMSMS & PHPBB Forum Session Sharing
Hi guys i was building a project where the main domain shares the same header menu with a phpbb forum located at a subdomain. Similar to cmsms site and forum. CMSMS v2.2.12 PHPBB v3.2.7 phpbb has some tutorials on how to get the user session and display it into a template: define('IN_PHPBB', true); ...
- Thu Sep 26, 2019 7:37 pm
- Forum: The Lounge
- Topic: Pretty URL .htaccess rewrite subdomain to directory
- Replies: 4
- Views: 1790
Re: Pretty URL .htaccess rewrite subdomain to directory
I ended up pointing the subdomain to the same folder where the main site is. I then edited the LISE item url to only have:
name
instead of
reviews/name
It works but i need to make sure search engine doesn't see duplicate content.
name
instead of
reviews/name
It works but i need to make sure search engine doesn't see duplicate content.
- Wed Sep 25, 2019 8:07 pm
- Forum: Modules/Add-Ons
- Topic: Link all files in a given folder? CMSMS 2.X
- Replies: 4
- Views: 652
Re: Link all files in a given folder? CMSMS 2.X
maybe this will work too:
{assign var='files' value='uploads/album/*.html'|glob}
{foreach from=$files item='file'}
.....
{/foreach]
{assign var='files' value='uploads/album/*.html'|glob}
{foreach from=$files item='file'}
.....
{/foreach]
- Wed Sep 25, 2019 5:59 pm
- Forum: The Lounge
- Topic: Pretty URL .htaccess rewrite subdomain to directory
- Replies: 4
- Views: 1790
Pretty URL .htaccess rewrite subdomain to directory
hi guys, i need help figuring out how to .htaccess rewrite subdomain to directory and keep subdomain in url For example, i need the result of this url: https://mywebsite.com/ reviews /name to appear like this: https:// reviews .mywebsite.com/name The content of https://mywebsite.com/reviews/name is ...
- Wed Sep 11, 2019 11:28 pm
- Forum: Modules/Add-Ons
- Topic: CGBlog question
- Replies: 0
- Views: 481
CGBlog question
What happens if the author (FEU) edits his username/email? are we going to lose all the associated articles?
- Thu Feb 14, 2019 9:40 pm
- Forum: Modules/Add-Ons
- Topic: CGFeedback How can de websiteowner reply on comments
- Replies: 8
- Views: 1394
Re: CGFeedback How can de websiteowner reply on comments
i had similar experience a while back, i added the cgfeedback module into one of the admin templates. If i well remember i had the feedbacks (comments) attached to uploads from the Uploads module. When the admin accessed the detailed view of a specific upload, i added the a cgfeedback view within my...
- Sun Feb 10, 2019 6:12 pm
- Forum: Modules/Add-Ons
- Topic: New Module pretty url uknown issue
- Replies: 3
- Views: 825
Re: New Module pretty url uknown issue
Thanks for the reply, I anded up giving up and upgraded the whole site and the modules. It's now working normally.
- Sun Feb 10, 2019 6:09 pm
- Forum: Modules/Add-Ons
- Topic: Lise and Frontend Users [[Solved]]
- Replies: 0
- Views: 1398
Lise and Frontend Users [[Solved]]
This is a solution I found useful in reply to this older topic: https://forum.cmsmadesimple.org/viewtopic.php?f=7&t=78127 The current LISE 1.3.1 in CMSMS 2.2.9.1 doesn't allow you to create a FEU field to select existing users and display them in a dropdown so I had to make a UDT and inside I added:...
- Tue Feb 05, 2019 7:39 pm
- Forum: Modules/Add-Ons
- Topic: Orders Module Email Confirmations
- Replies: 4
- Views: 845
Re: Orders Module Email Confirmations
the Orders module uses the CMSMailer module to email out:
$cmsmailer =& $this->GetModuleInstance('CMSMailer');
the From values should be taken from the CMSMailer values.
If that doesnt work, not sure how to help.
$cmsmailer =& $this->GetModuleInstance('CMSMailer');
the From values should be taken from the CMSMailer values.
If that doesnt work, not sure how to help.
- Tue Feb 05, 2019 7:22 pm
- Forum: Modules/Add-Ons
- Topic: New Module pretty url uknown issue
- Replies: 3
- Views: 825
New Module pretty url uknown issue
Hi guys i'm working on the News module and the summary view is showing all the links correctly but when clicking on the link the url ads additional values: https://xxx.com/news/10/90/Test/[b]?page=news/10/90/Test/[/b] instead of: https://xxx.com/news/10/90/Test/ Does anyone have a solution for this?...
- Thu Oct 25, 2018 5:37 pm
- Forum: General Discussion
- Topic: The requested URL was not found on this server (Content)
- Replies: 2
- Views: 1174
Re: The requested URL was not found on this server (Content)
I think there's a big bug here. I noticed that the error is triggered by the word "from"
actually, it's the letter 'm' in "from".
if i type "collected from you" i get redirected to the error.
if i type "collected froM you" saves ok
This is very frustrating!!
CMS Made Simple™ 2.2.8 “Flin Flon”
actually, it's the letter 'm' in "from".
if i type "collected from you" i get redirected to the error.
if i type "collected froM you" saves ok
This is very frustrating!!
CMS Made Simple™ 2.2.8 “Flin Flon”
- Thu Oct 25, 2018 5:22 pm
- Forum: General Discussion
- Topic: The requested URL was not found on this server (Content)
- Replies: 2
- Views: 1174
The requested URL was not found on this server (Content)
Hey guys, i'm getting this annoying problem: when saving simple text in the content area of a page i inexplicably get the error below. url: admin/moduleinterface.php Not Found The requested URL was not found on this server. for example if i type: <h3>Users Outside of the United States and Canada:</h...