Search:

Type: Posts; User: Vera

Page 1 of 5 1 2 3 4

Search: Search took 0.00 seconds.

  1. Thread: Scoring answers

    by Vera
    Replies
    4
    Views
    1,977

    Re: Scoring answers

    With or without ranking I like the idea! :) It is also great if you can see instantly if someone helps a lot. I happen to know who the people with the good answers are, but less frequent visitors...
  2. Thread: Page images

    by Vera
    Replies
    52
    Views
    20,688

    Re: Page images

    Displaying multiple images per module an idea? Or would that not add anything because the gallery content element does that as well...
  3. Replies
    7
    Views
    5,373

    Concrete5 vs Contao

    Does anyone have any experience with Conrete5? Our competitor uses it. I've setup a demo to try. It features on page editing, which probably takes some getting used to, but is clear to clients...
  4. Replies
    26
    Views
    8,514

    Re: Too many variants?

    Rob, you could add a price field to the attribute type if you'd create a custom extension. Then with the calculatePrice hook you can add the price for it. But I think that would only work for...
  5. Replies
    10
    Views
    3,268

    Re: [includes] Article/CE Include Modules

    Great Thyon!

    I've wanted to ask for such a module for a long time, glad to see you've already built it! :D I'm going to use this one all the time now :lol:
  6. Replies
    2
    Views
    1,250

    Re: ie7 css issue

    Try setting a width for the main column. And on top of that you can try clearing the #mainbottomleft (clear: both;). It is hard to try it for IE 7 when you don't own the code :oops:
  7. Re: Hide one or more content elements in the list (Articles)

    What if they want to re-order items and have the rights to move other content elements on the same page. OR wouldn't users be able to change any.

    You could make your own theme and make the icon...
  8. Re: Hide one or more content elements in the list (Articles)

    Medianomaly, can you clarify that? I use the ce-access all the time but do not understand where the filter ties into the whole. :oops:
  9. Replies
    7
    Views
    2,291

    Re: [contao-unzip.php] Contao Unzip script

    Perhaps add the option to move inside that first folder and unzip root files into the root? That would eliminate some steps. Is that possible?
  10. Replies
    18
    Views
    3,960

    Re: How to Install Plugins..?

    Use the extension repository. It is built into Contao.

    The more people using Contao the better, and new people are very welcome. But even though you are new, you can still put some effort into it....
  11. Replies
    7
    Views
    1,916

    Re: Trail and redirect

    Actually, you do not need to be a PHP expert. Look into server variables and you can figure it out. add <?php print_r($_SERVER); ?> to the template and then you'll see the contents. There might be a...
  12. Replies
    7
    Views
    1,916

    Re: Trail and redirect

    You cannot target html elements with css based on the redirect. :? You should solve that in the nav_ template. If you copy the default into the templates folder (nav_default.tpl) and rename it, you...
  13. Re: horizontal alignment of checkboxes in a form

    I love tables. The thing is they are typically not the easiest way to build a layout ;)
  14. Re: horizontal alignment of checkboxes in a form

    I'll give you half the points :D The margin's don't need to change. It's the widths and two other important part that you didn't name yet ;)

    Although usually I would like people to figure it out...
  15. Thread: admin email

    by Vera
    Replies
    5
    Views
    1,455

    Re: admin email

    Perhaps an extension can handle that. http://www.contao.org/extension-list search for form.

    You should post that as a ticket, seems like a problem for multi domains... :o
  16. Replies
    14
    Views
    3,774

    Re: Reading MS Access db

    MS Sql is a completely different database altogether, isn't it?

    ps, I forgot to mention I work together on this one with Ruud... :P
  17. Replies
    14
    Views
    3,774

    Re: Reading MS Access db

    I tried looking up older versions of Contao and the oldest I could find was 2.6. It does not include drivers for Access. So I probably need to figure out how to make a proper connection, then build...
  18. Re: horizontal alignment of checkboxes in a form

    ps, mechaflash lost his money... :lol:
  19. Re: Increasing Contao's visibility & usage internationally

    I can only find one frontend theme... That won't satisfy a lot of Americans ;) Euhm, edit, that's in the repository ... I found several here: http://www.contao.org/contao-themes-and-templates.html
  20. Replies
    13
    Views
    2,725

    Re: Newsletter Scheduling

    As far as I can see Avisota can send an email on a preset time. So a real cron job to activate at that time + Avisota means you could be done with the minimum amount of scripting required.
  21. Thread: Footer Menu

    by Vera
    Replies
    1
    Views
    1,108

    Re: Footer Menu

    Does the footer contain an article module?

    If this is not your problem I need more information to help.
  22. Replies
    6
    Views
    1,750

    Re: accentuated caracters checking

    Doesn't "extended alphanumeric characters" work for you? :?

    Otherwise you can add your own regular expression to the dca of tl_form_field as declared in...
  23. Replies
    13
    Views
    2,725

    Re: Newsletter Scheduling

    I'm not sure it can be done easily. You'd probably need a cron task to do it. And I mean the actual thing, not the extension ;) The reason for that is that a real cron can run at a pre-set time,...
  24. Replies
    6
    Views
    1,750

    Re: accentuated caracters checking

    Actually you need to give some more information...

    Can you show what you have tried, and exactly what part you are working on? ;)
  25. Replies
    3
    Views
    2,072

    Re: Navigation link to page anchor

    You could make the page an external redirect, except you do not link externally, but fill in the exact url at "Link target" including the anchor part!

    You can also use insert tags inside the Link...
  26. Replies
    3
    Views
    1,646

    Re: Creating simple ContentElement [solved]

    Can you post the answer please?
  27. Re: On Action > Effect Another I.D./Class

    Set level_2 to display: none; remove the position: absolute, but keep it static or relative.
    On hover level_1 set level_1:hover level_2 display: block.

    That should do it :)

    ps, please include...
  28. Re: Error message! Cannot modify header information!

    Does it work without?
  29. Replies
    2
    Views
    1,000

    Re: google page speed and /contao/main.php

    Yes it can. However, it is most likely that this statistic is only a fraction of the total. For as far as I know Google would use it to rank sites that on all important factors score equally.
    ...
  30. Replies
    2
    Views
    990

    Re: Mediabox popup from navigation

    yes. :D

    Assign the code to the link using javascript clientside. in contao have the link point to the same gallery html contents. (so the link will also work if javascript is disabled) The...
  31. Replies
    4
    Views
    2,268

    Re: Catalog Template Help

    <?php if ($entry['{{env::page_alias}}']): ?>

    Two remarks;
    1: The php gets evaluated first, so {{env:page_alias}} will be seen as exactly that string and not be replaced first with 'home',...
  32. Re: Changes made to settings in back end do not save

    Can you move to a server that is not as restrictive instead? Seems like less work to me... :)
  33. Replies
    3
    Views
    1,573

    Re: Menu theming question

    Does the original nav file have the problem?

    If not I always find it to work the best is to use the original as a basis and re-add all the changes you made from your own version. Continue doing...
  34. Replies
    9
    Views
    2,963

    Re: New site I want to SEO

    Also, the designer might have disabled some fields for you like "keywords" which is in articles. There may be more options already available then you know :lol:
  35. Replies
    2
    Views
    1,052

    Re: Advanced Ad Serving

    Is there any ad serving software available that you know of that remotely looks like it can be integrated? Perhaps start from there and see what these options require. I've built in my own...
  36. Replies
    10
    Views
    2,303

    Re: Best practice for organizing images

    That is just about what I meant :) It is good to have that available throughout the system. The reason being that most of my clients use images on one spot only, or think of the images as part of the...
  37. Thread: Custom template.

    by Vera
    Replies
    3
    Views
    1,437

    Re: Custom template.

    Well, depending on how fast you learn it will take you somewhere between 1 day and say 1 month get this figured out. That also depends on your design.

    Step 1....
    Because Dreamweaver is unlikely...
  38. Replies
    10
    Views
    2,303

    Re: Best practice for organizing images

    Setting up a structure for your client the way Thyon suggest sure would be nice an also solve the problem. I store my files the same way :) Just using meaningful folders for everything.

    However, I...
  39. Replies
    8
    Views
    2,000

    Re: Problem with cataloge.css

    mod (permissions) it so the file cannot be deleted in the first place?
  40. Replies
    5
    Views
    1,606

    Re: Allow User to manage Comment Approval

    I'm having the exact same problem and tried all of the options described here. Any suggestions?

    ps, forgot to mention this is TYPOlight 2.8.1, so the problem might have been fixed in later...
  41. Replies
    3
    Views
    1,038

    Re: Translating a german extension

    I haven't viewed the extension. But if every file has some strings translated then this gives you a pretty good idea on how to alter the untranslated parts. Additional; each module is structured the...
  42. Replies
    2
    Views
    950

    Re: Login to backend from frontend

    Can't you recreate the login form for the backend. Process it by sending people to the backend or by opening the result using ajax. Either way might log you in? ;)
  43. Replies
    3
    Views
    1,512

    Re: Need ajax on Contao tutorial

    I don't know. I guess you could make sure in the calling page that the script won';t even fire if noone is logged in...
  44. Replies
    3
    Views
    1,512

    Re: Need ajax on Contao tutorial

    Is this not the same question you asked last week? I've posted an answer there today ;)
    viewtopic.php?f=6&t=2441
  45. Replies
    2
    Views
    1,465

    Re: Theme depending on visitor (normal vs AJAX)

    The hook generatePage can actually help with the problem because it will allow me to change the template before it is parsed. Event though it is a bit more work then it had to be but the...
  46. Thread: script protection

    by Vera
    Replies
    7
    Views
    2,065

    Re: script protection

    For some reason or the other the forum crashes whenever I try to add the code. So I attached a file. You need to add the contents to the top of the php file so it cannot be run if you do not have the...
  47. Replies
    6
    Views
    1,697

    Re: assign access rights

    You do not need to. Each root page can have access rights defined and all pages below will inherit those rights for as far as I know. :?
  48. Thread: FAQ categories

    by Vera
    Replies
    1
    Views
    823

    Re: FAQ categories

    That is a problem similar to one that also happens (or used to) with backend users when they create a form. It is annoying there is no handle on this. I just checked and there are no hooks that can...
  49. Replies
    12
    Views
    3,612

    Re: [nbsp] auto-inputed?

    The reason it isn't being placed at every space is obvious when you consider what a non-breaking-space (nbsp) does. You'd be asking to have the entire text one one line, never breaking it onto the...
  50. Replies
    2
    Views
    1,465

    Re: Theme depending on visitor (normal vs AJAX)

    I checked to see if there is a hook to use to change the template used. I found there are two hooks right after the content had been parsed. But there is none before unless I missed it. Leo or anyone...
  51. Replies
    2
    Views
    1,465

    Theme depending on visitor (normal vs AJAX)

    I need a way to have the markup of a page depend on who is asking. Normal web pages open as usual using whatever theme was set for the page. The same page can also be called by an AJAX function that...
  52. Thread: script protection

    by Vera
    Replies
    7
    Views
    2,065

    Re: script protection

    As promised "later this weekend" here is the code.

    *edit*
    The code proved impossible to post because the forum kept crashing. I attached it in my next reply as a compressed php file because...
  53. Thread: script protection

    by Vera
    Replies
    7
    Views
    2,065

    Re: script protection

    You cannot protect a php script using contao without changing the php file to include, like you ask, the authentication done by contao. It does require running part of the contao code.

    I've done...
  54. Re: [Solved]Horizontal Navigation *Not what you think!*

    Just in case anybody finds this thread:

    The original contao menu is not vertical; it is displayed vertical when not styled as it html default. :roll:

    Solve it using css. One option looks...
  55. Replies
    7
    Views
    2,426

    Re: Revealing passwords

    By default Contao shows no error messages, this has been manually enabled in the localconfig file. (sorry for not seeing this was mentioned in the original post already)

    Making sure an SQL...
  56. Replies
    2
    Views
    1,026

    Re: extension manager not populated

    Did you try to fill the empty table with the content from the previous host. It shouldn't be empty there...
  57. Replies
    2
    Views
    1,145

    Re: [i18nl10n] Multilanguage Pages

    I followed that guide precisely; does not seem to work as expected :(

    I'll try the other extension. But I think I might have tried that, forgotten if I did :oops:
  58. Replies
    2
    Views
    1,145

    [i18nl10n] Multilanguage Pages

    Has anyone else had experience with this module http://www.contao.org/extension-list/vi ... 29.en.html

    I've tried installing it, and followed the installation instructions, but I got stuck where...
  59. Re: a:active not registering on navigation menu [SOLVED]

    You could always change the template so the active link can also be an anchor. ;)
  60. Thread: raffle website

    by Vera
    Replies
    1
    Views
    919

    Re: raffle website

    Perhaps using catalog? I think it also allows for user input. But I haven't seen anything like it in contao (or any other website for that matter) :oops: Any examples perhaps?
Results 1 to 60 of 271
Page 1 of 5 1 2 3 4