_nn Posted February 1, 2006 Report Share Posted February 1, 2006 ir problēma, nekādīgi nespēju uztaisīt tā, ka modulis pats lapai pievieno savu izvēlni, piemēram - modulis - admin.php pievieno savu izvelni. Ielādejot moduļus izvedojas izvēlne.. HELP! Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2006 Report Share Posted February 1, 2006 vispar sho uz drazu.... _nn --> kas mums te jaaziilee ar kaadu kodu tu tur njemies? visticamaak ka "modulim" nav <?php un ?> Link to comment Share on other sites More sharing options...
_nn Posted February 1, 2006 Author Report Share Posted February 1, 2006 tķipa, kā wordpress'ā - plugins var pievienot menu administrācijas panelī utt. kā to dabūt gatavu? Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2006 Report Share Posted February 1, 2006 _nn --> un ko tu tagad visiem iesaki peetiit to wordpress ? Man personiigi nav nemaazaakaas veeleeshanas to dariit :( Panjem kodu un apskaties.... tur tachu ir risinaajums. Link to comment Share on other sites More sharing options...
_nn Posted February 1, 2006 Author Report Share Posted February 1, 2006 nē, tas bija tikai salīdzinājums. tur ir funkciju jūra, man vaig tikai pašu svarīgako, mēģināšu izburties cauri wordpresam... Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2006 Report Share Posted February 1, 2006 modulii noraadi pashu menjuci pie menjuchu genereeshanas skaties vai naff klaat kaada jauna.... visu menuchu vertiibas glabaa ciklaa kas generejas ieksh cita cikla... Link to comment Share on other sites More sharing options...
_nn Posted February 1, 2006 Author Report Share Posted February 1, 2006 būtu jauki redzet kādu koda gabalu ;) Link to comment Share on other sites More sharing options...
Klez Posted February 1, 2006 Report Share Posted February 1, 2006 buutu jauki redzeet kaadu latinju :) par koda gabalinju :) Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2006 Report Share Posted February 1, 2006 _nn --> jau mineeju kas mums te jaamin kas Issti tev vajadziigs/kas jau ir? pilniigi piekriitu Klez ja gribi gatavu kodu tad par to ir attieciigi kautkas jaadod preetii... (info/alus/nauda/...?) P.S. tavaa gadiijumaa tev nevar paliidzeet pat ja gribeetu --> neviens tachu nezina kas un kaa... Link to comment Share on other sites More sharing options...
_nn Posted February 1, 2006 Author Report Share Posted February 1, 2006 nu es vēlos lai mans modulis kurš tiek includēts pats par to pastāstītu templāte sistēmai un pievienotu savu menu (izpildītu funkciju, pievienotu array, vai hvz ko). Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2006 Report Share Posted February 1, 2006 _nn--> bet Es veelos maaju kanaariju salaas/ 3mastu jahtu / 1000M rekjinu bankaa un ...... Link to comment Share on other sites More sharing options...
_nn Posted February 1, 2006 Author Report Share Posted February 1, 2006 kas tieši tev nav skaidrs vai arī Tu nevēlies palīdzet? Link to comment Share on other sites More sharing options...
Grey_Wolf Posted February 1, 2006 Report Share Posted February 1, 2006 (edited) _nn--> nekas nav skaidrs ... kaads kods? (koda fragments/ pamatdoma/ kur viss glabaajas(faili/DB)) Ta neviens te neminees visu to --> noformulee preciizi jautaajumu + informaacija kas konkreeti nav skaidrs P.S. arii preciiza aalgoritma izveide parasti ir maksas pasakums ;) (nu tas nu taa) edit: kaada templetu sisteema??? pats veido/peerc ieguusti citaadi KAS? Edited February 1, 2006 by Grey_Wolf Link to comment Share on other sites More sharing options...
v3rb0 Posted February 1, 2006 Report Share Posted February 1, 2006 templeitaa pieliec kaut ko kā <? if($ir_modulis): ?>menu.. <?endif;?> un viss. 99% gadījumu šādi būs labi. Link to comment Share on other sites More sharing options...
_nn Posted February 1, 2006 Author Report Share Posted February 1, 2006 (edited) admin modulis <?php class admin extends module { function admin() { $this->menu(_t('Administration'), 'admin'); $this->submenu(_t('Options'), 'options'); } } es nezinu kā panākt, lai šis modulis pats izveidotu sev menu. menu, submenu iebāž viņus iekš array. Kā man sakopot visu moduļu menu array'us ? v3rb0 - līdzīga tipa ir mans ieprieksējais variants, bet tagad cenšos izvietot visu pa moduļiem, bez iejaukšanās kodā edit: templeitu sistema, var teikt TĀDAS NAV! Tiek includots izvelētais templeits un viņs sadalīts header(), sidebar(), footer() funkcijās, tas arī viss. Edited February 2, 2006 by _nn Link to comment Share on other sites More sharing options...
Recommended Posts