Welcome, Guest
Username: Password: Remember me
  • Page:
  • 1
  • 2

TOPIC:

Re: Please help me - regex still failing 16 Oct 2012 05:37 #4547

whispiri wrote: Okay,

I have rebuild my component from scratch and so far it seems to be working now in Sandbox. No errors so far. Not sure what I did differently. However, I haven't tested it on the my server yet. Will do so in the morning. It's getting late here and need some sleep. Will keep you posted.


Hi whispiri,
How did your test go?
is it working locally and on your hosted server?
Still need Help?

Please Log in or Create an account to join the conversation.

Re: Please help me - regex still failing 21 Nov 2012 06:54 #5523

  • mark d
  • mark d's Avatar
  • Visitor
  • Visitor
if (isset($_POST)){

is never verified because the submit button as no name attribute

change it from:

<input type="submit" value="Send information" id="submit"/>

to

<input type="submit" name="submit" value="Send information" id="submit"/>

Please Log in or Create an account to join the conversation.

Re: Please help me - regex still failing 21 Nov 2012 08:07 #5531

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195

mark d wrote: if (isset($_POST)){

is never verified because the submit button as no name attribute

change it from:

<input type="submit" value="Send information" id="submit"/>

to

<input type="submit" name="submit" value="Send information" id="submit"/>

Is this relevant to the issue that @whispiri has with regex?

If so, please explain a bit more what the you mean to contexualise it.

Thanks,

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!

Please Log in or Create an account to join the conversation.

Re: Please help me - regex still failing 21 Nov 2012 08:18 #5534

  • mark d
  • mark d's Avatar
  • Visitor
  • Visitor
Actually, using this idea, one could replace unvieldly .js based language files ... Once found, it will replace that rule with one specified in launching options. ..... var rule = options.allrules[customRule]; if (!rule) { alert("jqv:custom rule not found "

My personal opinion.

Please Log in or Create an account to join the conversation.

Re: Please help me - regex still failing 21 Nov 2012 08:26 #5536

  • JoomGuy
  • JoomGuy's Avatar
  • Offline
  • Moderator
  • Moderator
  • Joomla Enthusiast, Lover of Cooking
  • Posts: 1115
  • Thank you received: 195
Regardless, your post didn't explain any of that but in addition, you'll see from reading the entire thread that this is in fact an issue with COOK 1.5 that can be solved by using COOK 2.0.

Gez
Need help with your Cook/Joomla Project? . PM me to find out what I can help with. NO time wasters please!!!
The following user(s) said Thank You: admin

Please Log in or Create an account to join the conversation.

  • Page:
  • 1
  • 2
Time to create page: 0.256 seconds

For starters it's just so easy to design an app in a way that I'm used to i.e. database first then views followed by customization. The fork system is pure brilliance from a developer standpoint as I can override things and still add and update my projects with minimal effort! Truly amazing to be able to build components in Joomla using incremental refinement without having to do everything by hand. Thanks for the great tool! I am so much more productive now than ever and I can't imagine building components any other way!!!!
Dave (Forum)

Get Started