Da die Version von Garys Cookbook für Joomla 1.0x nicht mehr gepflegt wird werden in diesm Forum nur noch allgemeine Fragen beantwortet.

how can I change my own recipe

  • xortje
  • Autor
  • Besucher
  • Besucher
15 Jahre 6 Monate her #2510 von xortje
how can I change my own recipe wurde erstellt von xortje
Code:
// Check for Editor rights if ($my->usertype == 'Editor' || $my->usertype == 'Administrator' || $my->usertype == 'Super Administrator' ) { $is_editor = true; $is_registered = true; $is_author = true; } else { if ($my->usertype == 'Author' || $my->usertype == 'Editor' || $my->usertype == 'Administrator' || $my->usertype == 'Super Administrator') { $is_registered = true; $is_author = true; $is_editor = false; } else { if ($my->usertype == 'Author' || $my->usertype == 'Registered' || $my->usertype == 'Editor' || $my->usertype == 'Administrator' || $my->usertype == 'Super Administrator' ) { $is_registered = true; $is_author = false; $is_editor = false; } else { $is_author = false; $is_editor = false; $is_registered = false; } } }

how can I change this to give the users right to change Change own recipes???

Thanks

Bitte Anmelden um der Konversation beizutreten.

  • xortje
  • Autor
  • Besucher
  • Besucher
15 Jahre 6 Monate her #2513 von xortje
xortje antwortete auf Aw: how can I change my own recipe
nobody :(

Bitte Anmelden um der Konversation beizutreten.

  • xortje
  • Autor
  • Besucher
  • Besucher
15 Jahre 6 Monate her #2515 von xortje
xortje antwortete auf Aw: how can I change my own recipe
no support :S

Bitte Anmelden um der Konversation beizutreten.

  • Gerald
  • Offline
  • Administrator
  • Administrator
  • Think Pink
Mehr
15 Jahre 6 Monate her #2516 von Gerald
Gerald antwortete auf Aw: how can I change my own recipe
This Funktion is not supportet in comming Versions for Joomla 1.5 the Funktion is in Planing

Moderator Developer of Gary´s Cookbook

Bitte Anmelden um der Konversation beizutreten.

Ladezeit der Seite: 0.229 Sekunden