Search found 54 matches

by pete290
Fri Oct 30, 2015 10:06 am
Forum: Help Wanted (commercial)
Topic: Help needed on some forms.[done]
Replies: 0
Views: 2171

Help needed on some forms.[done]

I have a few forms that I need help testing, It should hopefully take 1-2hrs. I need this doing this morning if possible. Please pm if you can help thanks! ( It will help if you really know formbuilder well!) It's a 1.12 install
by pete290
Sun May 24, 2015 4:46 pm
Forum: Modules/Add-Ons
Topic: [solved]Showtime module + bootstrap 3
Replies: 0
Views: 1214

[solved]Showtime module + bootstrap 3

Just wondering if anyone has got the showtime module and bootstrap 3 working? I can't get the bootstrap mobile menu to toggle with showtime below it. I have tried adding a wrapper and modifying the z-indexs but so far no joy - it's really bugging me and I would rather use a module than a js slider b...
by pete290
Wed Feb 25, 2015 12:11 pm
Forum: Modules/Add-Ons
Topic: [solved]FEU Date
Replies: 1
Views: 986

[solved]FEU Date

I have the change settings in a GCB. All fields are ok except my image field and date field. The image field only works when I hardcode it (Earlier cms versions it worked using property controls.) The date format however does not change when altered. I have tried a few different ways but nothing wor...
by pete290
Sun Jan 11, 2015 6:33 pm
Forum: Layout and Design (CSS & HTML)
Topic: Need help getting images to show in CGBlog
Replies: 11
Views: 5075

Re: Need help getting images to show in CGBlog

You should install CGSmartimage and use something like this

{CGSmartImage src="{$entry->file_location}/{$entry->fieldsbyname.postimg->value}" filter_watermark=1 filter_croptofit="218,176,tc" class="prod_img"}
by pete290
Sat Aug 16, 2014 11:39 am
Forum: Modules/Add-Ons
Topic: How to set login/registration module on website?
Replies: 7
Views: 7506

Re: How to set login/registration module on website?

There are a number of ways to handle meta data on cmsms - it seems that there is some conflict or something not correct in your template: You could remove the current meta for now if you want to concentrate of FEU first. Below are a couple of articles - the 1st one seems similar to your setup http:/...
by pete290
Sat Aug 16, 2014 10:52 am
Forum: Modules/Add-Ons
Topic: How to set login/registration module on website?
Replies: 7
Views: 7506

Re: How to set login/registration module on website?

Have you changed the standard metadata tag?

http://docs.cmsmadesimple.org/customizi ... timization

PM me the details if you want me to take a look
by pete290
Thu Aug 14, 2014 8:02 am
Forum: Modules/Add-Ons
Topic: How to set login/registration module on website?
Replies: 7
Views: 7506

Re: How to set login/registration module on website?

Self registration module is needed if you want users to register before logging in. You can use smarty to place the registration form and login pages on one template. Not sure what you mean by you are being redirected to another site? So on your template or a GCB, for login it would be something lik...
by pete290
Wed Aug 13, 2014 2:45 pm
Forum: Layout and Design (CSS & HTML)
Topic: Interpretation of Code Comments
Replies: 2
Views: 1861

Re: Interpretation of Code Comments

when you float something right it always has to be the top div. So if you are floating something left and something right - the right div would be first. O0
by pete290
Wed Aug 13, 2014 2:39 pm
Forum: CMSMS Core
Topic: [SOLVED] CMSPrinting Content empty
Replies: 3
Views: 1716

Re: CMSPrinting Content empty

It may be something to do with whether you hosting has fopen disabled - I ran into a similar problem and that was the answer for me :)
by pete290
Tue Aug 12, 2014 8:46 am
Forum: CMSMS Core
Topic: [Solved] Maintain same background image on every page
Replies: 6
Views: 2543

Re: Maintain same background image on every page

Not sure why you would set the background image like this, rather than with CSS. But if you do want to target a specific page you can just use {if $page_alias=='whatever'}{/if} in your template.
by pete290
Wed Aug 06, 2014 5:44 pm
Forum: Modules/Add-Ons
Topic: Company Directory: Do not show images...
Replies: 4
Views: 2216

Re: Company Directory: Do not show images...

Within templates change


src=$entry->picture_path

to

src="{$entry->logo_path}
by pete290
Mon Aug 04, 2014 2:03 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: Error after moving from local to server
Replies: 10
Views: 4359

Re: Error after moving from local to server

The include_once statement includes and evaluates the specified file during the execution of the script.With PHP 4, _once functionality differs with case-insensitive operating systems,This behaviour changed in PHP 5. So maybe check your PHP version!

Go to advanced search