Jump to content

Frank Vèssia

Members
  • Posts

    585
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by Frank Vèssia

  1. my admin tree view is very long and it's divided in 3 pages. Now i want to move a page that is located in 2nd page to 1st page but it's impossible ;D and i cannot find a way to suggest and implementation for this situation. :-\
  2. I've logged in as test user, no admin rights. Now i cannot logout. If a go in admin the system tell me I don't have the permissions, and this is ok but when i click on logout right bottom link nothing appends, i just go to /processwire/logout/ but the page is the same with the access error displayed.
  3. Thanks Ryan, i will try this but i guess in the future when you will change users system i will have some problems updating PW...right ? (if i want to use the new system letting down this 'page trick')
  4. I'm starting using the user function to create custom user fields, but it seems not working. this is my code: $u = new User(); $u->name = $username; $u->pass = $password; $u->email = $email; $u->order_id = $order_id; $u->ipaddress = $ipaddress; $u->amount = $amount; $u->signupdate = $signupdate; $u->addRole($role); $u->save(); $session->redirect('/congratulation/'); the user was created but with only name, pass and role...i miss something? (Ryan,in previous post you told me it's not necessary to create the fields in the db first...)
  5. ops...yes. ;D i have this bad habit sometimes to use italian words for fields...btw you should correct this.
  6. I created a new template, i created two new fields for this template than i created a page with this template on second level, root->category->page. After this i get blank page, completely. Get back in the browser and clicked edit on this new page i can see in the tree view. the url is: http://ioaffiliato.com/processwire/page/edit/?id=5792
  7. When i try to write the title tag in a link on tinymce (<a title=''>)and save the page, the title disappear...
  8. I got this error when edit a page. Catchable fatal error: Argument 1 passed to WireData::setArray() must be an array, boolean given, called in /home/hdps/domains/ioaffiliato.com/public_html/wire/core/Data.php on line 37 and defined in /home/hdps/domains/ioaffiliato.com/public_html/wire/core/Data.php on line 68
  9. I used for two website and i cannot find any fault, it's perfect and easy to use, maybe you can add a function to cut some long text in itemDescriptionField because sometimes i could not have a summary text in my template in addition to body field and for feed it's good to have small text, but this is not a big problem.
  10. in italian we have two words for counting, just one singular and one plural and in some situations we use the same word in different context like english does but sometimes english doesn't use 'the' or 'a' before the word ex.: 'page was created', in italian the correct would be 'the page was created' O.T.: hey Adam, starting from April i'll live in Bratislava ;D You live there?
  11. Ryan, i got this error : Unknown User:/?/:Error:Undefined class constant 'guestUserID' (line 69 of /home/hdps/domains/ioaffiliato.com/public_html/fp/wire/core/Users.php)
  12. I need to move more pages from one parent to main parent changing also the url name from /home/page/ -> /page/. The best way via code?
  13. It's possible to create a custom login page like a template?
  14. great! I need it a lot , i will try immediatly ;D
  15. Great. it was unbelievable that you didn't think at this. ;D
  16. it was my post Ryan. I had a "problem" with a page field but i solved and than i deleted the post.
  17. no because i prefer the tree view instead of a serch list, the serach results are not useful if you want to be fast, if i need a page that start with "a" if my tree is ordered i can be very fast in editing. But the point is to have an ordered list no matter the ways to find a page.
  18. In pagelist module i've found only the parameter of the number of pages before pagination but it could be very useful choose also the order of the page, alphabetical, last created... i have a very large page listing in one category and find a page is very difficult.
  19. Thanks Ryan for you patiente and additional explainations.
  20. I have a page with a product listing, 10 each page. In this page i have a sidebar with the latest 10 designers. When i go to page 2 also the designers listing changes my list because for listing the designers i use the same method, limit=10 and sort=-id. Is there a way to block the pagination of this list? (the designers template has the pagination enabled because i have a designers page also and i need a pagination there)
  21. Great!! I love this cms more day by day. ;D
×
×
  • Create New...