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
  • Topic Author
  • Visitor
  • Visitor
16 years 2 months ago #2510 by xortje
how can I change my own recipe was created by 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

Please Log in to join the conversation.

  • xortje
  • Topic Author
  • Visitor
  • Visitor
16 years 1 month ago #2513 by xortje
Replied by xortje on topic Aw: how can I change my own recipe
nobody :(

Please Log in to join the conversation.

  • xortje
  • Topic Author
  • Visitor
  • Visitor
16 years 1 month ago #2515 by xortje
Replied by xortje on topic Aw: how can I change my own recipe
no support :S

Please Log in to join the conversation.

  • Gerald
  • Offline
  • Administrator
  • Administrator
  • Think Pink
More
16 years 1 month ago #2516 by Gerald
Replied by Gerald on topic 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

Please Log in to join the conversation.

Time to create page: 0.168 seconds