Search:

Type: Posts; User: Ruud

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds.

  1. Thread: One page checkout

    by Ruud
    Replies
    8
    Views
    4,885

    In Contao 3 you also need a config/autoload.ini...

    In Contao 3 you also need a config/autoload.ini file containing the line below. This makes sure that Isotope is loaded first, otherwise your changes are overwritten by the original.


    requires[] =...
  2. I think you are clicking on the page name. When...

    I think you are clicking on the page name. When you do that you zoom into that part of the page structure.

    You can tell if this happened because above the site structure there is a yellow bar....
  3. Replies
    0
    Views
    1,983

    12-column grid calculator

    When you use a left or right column that breaks the 12-column grid that comes with Contao. Two features that break each other may be an issue in its own right, but normally I work around it with some...
  4. Replies
    3
    Views
    4,234

    I found that indeed the symlink function is the...

    I found that indeed the symlink function is the problem. I replaced it with the code below and my installation works now!

    \system\modules\core\library\Contao\Files.php@line299

    // Create the...
  5. Replies
    3
    Views
    4,234

    I ran a linux live disk and installed apache and...

    I ran a linux live disk and installed apache and set everything up. Then the installation works and symlinks are created. Unfortunately I did not install 5.4.7 but 5.5.something.

    Yep, found that...
  6. Replies
    3
    Views
    4,234

    Contao 4 installation

    Contao 4 alpha1 is available and I tried to install. A big change is that Contao 4 doesn't use .htaccess files anymore and serves the website wrom a web/ folder. Because of that my Windows 7...
  7. Replies
    5
    Views
    3,427

    I don't like their minimalistic approach in...

    I don't like their minimalistic approach in displaying the extension list. It makes quickly browsing the list nearly impossible. The only option Leo needs to introduce is an option with which a...
  8. Replies
    5
    Views
    3,427

    No, and I DID search before starting my own...

    No, and I DID search before starting my own plugin. Honestly Contao is not doing well in the international approach if I can't even find an extension when searching for "mmenu". I could have handled...
  9. Replies
    5
    Views
    3,427

    Mmenu a responsive menu integrated into Contao

    I've started with an extension that adds mmenu to Contao. Mmenu is a jQuery plugin that is very customizable and features a mobile menu navigation and advanced menu (see the demo at...
  10. Replies
    4
    Views
    2,544

    Re: Product attribute option selection

    Please post future issues on github: https://github.com/Ruudt/isotope-isotop ... ion_select
  11. Replies
    4
    Views
    2,544

    Re: Product attribute option selection

    pjq2011, the very nature of variants is to be able to do this. It is just a lot more work. So I'm afraid the functionality cannot be extended to variants.
  12. Replies
    26
    Views
    8,404

    Re: Too many variants?

    Please post future issues on github: https://github.com/Ruudt/isotope-isotop ... bute_price
  13. Replies
    4
    Views
    4,484

    Re: Memberlist and Contao 3.1.2

    Can you add some
    echo 'sometext'; in the Memberlist.php so we can pinpoint the exact line that causes the error message?

    Also, are you sure FromTextArea.php is not corrupt?
  14. Replies
    4
    Views
    4,484

    Re: Memberlist and Contao 3.1.2

    I happen to have this installed on 3.1.2 without trouble. I confirmed I use the settings you described. Can you use the Contao check tool to verify that your Contao files are not corrupt? You need to...
  15. Re: View product without category, own product view in BE

    I didn't actually try, went on experience with Isotope product list. But adding any product to a category that means "uncategoprized" would do the trick. Choose that page. Perhaps change the...
  16. Re: Do you use Contao 3 or Contao 2.11 for production sites.

    I've tried a (pre-) alpha build of metamodels. It will make it extremely easy to build custom catalogs for contao. And it supports multilingual catalogs as well...

    But it its not as close to...
  17. Replies
    4
    Views
    3,568

    Re: Using Contao encryption

    I don't think you can call it statically in Contao 2. Instead try:

    $this->import('Encryption');
    $somthing = $this->Encryption->encrypt($somethingSecret);
  18. Replies
    4
    Views
    2,449

    Re: Where can I download Contao 3.1.1

    I would investigate some more in the source of the hack. If your hostingprovider would change the pwd for you and you do not store it on your pc you can rule out the logger. It is more likely to be...
  19. Replies
    4
    Views
    2,449

    Re: Where can I download Contao 3.1.1

    Extensions that work on 3.1.1 will also work on 3.1.2. I doubt it to be otherwise.

    How was your site hacked? I sure hope no vulnerability in Contao caused this? I am sure Leo would like to hear...
  20. Re: View product without category, own product view in BE

    Yes, under "Category scope" choose "All Categories". Then under condition enter pages = ''.

    Second question no, but you might be able to override using a custom extension.
  21. Replies
    1
    Views
    1,503

    Re: "No input file specified." shown!

    .htaccess.default is an example file, it should be renamed .htaccess for it to function. But you need to enable url rewriting in Contao settings first.

    If that doesn't help, can you disable...
  22. Replies
    1
    Views
    1,994

    Re: custom layout sections

    You do that in settings. When done you can select them in your layout.
  23. Replies
    2
    Views
    1,478

    Re: Image size problem

    Photoshop, or the Gimp.

    All that Contao can do is "dumb" resizing. So Contao can make images fit within a defined dimension, or make them exactly that size (cutting off excess image). But this is...
  24. Replies
    1
    Views
    1,084

    Re: TYPOlight 2.7.7 - Live Update

    For as far as I know, you can update from 2.7.7 to 3.1.2. (someone correct me if I am wrong). This is a tricky thing though. You would have to make sure that all extensions are compatible, or can be...
  25. Replies
    3
    Views
    2,297

    Re: Ajax content refresh

    Put some more effort in asking help; show what you need and show what you tried. In other words: give some more info, in horrible English.
  26. Replies
    4
    Views
    2,274

    Re: News_latest modification

    The text is in the language files. You can override those by making your own extension (create directory /system/modules/ownextensionname). In there make a directory language, and in there a...
  27. Replies
    5
    Views
    6,732

    Re: Custom Dynamic Page Alias ?

    I don't understand why you did this and what the problem is. You created a security problem because you use $_GET and never even check if the value is what you expect. Good for you that you solved...
  28. Replies
    1
    Views
    1,716

    Re: Restrict access to backend

    Through your router?

    Otherwise have .htaccess block requests to /contao from the router ip. Below is a start (because it filters on query string you need to change it)

    RewriteEngine On...
  29. Replies
    4
    Views
    3,568

    Re: Using Contao encryption

    Where is the Encryption class file located and what is it called?
  30. Replies
    5
    Views
    6,732

    Re: Custom Dynamic Page Alias ?

    On Contao 2 you could use catalog and add a list and details module on the same page. There is no similar (working) extension yet for contao 3, though metamodels is getting close to being finished...
  31. Replies
    2
    Views
    1,567

    Re: Accordeon open / close

    I think the accordion items are all open until the js is started. So at the very least I'd say you can alter the accordion js file so it doesn't start with one opened. But I never use the accordion,...
  32. Replies
    3
    Views
    1,887

    Re: Contao 3 and MySQL fulltext index

    $GLOBALS['TL_DCA']['TL_TABLENAME']['config']['sql']['keys']['KEY_NAME'] = 'fulltext';
  33. Replies
    1
    Views
    1,126

    Re: What can be safely deleted after manual update?

    I always delete the files that came with the zip file and all tmp/cache files. The only exception is /system/config. I leave that intact. You could potentially also experience problems with plugins...
  34. Replies
    1
    Views
    11,214

    Re: Free website builder?

    Wordpress I think. Contao does not have the sheer amount of developers creating extensions and themes.
  35. Thread: Hourly cron

    by Ruud
    Replies
    1
    Views
    1,596

    Re: Hourly cron

    No, haven't had that. If you can reproduce the issue in a clean installation, or the online demo, then it is an issue you should report on https://github.com/contao/core
  36. Replies
    2
    Views
    3,270

    Re: Open infowindow to esternal link

    It is done with iframes and the Google Api. Google has a lot of documentation about this, you can start here: https://developers.google.com/maps/ or here:...
  37. Replies
    2
    Views
    2,057

    Re: Which extension would I best use

    I would think you need to build your own. Is there any extension similar to what you want in any other CMS? I'd expect this to be done with javascript.
  38. Replies
    2
    Views
    2,748

    Re: Query error: Can't create/write to file

    That is certainly a system error, generated by your server. There may be something wrong with your server. Contao will not write /tmp, and would under no circumstances have access to a folder below...
  39. Replies
    1
    Views
    1,410

    Re: update from 0.2.11 to 1.4.1

    Lots has changed since 0.2.11 (though 1.4 would have been called 0.4 if they never decided to bump up to a 1.x series). It depends on what you changed how easy it will be.


    BACKUP[/*:m:1dkfsonh]...
  40. Replies
    1
    Views
    2,095

    Re: Inline gallery with zoom effect not working

    Make sure you included mootools, the scripts won't run without. Then use any js console to see if errors occur. Unfortunately it is so that if any line fails all other JS will not be executed. So it...
  41. Re: Create a folder when writing a new catalog item to the d

    Assuming this is happening in the backend; you can extend the DCA. If you add a save_callback to one of the fields you can run your own custom code. The entry you need to add to an existing field...
  42. Replies
    1
    Views
    1,066

    Re: Minicalendar (Calendar Menu)

    That is a setting of the calendar module called "Event list format". Are you the system admin? Otherwise that field may be switched off for you.
  43. Replies
    1
    Views
    1,288

    Re: How to use \FrontendTemplate correctly?

    It seems to me that is correct. So are you sure the data is filled before FrontendTemplate starts parsing?
  44. Thread: Restore news?

    by Ruud
    Replies
    1
    Views
    1,062

    Re: Restore news?

    Actually, when you remove an extension, then all code that came standard is removed. But you would normally use the extension repository and that also knows which files outside of the extension...
  45. Replies
    2
    Views
    2,150

    Re: C3 Mailchimp Signup Form

    At the moment I can't find that extension, only the 2.x version http://contao.org/extension-list/view/hc_mailchimp.html
  46. Re: Contao3: $this->User->filemounts from serialized 2 full

    A method to find that if you don't know is to print_r($this->User). The method prints a lot of info and starts with the classname. If the printed info doesn't help you can use the classname and...
  47. Replies
    5
    Views
    2,715

    Re: number of article, Total

    I assume you tried that, but doesn't that work? You would have to make sure those variables exist in the correct language file, otherwise Contao won't load the file. But other then that I wouldn't...
  48. Replies
    3
    Views
    1,980

    Re: isotope_multilingual

    I've been wondering the same thing, never using it. Documentation would be great.
  49. Replies
    5
    Views
    2,715

    Re: number of article, Total

    I always remove that message using CSS, I think it is the mod_something template that controls that, or even the source code. Either way you may find it hard to remove, but easy to hide.

    I don't...
  50. Replies
    2
    Views
    1,702

    Re: Tax during checkout

    I'm not that into tax, but Isotope was initiated by Americans. I'm sure they, with their crazy tax system, built in a summary? Can you perhaps show what you were expecting to see, and also what you...
  51. Re: ...allows to set own Page Titles on a per-product basis.

    Well, I know that the alias will be part of the url, so that will be considered friendly (and it indeed really is). But if I remember correctly I've seen code that replaces the title and description...
  52. Replies
    4
    Views
    4,728

    Re: Bug with DatePicker in Catalog Edition

    There is nothing wrong with the code you show. The first block is JS, not PHP. I see too little info to help. But the version of Catalog you refer to is a beta, it is expected to have problems. (So...
  53. Replies
    3
    Views
    1,980

    Re: isotope_multilingual

    You can select each products language at the product details. Which languages you can choose from slipped my mind, but it is a setting, something like "all languages that you have a pageroot for".
  54. Replies
    5
    Views
    2,715

    Re: number of article, Total

    shopping cart does that. use the simple template. And if that is not simple enough create a new one using simple as a starting point;

    Use the Contao templates module to copy iso_cart_simple.xxx...
  55. Replies
    2
    Views
    2,660

    Re: Invalid Request Token!

    My previous post was to try and get you around the issue the easy way. But we'd also have to know why your hosting provider + Contao is causing the issue with Contao where others are not.

    So when...
  56. Replies
    1
    Views
    1,412

    Re: Weird Cache Issue Contao 3.1.0

    There are more features that seem to make it in before being bugfree in Contao 3. I requested a feature that was added, but I still had errors which were never addressed. I hope the team will...
  57. Replies
    2
    Views
    2,660

    Re: Invalid Request Token!

    Never had that at the install tool. Can you first try editing the system/config/localconfig.php? Add this line at the bottom

    $GLOBALS['TL_CONFIG']['disableRefererCheck'] = true;
    This may not work...
  58. Replies
    11
    Views
    4,011

    Re: Styling active links - Please help!

    You use custom templates, and there is no active class being added. You'll find it in the default templates and can add it to yours. To get it in I would add code to your a element like:

    <?php if...
  59. Replies
    4
    Views
    2,951

    Re: Payment Gatway - PayFast

    To be honest I still haven't figured the entire process out. In many stores I am able to complete an order and from the client portal open any order to go to the payment gateway. That is something...
  60. Thread: 1.4.0 iso_reader

    by Ruud
    Replies
    4
    Views
    2,232

    Re: 1.4.0 iso_reader

    This is probably a wrong setup on your side. Can you post full filepath including the filename of your template? Did you select xhtml or html in your template?
Results 1 to 60 of 500
Page 1 of 9 1 2 3 4