Search found 3475 matches

by velden
Tue Feb 12, 2013 9:17 am
Forum: Modules/Add-Ons
Topic: [CLOSED] JM_Forum does not work with pretty URL
Replies: 7
Views: 1651

Re: JM_Forum does not work with pretty URL

When I click on one of those the URL changes from Code: http://www.clientsdomain.com/prikbord to Code: http://www.clientsdomain.com/forum/board/2/1/62 Ik ken JM_forum niet, maar het zal toch niet zoiets simpels zijn als dat je ergens in de instellingen van het forum moet instellen dat het niet 'for...
by velden
Tue Feb 12, 2013 9:01 am
Forum: Layout and Design (CSS & HTML)
Topic: menu in new css template
Replies: 12
Views: 4966

Re: menu in new css template

You should review your menu template and make sure that it outputs exact the same html as your menu in the orginial template looks like. Or alter all the menu-specific css to apply to the new situation (which I guess is a lot more work). I'm not a html5 specialist but the <class="sf-menu">...
by velden
Mon Feb 11, 2013 9:06 pm
Forum: Layout and Design (CSS & HTML)
Topic: menu in new css template
Replies: 12
Views: 4966

Re: menu in new css template

To start with: I would do an W3C validation on this code.

Further:

Code: Select all

<nav>
<ul class="sf-menu sf-js-enabled">
<ul>
<li>
(Double <ul> tag). Might be a starting point.
by velden
Sun Feb 10, 2013 6:13 pm
Forum: Dutch - Nederlands
Topic: [SOLVED] Verhuizen
Replies: 8
Views: 2125

Re: Verhuizen

Denk zeker niet dat dat valide is in jouw geval (wel valide, maar niet gewenst) Het lijkt erop dat die htaccess tester de dash '-' niet geimplementeerd heeft. Wat jouw rule nu zal doen is alles wat matched vervangen door 'corporate'. Dat is iets anders dan 'niets doen'. bijv: http://www.ouddomein.nl...
by velden
Sun Feb 10, 2013 4:29 pm
Forum: Dutch - Nederlands
Topic: [SOLVED] Verhuizen
Replies: 8
Views: 2125

Re: Verhuizen

http://www.webmasterworld.com/forum92/2455.htm

Denk dat daar je antwoord staat.
by velden
Sat Feb 09, 2013 5:40 pm
Forum: Dutch - Nederlands
Topic: [SOLVED] Verhuizen
Replies: 8
Views: 2125

Re: Verhuizen

Ik zou bijna zeggen in dit geval

Code: Select all

RewriteCond %{HTTP_HOST} ^(www\.)?ouddomein\.nl [NC]
RewriteRule ^(.*)$ http://www.nieuwdomein.nl/$1 [L,R=301] 
Ben geen expert hierin dus even testen kan nuttig zijn.
by velden
Thu Jan 31, 2013 9:20 am
Forum: Modules/Add-Ons
Topic: [Solved]: Custom fields in News Module
Replies: 9
Views: 2609

Re: Custom fields in News Module

I guess you could use the {debug} tag at the beginning of your news-template (allow popups) and then have a look which variables are available and what their values are.
by velden
Sat Jan 26, 2013 6:20 pm
Forum: Modules/Add-Ons
Topic: [Solved]: Custom fields in News Module
Replies: 9
Views: 2609

Re: Custom fields in News Module

Here an example of a summary template I once made: <!-- Start News Display Template --> {*debug*} {foreach from=$items item=entry name=loop} <div class="{cycle values="contentleft,contentright"}"> <div class="txt"><h1>{$entry->title|cms_escape}</h1> <h3>{$entry->fieldsb...
by velden
Thu Jan 17, 2013 8:51 am
Forum: The Lounge
Topic: How should I structure custom page layouts? [solved]
Replies: 6
Views: 2506

Re: How should I structure custom page layouts?

Great!

If you find a solution for the required {content}-tag in every (sub) template, please post it here. I'm interested in a solution.

Now I create a {content} tag in every (sub)template and ignore the contents of that.
by velden
Thu Jan 17, 2013 8:40 am
Forum: Modules/Add-Ons
Topic: out put of email from formbuilder
Replies: 12
Views: 2878

Re: out put of email from formbuilder

I'm don't know how to debug a FormBuilder form and especially email 'flow'. I do know some hosting providers might reject emails of which the senders address does not exist locally or at least the senders address is not in the hosted domain. So choose the senders address carefully (best an existing ...
by velden
Wed Jan 16, 2013 5:31 pm
Forum: Dutch - Nederlands
Topic: Stylesheet wordt ingekort?
Replies: 12
Views: 2463

Re: Stylesheet wordt ingekort?

En dan nog: 64k bytes en 1350 regels is gemiddeld nog bijna 50 bytes per regel. De meeste characters passen wel in een byte dus ongeveer

Ik vraag me dus af wat er toch allemaal in die CSS is opgenomen.
by velden
Wed Jan 16, 2013 5:24 pm
Forum: The Lounge
Topic: How should I structure custom page layouts? [solved]
Replies: 6
Views: 2506

Re: How should I structure custom page layouts?

Have a look at this article http://www.i-do-this.com/blog/86/Smarty-template-Inheritance-include-file-templates-and-template-resources-in-CMS-Made-Simple It's about template inheritance with Smarty 3 (included in latest cmsms). Problem I encountered with that was that every single template in cmsms ...
by velden
Wed Jan 16, 2013 5:15 pm
Forum: Modules/Add-Ons
Topic: out put of email from formbuilder
Replies: 12
Views: 2878

Re: out put of email from formbuilder

I must admit that this topic confuses me a little as what is the goal you want to achieve. In my opinion you want to send the visitor (that's filling in this form) an automated email when he submits the form. formb01.jpg formb02.jpg formb03.jpg Above some screenshots of a working, live FormBuilder f...
by velden
Tue Jan 15, 2013 4:04 pm
Forum: Modules/Add-Ons
Topic: [solved] Formbuilder elements say 'Not Available'
Replies: 4
Views: 1187

Re: Formbuilder elements say 'Not Available'

Yes, that column indeed has no name but the icons mean (and those can be checked/unchecked directly):

Green checkmark: required field (input of visitor required)
Grey checkmark: not required
Stop sign: field type does not expect user input so requirement is not applicable for that field.
by velden
Tue Jan 15, 2013 3:58 pm
Forum: [locked] Installation, Setup and Upgrade
Topic: [solved]Moving site from MAMP local to VPS
Replies: 3
Views: 1557

Re: Moving site from MAMP local to VPS

You did change the config.php file in the root so it has the database connection details of the new server?

Go to advanced search