Search:

Type: Posts; User: ramjet

Page 1 of 9 1 2 3 4

Search: Search took 0.01 seconds; generated 5 minute(s) ago.

  1. Replies
    21
    Views
    21,732

    Re: [dropdown] Automatic Dropdown Menu System

    Sorry guys I've been without internet access for a bit.
    Ainschy, i don't understand the problem. What do you mean "...if there no site"? A link to a page to view would help.

    Derpuma, thanks for...
  2. Replies
    4
    Views
    2,286

    Re: Problem with layout.

    http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fscantron.se%2Fsensolock-elektroniska-lagenhetslas.html

    Try xhtml transitional instead of strict as your dtd, either way you'll need to...
  3. Replies
    3
    Views
    1,456

    Re: No matching extensions found

    Possibles:
    Check Settings::Extension repository (at the bottom)
    Are the settings
    http://www.contao.org/services/repository.wsdl
    en,de
    10
    checked

    Check top of Extension Catalog to make...
  4. Re: zExtendedRegistration - throws errors - not working 2.11

    Ernest, I think this extension will only run on php 5.3
    The author has used terniary shorthand in his code (recognised by php 5.3 and up) which means it is really only compatable with Contao 3...
  5. Replies
    5
    Views
    4,134

    Re: Help with hacked website

    As a thought - if you run the contao-check system check tool for your installation, it should tell you which files are modified (corrupt).
  6. Replies
    6
    Views
    11,696

    Re: Lots of Fake Forum signups

    :D
  7. Replies
    21
    Views
    21,732

    Re: [dropdown] Automatic Dropdown Menu System

    VERY BASIC STYLING TUTORIAL TO SHOW FONTS/BACKGROUND COLORS AND IMAGES ON HOVER...

    Make a stylesheet in Contao, and attach it to your page layout - [dropdown] will pick up on ALL page stylesheets....
  8. Replies
    4
    Views
    2,873

    Re: dca tl_member.php

    $row is passed into the function, so $row['username'] should work.



    if(//whatever)
    {
    $user = '<span style="color:red;">' .$row['username'] . '</span>';
    }else
    {
    $user = $row['username'];
  9. Replies
    6
    Views
    11,696

    Lots of Fake Forum signups

    Just in case forum admins are unaware and it matters....
    Just about everyone who shows up at the bottom of the forum in the Birthdays Today is a fake signup.
    Either that or nearly everyone joins...
  10. Replies
    21
    Views
    21,732

    Re: [dropdown] Automatic Dropdown Menu System

    No worries - I see your point.

    I didn't know that ... and as you say, future Mootools versions may not like it.
    I guess only time will tell. :?
    I got the gist of the German thread (Google...
  11. Replies
    4
    Views
    2,873

    Re: dca tl_member.php

    I think you'll need to use a label_callback (instead of format) to do this.


    'label' => array
    (
    'fields' => array('firstname', 'lastname', 'username'),
    ...
  12. Replies
    21
    Views
    21,732

    Re: [dropdown] Automatic Dropdown Menu System

    The module has been updated, so that rounded corners are now applied to all the li elements also (as well as the a elements). This is if "Rounded Corners" are on, and effectively makes them (li and...
  13. Re: New pages defaulting to Website Root not Regular (2.11.4

    Have you tested this in demo.contao.org and ticketed this?
    Maybe you need to.

    I can confirm this happens (when pasting immediately into a website root) in my 2.11.4 install.
  14. Replies
    21
    Views
    21,732

    Re: [dropdown] Automatic Dropdown Menu System

    I see what you mean with Opera, it seems to choke applying your added css into the submenus.
    Since you're recreating all the buttons in your "Extra CSS", does turning off buttons in the extension...
  15. Replies
    21
    Views
    21,732

    Re: [dropdown] Automatic Dropdown Menu System

    Do you have a url I can look at?
  16. Replies
    1
    Views
    1,204

    Re: Read More Links ... don't show articles

    They work for me... I take it you solved it somehow?
    I do notice however that the "go back" links take two clicks to trigger.
  17. Replies
    21
    Views
    21,732

    Re: [dropdown] Automatic Dropdown Menu System

    Hey Anguel,

    The button images are set to the li a elements.
    Try setting the background color to the li elements in the "Extra CSS" textarea.

    eg:

    (note: nav_106 will not be your correct id)
  18. Replies
    1
    Views
    1,180

    Re: Navigation using static container pages

    both the "selectnav" and "dropdown" extensions can do this.
  19. Replies
    2
    Views
    1,374

    Re: {{link::back}} not working in lightbox

    All good information for someone :D
  20. Replies
    2
    Views
    2,290

    Re: Deleted user problem

    Also try http://www.contao-community.org/viewtopic.php?f=4&t=2170 for new admin.
    If that doesn't work try http://www.contao-community.org/viewtopic.php?f=6&t=4196
    ... once in, Contao left menu has...
  21. Replies
    1
    Views
    1,198

    Re: lost administrator password

    Try http://www.contao-community.org/viewtopic.php?f=4&t=2170
  22. Replies
    3
    Views
    2,246

    Re: Member Select Menu Field and Option Groups

    Here is an options callback that works for me in frontend (nothing to do with members though) Both are in a class PaypalkeyForm.php



    $arrFields['product'] = array
    (
    'name' =>...
  23. Replies
    3
    Views
    2,246

    Re: Member Select Menu Field and Option Groups

    Not sure - but do any of these field eval options help you....

    feEditable - If true the current field can be edited in the frontend. Applies to table tl_member only.
    feGroup -Applies to table...
  24. Replies
    6
    Views
    4,566

    Re: A few words about the Contao conference 2012

    Hey thanks heaps Toflar :D
    Your efforts are really appeciated.
  25. Replies
    48
    Views
    18,611

    Re: Paypal Purchase Registration

    Great stuff thanks Ben :)
  26. Replies
    2
    Views
    1,485

    Re: Error messages after server move

    Try reuploading those images, they may have been corrupted in the move.
  27. Replies
    48
    Views
    18,611

    Re: Paypal Purchase Registration

    Ben I'm just trying this module now (v 1.1.1 beta 1) on Contao 2.11.3, and have encountered a couple of major problems, which I added to the ContaoForge project tracker.
    The main one is I cannot...
  28. Replies
    4
    Views
    450,626

    Re: [e_blogga] email blogging module

    ally1, i didn't see your post dated May 6 before sorry (has it just showed up in the forum today?).
    As Thyon says, it creates its own blogs.

    Its in there....
    You need to create it first. Go to...
  29. Replies
    11
    Views
    3,317

    Re: [phpinfo] phpinfo

    Just installed it on Contao 2.11.3 and just perfect, thanks Russe :D
    Very handy extension.
  30. Replies
    4
    Views
    1,750

    Re: Contao conference 2012

    Ruud, theres a link to a keynotes pdf here outlining Contao 3
    http://www.contao.org/en/news/contao-3_0_beta1.html
  31. Re: Can't open the Extensions catalog or Extensions manager

    maybe ask them if php SOAP is running correctly/has been changed.
  32. Thread: Website offline

    by ramjet
    Replies
    1
    Views
    1,423

    Re: Website offline

    I don't know what the error is, but turn added extensions off one by one in Settings to see if one in particular is causing this.
  33. Replies
    8
    Views
    2,684

    Re: Using TypeKit with Contao ?

    Your original question

    I've not used it (or seen the code snippet) but I would guess you paste it into the document head via Page Layout:Additional <head> tags.

    Also you can use Google fonts...
  34. Replies
    11
    Views
    7,824

    Re: Responsive design

    That is awesome.
    There is a point in resizing a browser however (still tablet/near mobile boundary) where the menu disappears completely.
    No biggie maybe - just to let you know.
  35. Re: Birthday list extension not looping through database

    Cool, but it still has to test every record to see who is turned on, then test the dates of all turned on records, then process all month matches, then process all month match profilelinks, and call...
  36. Re: Birthday list extension not looping through database

    Try this one.....
    [attachment=0:12gvar63]yw_listbirthdaysMONTH.zip[/attachment:12gvar63]

    Adds a switch in the module to ALSO show birthdays this month (or not).
    You'll need to run install.php to...
  37. Re: Adding criteria to a drop down menu - Typolight 2.7.6

    maybe posting this in the catalog support forum might get more response ...
    i can't help ya sorry, as i've never used catalog. :(
  38. Replies
    1
    Views
    2,032

    Re: Job exchange forum plesase

    I sure like this idea (mainly cause i could really do with some work!).
    I guess anyone can post for work wanted in any forum, but I think a dedicated forum might encourage it.
    At the moment you...
  39. Re: Birthday list extension not looping through database

    Better...
    [attachment=0:7ctnlgiy]yw_listbirthdaysBETTER.zip[/attachment:7ctnlgiy]
    The way the class and templates work now - all you need to do is to arrange

    however you like in the lb_default...
  40. Replies
    6
    Views
    4,148

    Re: Responsive template flexi

    Hey,
    for those of us not familiar with such things (and who can't speak Belgian???), a clue as to how to install/use would be good. :?

    EDIT:
    I successfully installed through the repository...
  41. Re: Birthday list extension not looping through database

    I just noticed too the templates are wrong.
    The ul /ul needs to shift to the other template to wrap everything, and the a needs to be within the li (not the li within the a) to be valid.

    Also I...
  42. Re: Birthday list extension not looping through database

    Try this...
    [attachment=0:23zpecv1]yw_listbirthdaysQUERYALL.zip[/attachment:23zpecv1]

    As far as I can tell, it is IMPOSSIBLE to do the query via MYSQL (as it cannot calculate using negative...
  43. Re: Birthday list extension not looping through database

    Must be the select statement.
    If the birth date is 1970 or later it will show, if not it won't. (try two test birthdates of 1970 plus to see).
    My tests were two and four years old, and worked - but...
  44. Re: Birthday list extension not looping through database

    Try this
    [attachment=0:3c3gorzt]yw_listbirthdaysLOOPS.zip[/attachment:3c3gorzt]

    I think the reason your template file whitescreened was the EOL(end of line) was Macintosh .
    I've changed all...
  45. Re: Birthday list extension not looping through database

    that zip contains two modules, both with extra class and template files by the looks of it (revisions???).
    I would need the original module
  46. Re: Birthday list extension not looping through database

    Do you have the original module ? (unedited by you) It doesn't seem to be in the repository
  47. Thread: Password Reset

    by ramjet
    Replies
    1
    Views
    1,045

    Re: Password Reset

    Try http://www.contao-community.org/viewtopic.php?f=4&t=2170&p=9116&hilit=reset+password#p9116
  48. Replies
    21
    Views
    21,732

    Re: [dropdown] Automatic Dropdown Menu System

    Hi Dani, I can't see a problem (IE 7 /FF), perhaps you've already solved it with CSS??? Not sure what I'm looking for but it seemsfine to me.
  49. Replies
    2
    Views
    1,990

    Re: Contact Form - auto reply?

    I recently released one in the repository called clientcontact, which also can do this (and is specifically for contact forms)
    details here http://www.contao-community.org/viewtopic.php?f=21&t=4055
  50. Replies
    2
    Views
    1,114

    Re: Repository error

    Good to know, thanks strawberry
  51. Replies
    1
    Views
    1,038

    Re: problem with comment module

    http://www.contao-community.org/viewtopic.php?f=4&t=3984&p=16860&hilit=comment+module#p16860
  52. Replies
    13
    Views
    3,422

    Re: need help with zad_sendnews

    This line appears twice in PollE_UpMailbox.php (the second time to delete rejected emails, and the first time to delete accepted emails after processing.

    $status = imap_setflag_full ($mbox,...
  53. Replies
    8
    Views
    2,587

    Re: [e_Up] Email Upload module

    Cool, I got them.
    I'll have a look tomorrow to see what I can find out from them.
  54. Replies
    8
    Views
    2,587

    Re: [e_Up] Email Upload module

    I figured that ;)

    I've put some markers in my script so i can see what is going on, so send to the mailbox I gave you (plus cc to me). You still got the details?
    Several different attachment...
  55. Replies
    8
    Views
    2,587

    Re: [e_Up] Email Upload module

    Updated in repository to get rid of error - but its still not finding the attachments names in your case.

    Strange cause I borrowed a Mac yesterday, sent multiple attachment types, and it found...
  56. Replies
    14
    Views
    7,701

    Re: catalog and breadcumbs

    no idea sorry
  57. Replies
    14
    Views
    7,701

    Re: catalog and breadcumbs

    $this->Database->prepare
  58. Replies
    13
    Views
    4,850

    Re: Email Blog Module

    Now in Repository
    Repository: http://www.contao.org/en/extension-list/view/e_blogga.10000009.en.html
    Support thread: http://www.contao-community.org/viewtopic.php?f=21&t=4071

    Issues with Mac and...
  59. Replies
    4
    Views
    450,626

    [e_blogga] email blogging module

    This is the instructions/support thread for the [e_blogga] email upload module.
    http://www.contao.org/en/extension-list/view/e_blogga.10000009.en.html


    This is a module for creating multiple...
  60. Replies
    33
    Views
    9,387

    Re: Email Upload module

    I'm confident it works with Mac/ipad/iphone now
    In Repository http://www.contao.org/en/extension-list/view/e_Up.10000009.en.html
    Support/instructions thread...
Results 1 to 60 of 495
Page 1 of 9 1 2 3 4