Search found 12800 matches

by Dr.CSS
Wed May 08, 2024 8:36 pm
Forum: Modules/Add-Ons
Topic: NEWS MODULE - different output based on category
Replies: 9
Views: 281

Re: NEWS MODULE - different output based on category

Or you could just use the category as a class on your main div...

<div class="row justify-content-center no-gutters press-black mb-5 mb-lg-0 {$entry->category}">

Then CSS would move the images where you want...

.PressLeft img {float: left}
by Dr.CSS
Wed Mar 20, 2024 6:43 pm
Forum: Modules/Add-Ons
Topic: Passing Default values to FormBuilder Multiselect
Replies: 7
Views: 43409

Re: Passing Default values to FormBuilder Multiselect

You may want to look at the form in html and see if your fields are in uppercase or did you fill them in that way...
by Dr.CSS
Tue Mar 05, 2024 6:56 pm
Forum: Modules/Add-Ons
Topic: Products export in 2012 module
Replies: 7
Views: 627

Re: Products export in 2012 module

I'm using Products 2.20.1, CMSMS 1.12.1...
by Dr.CSS
Mon Mar 04, 2024 8:46 pm
Forum: Modules/Add-Ons
Topic: Products export in 2012 module
Replies: 7
Views: 627

Re: Products export in 2012 module

Sure...
Image
by Dr.CSS
Fri Mar 01, 2024 6:55 pm
Forum: Modules/Add-Ons
Topic: Products export in 2012 module
Replies: 7
Views: 627

Re: Products export in 2012 module

Products does have an "Import items from CSV file and Export to CSV Export to CSV" button...
If you are not sure where these products are coming from look at the page source view to see if it has any product template tags...
by Dr.CSS
Sat Jan 20, 2024 7:26 pm
Forum: Modules/Add-Ons
Topic: TinyCME is not working after installation
Replies: 4
Views: 844

Re: TinyCME is not working after installation

I found that if you copy/paste into tinymce when it is activated, check box says use wysiwyg, it will have things like <p>, <div>, thing like that that you can see when you turn it off after pasting it...
by Dr.CSS
Fri Jan 19, 2024 8:27 pm
Forum: Modules/Add-Ons
Topic: TinyCME is not working after installation
Replies: 4
Views: 844

Re: TinyCME is not working after installation

You have to go to My Preferences > My Account > User Preferences > Select WYSIWYG to use and choose TinyMCE....
by Dr.CSS
Thu Oct 19, 2023 10:18 pm
Forum: CMS Show Off
Topic: Themes @ Multiintech
Replies: 0
Views: 19118

Themes @ Multiintech

I finally finished remaking my theme site and have a bunch of themes you can download. I'm using calguy1000s eCommerce suite to test it out so the themes say they cost 0.01¢ but that is only so the PayPal gateway will work, I guess you can't sell anything for free, PayPal is set up as a test bed so ...
by Dr.CSS
Sun Sep 24, 2023 7:18 pm
Forum: CMSMS Core
Topic: Upgrade cPanel to PHP 8.1 and CMSMS fails
Replies: 9
Views: 33702

Re: Upgrade cPanel to PHP 8.1 and CMSMS fails

Try shutting off some of the third party modules, like anything that has CG in front of them...
To do this go to the server file system in cPanel and misname them, I just put a 1 in front of the name without changing the name itself...
by Dr.CSS
Wed Sep 13, 2023 4:21 pm
Forum: Modules/Add-Ons
Topic: LISE previous/next buttons
Replies: 3
Views: 1555

Re: LISE previous/next buttons

Did you try get_template_vars..?
by Dr.CSS
Fri Jul 28, 2023 7:55 pm
Forum: Modules/Add-Ons
Topic: Products modules auto ignore video tag
Replies: 9
Views: 2519

Re: Products modules auto ignore video tag

Have you tried eval..?
by Dr.CSS
Sun Jul 23, 2023 6:57 pm
Forum: CMS Show Off
Topic: Renewed my site
Replies: 0
Views: 9394

Renewed my site

Well it's been years since I posted anything here, but I finally changed the look of my main site as the dark theme I was using before was getting so I decided to lighten it up a little... Still running 1.12.2 but it is stable enough for me... Extra modules: CGBlog Captcha CGFeedback Album using the...
by Dr.CSS
Thu Jul 20, 2023 4:06 pm
Forum: Modules/Add-Ons
Topic: Forum Module
Replies: 3
Views: 910

Re: Forum Module

There was one but it will most likely only work on systems using the 1.* series...
by Dr.CSS
Wed Jul 19, 2023 5:29 pm
Forum: CMSMS Core
Topic: Can´t login as admin
Replies: 5
Views: 13029

Re: Can´t login as admin

You could also set it in the config.php...

$config['root_url'] = 'http://yoursite.com';
$config['ssl_url'] = 'http://yoursite.com';

Go to advanced search