-
Posts
295 -
Joined
-
Last visited
-
Days Won
5
Posts posted by Luis
-
-
to make it still harder for you teppo, imagine your clients doing the badger dance after realizing how great PW is
-Mushroom
good work btw Wanze, very handy module for developing.
-
not working.2013-02-16 04:28:27 ? http://192.168.25.170/?/ Error: Class 'PageRender' not found (line 211 of /share/HDA_DATA/Web/besserlanden/wire/core/Modules.php)
2013-02-16 04:28:29 ? http://192.168.25.170/?/ Error: Class 'PageRender' not found (line 211 of /share/HDA_DATA/Web/besserlanden/wire/core/Modules.php)
2013-02-16 04:28:52 ? http://192.168.25.170/?/ Error: Class 'PageRender' not found (line 211 of /share/HDA_DATA/Web/besserlanden/wire/core/Modules.php)
htaccess updated
index.php updated
not really sure which specs this server has, its a qnap NAS TS-212
i will look for it later this day.
-
Badger or batcher?
-
5
-
-
his form works now on my local machine, andre you got mail with the corrected code.
for those interested, after his validation he started with else, this point the script didn´t reached when pass was updated.
i just added a $formerror and asked instead of else if $formerror is false.
-
1
-
-
no solution yet only a quick tip.
if (empty($input->post->username)
is the same to:
if(!$input->post->username)
i will dive into your code in my next break.
-
1
-
-
$onjegolders->post->code
-
what is not working?
-
don´t know.
try it out, this could be a starting point (not tested, wrote from mind in browser)
$loggeduser = $user->name; if($input->post->submit) { $pass = $input->post->password; $u = $users->get("name=$loggeduser"); $u->of(false); $u->pass = $pass; $u->save(); $u->of(true); $session->logout(); $u = $session->login($loggeduser, $pass); }
-
U have to Logout the user after pass update.
This isnt done by PW.
You could try this at admin interface, change your pass and whoop no logout
-
you should at least check out the showcase forums.
there are a lot of pages showing the possibilities processwire offers.
-
Yes please, give new search and a WillyC translat0r too
-
Sure why not?
Processwire got almost everything implemented what you need.
You got User Management, Rights Management, you could edit pages via the normal frontend.
There are a lot of topics here describing how to change, add and edit pages through API.
You finally need a lot of time and a bit of php knowledge and there u go.
-
1
-
-
Good to hear you figured it out.
-
Hmmmmmm,
i just deleted exactly what u wanna achieve 2hours ago because i needed an email verification before first login.
Its definitve possbile to Login a User after registraton.
My Script was something like this:
Registry Page.
Vailidate Input.
Create User Dashboard as Page.
Create User.
Redirect to Dashboard and Login.
Im back in my office in 20minutes.
I'll take a look if i could restore the Script.
-
1
-
-
Luis - Karlsruhe - misterui.de
-
1
-
-
Sure Ryan,
but who wants to read a wall of text visiting the page the first time? (in the first 500pixels)
-
the world famous Lorenzo von Matterhorn
-
3
-
-
to form a link you could do something like this
<a href="<?php echo $page->next->url ?>">Next</a>
-
yes mats is right, this is the normal prev next function.
just thought you want a prev next and pages navigation.
So you got 2 solutions now
-
1
-
-
hm no thumbs up icon here.
ok
-
1
-
-
to give you a starting point, this is the code snippet from the page i´ve posted
<?php include('./includes/head.php'); $options = array( 'nextItemLabel' => "Weiter", 'previousItemLabel' => "Zurück", 'listMarkup' => "<div class='pagination pagination-centered'><ul>{out}</ul></div>", 'currentItemClass' => "active disabled", 'itemMarkup' => "<li class='{class}'>{out}</li>", 'linkMarkup' => "<a href='{url}'>{out}</a>" ); $items = $page->children("limit=10"); $pagination = $items->renderPager($options); echo $pagination; ?>
-
1
-
-
nope, not for search only.
I´ve used the pagination with prev - next buttons on this page: http://würfelhauskonzept.de/artikel/
Just read the pagination tutorial and the usage will be clear, very handy little module.
-
check this: http://processwire.com/api/modules/markup-pager-nav/
already built in
-
Yes Foundation, was my first run with it.
Which part of the solution interests you adam?
ProcessBatcher
in Modules/Plugins
Posted
Looks like we will see you in the recall Joss, pretty Good performed. You just have to work on your Dancing skills.