Search found 198 matches
- Tue Sep 13, 2016 4:23 pm
- Forum: Feature ideas
- Topic: General Features request
- Replies: 2
- Views: 2276
General Features request
Hi all, i'm searching if there's a page or post related to general features request (core and default modules). What i mean is a list or poll to check how many people are interested in a particular feature. That can be useful for developpers to see what is needed, and by the way see if people are re...
- Sun Oct 18, 2015 10:04 am
- Forum: General Discussion
- Topic: The big problem of uploading huge images
- Replies: 0
- Views: 1346
The big problem of uploading huge images
Hi all, i have an important question about the images upload. The problem is: - images are always larger and larger with new cameras / smartphones etc. (sometimes clients are trying to upload 4000 pix. wide images in 300 dpi !!) - users don't want to manually resize the pictures: they just want to u...
- Tue Jan 20, 2015 9:42 pm
- Forum: Layout and Design (CSS & HTML)
- Topic: About styling articles imported in newsletter template
- Replies: 0
- Views: 1357
About styling articles imported in newsletter template
Hi all, i actually import automatically the 3 latest news of my site in a NMS template. With a special NMS template (with inline styles), i can style the title and the content. Simple and clean on all mail clients. But yet i must handle with tables (with texts/numbers) that are inside the news artic...
- Tue Sep 30, 2014 3:52 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder: force inline mode in a div
- Replies: 6
- Views: 2161
Re: Formbuilder: force inline mode for validation errors?
Thanks Velden, it was easier as i could imagine with your script ! I put this in the global template : function prepareForm() { $('form.cms_form').on( "submit", function( event ) { event.preventDefault(); var posturl = $(this).attr("action") + "?showtemplate=false"; var postdata = $(this).serialize(...
- Tue Sep 30, 2014 1:16 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder: force inline mode in a div
- Replies: 6
- Views: 2161
Re: Formbuilder: force inline mode for validation errors?
Thanks for this tip, i used it on another website a few months ago, it works well but i was searching another way to integrate FB. Perhaps must i use it again if there's no alternative...
- Tue Sep 30, 2014 7:56 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder: force inline mode in a div
- Replies: 6
- Views: 2161
Re: Formbuilder: force inline mode for validation errors?
Hi JohnnyB, thanks for your reply, i tested it but no success, same problem. The new page of validation message is called but replace the global page, not the div content wich displays the form. More details of how i display the pages: The global page (with a nav menu) has a classic template. When i...
- Mon Sep 29, 2014 8:58 am
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Formbuilder: force inline mode in a div
- Replies: 6
- Views: 2161
[SOLVED] Formbuilder: force inline mode in a div
Hi, i need to call a form created with formbuilder inside a div. This div is called with jQuery with a function: $('.loadPage').click(function(event){ $("#disPage").slideUp("fast"); dest = $(this).attr('id'); $("#disPage").load("index.php?page="+dest, function() { $("#disPage").slideDown("slow"); })...
- Thu Apr 10, 2014 1:42 pm
- Forum: Modules/Add-Ons
- Topic: Force image resize on upload with Products Module
- Replies: 0
- Views: 982
Force image resize on upload with Products Module
Hi, i use the Products Module on a website, with 6 images fields. If i try to upload 6 images (taken with a smartphone) that are more than 8 mb, i got an error (blank page!). So i must send images per 2 or 3... boring !! Is there a way to force an image resizing when uploading? Or in anyway to infor...
- Mon Jan 13, 2014 4:36 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Getting extra fields values in CompanyDirectory
- Replies: 2
- Views: 917
Re: Getting extra fields values in CompanyDirectory (Smarty)
Perfect !!! Many thanks, i didn't know it was so "simple" to write!
- Mon Jan 13, 2014 3:09 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] Getting extra fields values in CompanyDirectory
- Replies: 2
- Views: 917
[SOLVED] Getting extra fields values in CompanyDirectory
Hi, i'm not completely a newbie with smarty, but i have big problems to do a simple thing: i created 2 extra fields (my_field1 , my_field2) in Company Directory. What i want is to dislay a specific fields where i need. After looking a while on the good syntax to use, after many tries i give up and c...
- Sat Jan 04, 2014 9:38 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] tips to display FormBuilder in Fancybox (or popup)
- Replies: 2
- Views: 875
Re: Searching tips to display FormBuilder in Fancybox (or po
Perfect, it works! Many thanks!
- Sat Jan 04, 2014 2:44 pm
- Forum: Modules/Add-Ons
- Topic: [SOLVED] tips to display FormBuilder in Fancybox (or popup)
- Replies: 2
- Views: 875
[SOLVED] tips to display FormBuilder in Fancybox (or popup)
Hi, i actually test a way to display a formbuilder contact form in a fancybox (inline mode). What i want is when i send the form, the page will not redirect to homepage. In formbuilder option i tried to remove redirection page, with displaying the sent informations but the page always reload the sit...
- Sun Nov 10, 2013 10:19 am
- Forum: The Lounge
- Topic: Tip needed to publish text and photo sumamry to LinkedIn
- Replies: 4
- Views: 1209
Re: Tip needed to publish text and photo sumamry to LinkedIn
ok thanks. I've been in FB debug tool (as said on many forums), it's a cool tool. Previously i checked and validate the html5 code of my article (the only error i have is on the images because of rel=Lightbox[number] code). What i did new is adding a special field for an image in each article, and a...
- Sun Nov 10, 2013 9:29 am
- Forum: The Lounge
- Topic: Tip needed to publish text and photo sumamry to LinkedIn
- Replies: 4
- Views: 1209
Re: Tip needed to publish text and photo sumamry to LinkedIn
Hi, thanks for the link! With addition of open graphs tags it's better now :) The strange thing is that the latest news article won't display the thumb (older news are fine, and on Facebook lastest and olders are fine too!). Perhaps a cache problem on LinkedIn ? (i tried so many copy and paste in Li...
- Fri Nov 08, 2013 8:54 am
- Forum: The Lounge
- Topic: Tip needed to publish text and photo sumamry to LinkedIn
- Replies: 4
- Views: 1209
Tip needed to publish text and photo sumamry to LinkedIn
Hi,
actually i need to copy/paste articles detail url from cmsms to my linkedin and facebook wall. I have a problem because only a summary text is showing, not the thumbs of the images that are in the article (images, iframe etc. > no one is detected!).
So any help is welcome! Thx
actually i need to copy/paste articles detail url from cmsms to my linkedin and facebook wall. I have a problem because only a summary text is showing, not the thumbs of the images that are in the article (images, iframe etc. > no one is detected!).
So any help is welcome! Thx
