Thanks Oliver.
But really. Why conditional loader if you know what you need. The cms has some kind of conditional loader with much more flexibility. Check the template replacers which can be used anytime and anywhere:
<!-- CSS: … --> and <!-- JS: … -->
I'm using conditional loaders because I ...
Search found 77 matches
- Fri 20. Jul 2012, 09:04
- Forum: phpwcms Support English
- Topic: Disable the javascript library autoload
- Replies: 2
- Views: 2394
- Thu 19. Jul 2012, 21:16
- Forum: phpwcms Support English
- Topic: Disable the javascript library autoload
- Replies: 2
- Views: 2394
Disable the javascript library autoload
Hi,
I want to load my javascript elsewhere in my template using yepnope.
I tried emptying the array in conf.inc.php but that doesn't work.
how do i disable loading all libraries in my template?
thanks,
anton
I want to load my javascript elsewhere in my template using yepnope.
I tried emptying the array in conf.inc.php but that doesn't work.
how do i disable loading all libraries in my template?
thanks,
anton
- Tue 10. Jul 2012, 13:08
- Forum: phpwcms Support English
- Topic: calendar-> json: builtin or cmCalendar?
- Replies: 0
- Views: 3177
calendar-> json: builtin or cmCalendar?
Hi All,
I'm about to update an old site from v1.3.3.
I want to use the calendar module but output a json object instead of html as I'm going to hook it to jquery isotope.
Any opinions as to whether the builtin or cmCalendar would be better for this adaptation?
thanks,
Anton
I'm about to update an old site from v1.3.3.
I want to use the calendar module but output a json object instead of html as I'm going to hook it to jquery isotope.
Any opinions as to whether the builtin or cmCalendar would be better for this adaptation?
thanks,
Anton
- Mon 4. Apr 2011, 11:48
- Forum: phpwcms Support English
- Topic: Backend - any action redirects to login.php
- Replies: 7
- Views: 4604
Re: Backend - any action redirects to login.php
hi,
Yes, sessions are enabled and the save path is /var/lib/php/session.
Okay, is /var/lib/php/session existing and has the webserver-user write permissions there?
Are sessions in /var/lib/php/session if you login to backend?
Regards Heiko..
Hi,
Yes these are both there. I suspect Oliver has ...
Yes, sessions are enabled and the save path is /var/lib/php/session.
Okay, is /var/lib/php/session existing and has the webserver-user write permissions there?
Are sessions in /var/lib/php/session if you login to backend?
Regards Heiko..
Hi,
Yes these are both there. I suspect Oliver has ...
- Mon 4. Apr 2011, 11:47
- Forum: phpwcms Support English
- Topic: Backend - any action redirects to login.php
- Replies: 7
- Views: 4604
Re: Backend - any action redirects to login.php
Thanks Oliver,
I extended to 18000 which improves it somewhat but doesn't fix it.
Annoying as this is the only one of around 20 installs on 5+ servers.
I have root privileges on the server.
Is there anything else I can do?
I extended to 18000 which improves it somewhat but doesn't fix it.
Annoying as this is the only one of around 20 installs on 5+ servers.
I have root privileges on the server.
Is there anything else I can do?
- Fri 1. Apr 2011, 15:27
- Forum: phpwcms Support English
- Topic: Backend - any action redirects to login.php
- Replies: 7
- Views: 4604
Re: Backend - any action redirects to login.php
hi,
Yes, sessions are enabled and the save path is /var/lib/php/session.
Yes, sessions are enabled and the save path is /var/lib/php/session.
- Thu 31. Mar 2011, 14:40
- Forum: phpwcms Support English
- Topic: Backend - any action redirects to login.php
- Replies: 7
- Views: 4604
Re: Backend - any action redirects to login.php
I am now getting this on a clean install on a vps running linux and plesk.
- Fri 4. Mar 2011, 10:17
- Forum: phpwcms Support English
- Topic: Ok to purge newsletterqueue in database?
- Replies: 2
- Views: 2001
Re: Ok to purge newsletterqueue in database?
thanks oliver.
- Thu 3. Mar 2011, 14:54
- Forum: phpwcms Support English
- Topic: Ok to purge newsletterqueue in database?
- Replies: 2
- Views: 2001
Ok to purge newsletterqueue in database?
I am migrating a site to another server but i have 25MB or so of newsletterqueue entries.
Is it ok to purge them?
thanks
anton
Is it ok to purge them?
thanks
anton
- Thu 20. Jan 2011, 12:24
- Forum: phpwcms Support English
- Topic: Backend - any action redirects to login.php
- Replies: 7
- Views: 4604
Backend - any action redirects to login.php
Hi all,
I have a client who can't do anything in the bBE - they just get redirected to login.php?ref=<last backend page url>
I assume this is due to some server change as the site has been running fine for a year or two.
There are no errors in the php error_log.
Any quick fixes before i look at ...
I have a client who can't do anything in the bBE - they just get redirected to login.php?ref=<last backend page url>
I assume this is due to some server change as the site has been running fine for a year or two.
There are no errors in the php error_log.
Any quick fixes before i look at ...
- Wed 12. May 2010, 16:34
- Forum: phpwcms Support English
- Topic: remove the default CP pagination from {CONTENT}?
- Replies: 0
- Views: 2182
remove the default CP pagination from {CONTENT}?
I have a template where I have separated the article title from the {CONTENT} block and shifted the pagination with the article title in my template.
But I want to remove the default pagination from {CONTENT}...
thanks,
anton
But I want to remove the default pagination from {CONTENT}...
thanks,
anton
- Wed 12. May 2010, 12:56
- Forum: phpwcms Support English
- Topic: FIXED - r398: No frontend edit button
- Replies: 8
- Views: 2909
Re: r398: No frontend edit button - FIXED
The problem is that I put all my js includes in the html head section of my templates.
jquery is loaded after the html head additions = $ is undefined
jquery is loaded after the html head additions = $ is undefined
- Thu 18. Feb 2010, 14:57
- Forum: phpwcms Support English
- Topic: FIXED - r398: No frontend edit button
- Replies: 8
- Views: 2909
Re: r398: No frontend edit button
hi Knut,
thanks.
That breaks all my other jquery stuff
I suspect you are right about the installation. Was an upgrade from 1.4.2
I will do a directory compare to see what happened.
thanks.
That breaks all my other jquery stuff
I suspect you are right about the installation. Was an upgrade from 1.4.2
I will do a directory compare to see what happened.
- Wed 17. Feb 2010, 16:17
- Forum: phpwcms Support English
- Topic: FIXED - r398: No frontend edit button
- Replies: 8
- Views: 2909
Re: r398: No frontend edit button
hi,
yes the snippet is there but isn't loaded in the FE.
I've added it into my template just to check - nothing...
yes the snippet is there but isn't loaded in the FE.
I've added it into my template just to check - nothing...
- Wed 17. Feb 2010, 14:24
- Forum: phpwcms Support English
- Topic: FIXED - r398: No frontend edit button
- Replies: 8
- Views: 2909
FIXED - r398: No frontend edit button
hi all,
I can't seem to get my frontend edit button to appear
I've set it in the config.
btw: I'm using jquery if it makes any difference.
puzzled,
anton
I can't seem to get my frontend edit button to appear
I've set it in the config.
btw: I'm using jquery if it makes any difference.
puzzled,
anton