-
Posts
343 -
Joined
-
Last visited
-
Days Won
10
Everything posted by WillyC
-
disabble xdebug.or ++nesting lavel
-
It is bug
-
oop easier than no.oop. how abowt real objet likes coffey maker. $m=new coffeymaker(): $m->fillcoffey('frenchyroast'); $m->fillwater('750ml'); $coffey=$m->brew(); $me=new WillyC(); $me->drink($coffey); $t=new toilet(); $me->pee($t); and that.all there,^b^b^b oops $t->flush(); and thatall there is now.youknow oop(ee)
-
when.i do ALt.Q NO CARRIER &€$'""/-¥• •^€~
-
soumd problamatic to.me 888 what.wil be if put page.in trash,change.name n tamplate whilst.in trash then un-trash to new pare T? what.abt the recersive gramdchildrens?
-
Template-specific descriptions for Fields
WillyC replied to tiagoroldao's topic in Wishlist & Roadmap
Cluck.on field name youwill in tamplate edit. change descraptions by tamplate.youcan. called "context" -
lookkk.in $config->advanced=true; u edit then.tamplate & options too lefsa title.optional
-
hello., srch result.page u shuld use.right quote ex. “quote” no "quote" is typo.graphe lookit up
-
heyu.make small changeto item like.add periodto sentance then.say misjgoth in.english and cluck save, fixed
-
download .have file call readme.txt and instructional. onlyknow.some Php me, but no es necessato in processwire using, may be but .developing new help.it can. more+ u know as.webdev+ more u like pw. butif no into ne webdev, swap letters pw with wp.
-
method u use with js is nice. but why u need reinsert image to change? cluck just on img then click img icon tinymce. description u edit. cluck insert. save. redo u do not need to
-
a eseye, ou pa dwe. fè oswa pa fè sa. pa gen anyen lòt bagay. ka fòs a toujou la avè ou.
-
wait.for net split i do,my bots take over.yr channl Yes.will
-
Get specific page attributes/fields from pagearray set
WillyC replied to Bill's topic in API & Templates
soma yo can no| $wire->zam in modulos o classos. wire('zam') must it.be bill getAttr beauty i.use good,thanking -
$zip = $page->images->path . 'dosfile.zip'; $fileos = array(); foreach($page->images as $image) $fileos[] = $image->filename; $fileos = implode(' ', $fileos); exec("zip $dosfile $fileos"); echo "<p><a href='$dosfile'>clicka.mato dawnlode</a></p>";
-
Site putt.together am i brougt inputfield lexicon or process with usrs many do. when alphabateze multi page informations wher.e dos selection vs multioption selectins value's with process wire? mixture.with tamplate and filters and fields, suggest grate would so? helpfal.kind vanced, much,thank too.
-
Get specific page attributes/fields from pagearray set
WillyC replied to Bill's topic in API & Templates
Whyno for each? That what.it for. Already invented wheel is. $ids=array(); foreach($pageArray as $p) $ids[]=$p->id; Now bingo $ids have.what u need -
url.segment configerable san /site/config.php - /** * Maximum number of extra stacked URL segments allowed in a page's URL (including page numbers). * * i.e. /path/to/page/s1/s2/s3 where s1, s2 and s3 are URL segments that don't resolve to a page, but can be * checked in the API via $input->urlSegment1, $input->urlSegment2, $input->urlSegment3, etc. * To use this, your template settings (under the URL tab) must take advantage of it. Only change this * number if you need more (or fewer) URL segments for some reason. * */ $config->maxUrlSegments = 4;
-
Thinking about building an "easy" site profile
WillyC replied to statestreet's topic in Themes and Profiles
sound.cool. use/test how to? no template files -
-
about.float clear, hit reload in browser.fast twice then eject dvd, blow on it, re -insert click -pages- work it will and well
-
Su trabajo es excelente, gracias!
-
assume that all colums are equal do you? screen shot show columns, lengths different
-
solved Logging in creates a new session. Good or bad?
WillyC replied to apeisa's topic in General Support
fall back you must avoid sessions fathered by cookies they are session id in url come from dark side.safe is not -
public function ___login($event) { لهذا public function login($event) لا يوجد سبب ليكون آخر هوك هنا تغيير if (!$user instanceof NullPage) { // update login info $user->pass = $pass; $user->save(); لهذا if($user->id) { $user->pass = $pass; if($user->isChanged('pass')) $user->save(); تعديل هذا $guest = wire('users')->getGuestUser(); $user = new User(); $user->parent = $guest->parent; $user->name = $name; $user->pass = $pass; $user->addRole("guest"); $user->save(); $user = wire('session')->login($name, $pass); لهذا $user = wire('users')->add($name); $user->pass = $pass; $user->addRole('guest'); $user->save(); wire('users')->setCurrentUser($user); تعديل هذا throw new Exception("Could not connect to LDAP"); لهذا throw new WireException($this->_('Could not connect to LDAP')); يودا من حرب النجوم $field = Wire::getFuel('modules')->get('InputfieldText'); لهذا $field = wire('modules')->get('InputfieldText');