Jump to content

DV-JF

Members
  • Posts

    294
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by DV-JF

  1. Nice Site,I really like it. I've found an error, witch I wanne report to you: When I click on a thumbnail at "Menu" site, there seems something to be broken. I Only can see a spinner, but nothing else happens (Firefox Ver. 25.0.1).
  2. Is it possible to use the field dependencies with PW 2.3.0 or do I have to use the dev branch in order to use them?
  3. This topic is really interesting, cause I'm asking myself too, how to manage site specific content. I reopened this thread before reading this topic. I want to create a structure witch makes it easy for the editors to create "individual" sites without breaking the hole site or layout. Therefore I thought it would be nice to have some predefined "blocks of content", e.g. 1 column of text 2 columns of text 3 columns of text Block of Images Toggle Section 1 column text, 1 image beside and so one The idea behind: If I could predefine such content blocks, then it would be very easy for the editors to structure their articles and sites the way they want it. The idea behind using childpages seems obviously to me, but I worry that this concept isn't explainable to most of the editors. Till now I haven't found a nice way to do this. The way Soma described it, seems to be the clearest: How do you handle this? Greets
  4. I would like to come back to this question: Is it possible to use a repeater field the way Soma described it or is there a way to create such functionality? Many greets.
  5. Tanks for the hint That's exactly what I was looking for !!!
  6. Hi, I've created a frontend login form and redirect to a site where I want to offer some PDFs for registered users. I uploaded the files to a fields called pdf_files und looped through them to show them on the site. No Problem so far, BUT: The direct URLs to the PDFs are public reachable. Is there a way to solve this problem? Many, greets, DV-JF alias, Jens.
  7. So, do I understand that correctly: There is no native PW possibility to share data between two different sites using different databases but the same core?
  8. OK, I've to come back to this topic as things going to be serious: I've decided to set up two sites with method #1 - http://processwire.com/api/modules/multi-site-support/ and I'm syncing the template-folders 1:1 manually. Everything works fine for me so far, but now I want to share content between these two different sites but I don´t know how to deal this situation: On site ONE I've created a search form witch crawls and filters specific sites based on templatefiles and outputs a list of persons. I want to integrate this list and search form into site TWO. Now I'm wondering if I have to include the index.php (like described here: http://processwire.com/api/include/) cause site ONE and TWO are sharing the same basic installation and (I guess) the same index.php, too. Any ideas, I'm really confused !?
  9. Hi, is it possible to set the HTML5 placeholder attribute to a created text field?
  10. No, here's a screenshot of how it looks, when I try to save the field...
  11. I can't see any map. After entering a correct cityname and click outside the field nothing happens. Lat and long are blank. That where my thoughts, too, so I checked via chrome if the gmaps api is working: When I'm open the url to edit the field it there are four requests - all seems to be loaded correctly : Request URL:http://maps.google.com/maps/api/js?sensor=false Request Method:GET Status Code:200 OK Request URL:http://maps.gstatic.com/intl/de_de/mapfiles/api-3/14/1/main.js Request Method:GET Status Code:200 OK Request URL:http://maps.gstatic.com/cat_js/intl/de_de/mapfiles/api-3/14/1/{common,util,stats}.js Request Method:GET Status Code:200 http://maps.googleapis.com/maps/api/js/AuthenticationService.Authenticate?1shttp://example.com/verwaltung/setup/field/edit?id=112&5e1&callback=_xdc_._opu9sd&token=49333 Request Method:GET Status Code:200 No Scripts are blocked, tested it on different browsers. Same problem when I enter the lat and long by hand.
  12. What if I use the module "Multisite" by apeisa http://processwire.com/talk/topic/1025-multisite/ ? Only problem there: i only get "one" backend working.
  13. This sounds like a plan, but it wont help me, cause I definitely need to have two different URL's even in the PW backend. When I have two different page trees how would you share the content? Is there a way to have "one content" on both page-trees? Greets
  14. Hi, after installing the module and while I tried to add a field I got this error: MapMarker: Error geocoding address Then I assumed the field to my basic-template but when I try to save the page I got this error again and the coordinates aren't saved. I tried to search for this issue but didn't found anything, but the code where the error comes from: https://github.com/ryancramerdesign/FieldtypeMapMarker/blob/master/MapMarker.php#L84 I'm using PW Ver. 2.3.0. and the latest Version of this module. Any ideas? Greets, Jens alias DV-JF
  15. Hi, I'm trying to set up a multisite with following specifications: 2 different URLs I have to reach the backend via the two URL's (eg. http://example-firstsite.com/processwire/ and http://example-secondsite.com/processwire/) so that i can create different user / editor roles witch only get "their content" I want to use the nearly same template-files on both sites I want to use only one core I want to share some content between the sites I want to have a "child-page based database for persons" witch I can query and use on both sites with it's own url I tried to use apeisa Plugin Multisite but had to recognize that it´s not possible to use it without having a "master-site" Can you give me any advices how to set PocessWire up to comply with the requirements? Many greets, Jens alias DV-JF.
  16. Hi, I've use PW on a few sites now. Mostly I'm doing the same steps again and again at the beginning of a new website: download some modules install them install language install theme and theme files ... Normally I'm using the same modules and even theme structure on every site I'm creating. So, is there a way to setup PW once then "freeze" this point of development, so that I can reuse it to other projects? How do you solve this? Greets, Jens.
  17. Hey arjen, thx for the hint. I asked the provider and they told me,that I have to set a valid mail-address in the settings of my account The module is working fine now!
  18. Hey, I've a problem,witch i cant solve by myself so I hope you have any ideas what to do: I want to use FormTemplateProcessor here are my settings: A template called contact_form with two fields - contact_mail and contact_text - no template file associated. A template called contact with standard fields - title + body + images and so on - associated to contact.php <?php /** * Kontakt Seite * */ include("./head.inc"); ?> <div class="main wrapper clearfix"> <article class="clearfix"> <h2><?php echo $page->get("headline|title");?></h2> <?php echo $page->body; ?> </article> <?php $form = $modules->get('FormTemplateProcessor'); $form->template = $templates->get('contact_form'); $form->requiredFields = array('contact_email'); $form->email = 'mail@mail.com'; echo $form->render(); ?> </div> <!-- #main --> <?include("./foot.inc"); ?> This looks fine to me and if i try if it works on frontpage, everything seems to work. I got the message, that my submission has been sent. BUT I got no Mail. I've tested it with various e-mail addresses, checked my spambox, but I cant find a mail from my form. I've thought, that maybe there might be something wrong with my Server, but the log-file seems fine to me: 188.111.105.10 - - [21/Jan/2013:10:07:48 +0100] "POST /kontakt-email/ HTTP/1.1" 200 4643 "http://www.mydomain.de/kontakt-email/" "Mozilla/5.0 (Windows NT 6.1; rv:17.0) Gecko/20100101 Firefox/17.0" "www.mydomain.de" I don't know where to search for errors. Perhaps I have to mention that I'm using a various admin path... Would like to hear your advices. Many greets, Jens alias DV-JF
  19. Hey, I want to implement a lightbox to my front-end pictures. Now I'm asking me, what would be the best practice to do this: Can I use the module "jQuery Fancybox Plugin" or do I have to use an extra *.js file? Greets Jens alias DV-JF.
  20. Hey Ryan, thx for answering... Hope so Greets
  21. Hey, I`ve tried this module and everything works fine. Thx for the work! Only thing I'm not able to activate ist a language switch. When I try this code: I get the following message: Error Call to a member function has() on a non-object (line 59 of /homepages/20/d340034586/htdocs/web/site/templates/head.inc) This error message was shown because you are logged in as a Superuser. Error has been logged. All I wan to do is display two flags, witch switch the language of the current page when clicked... Any ideas? Greets Jens alias DV-JF
  22. Hey, is it possible to use this module with the LanguageLocalizedURL ? I wanne make the site multilanguage like this: www.url.de/de/testindeutsch/ www.url.de/en/testinenglish/ Would like to hear from you... Greets Jens alias DV-JF
  23. Thank you guys ! Very cool module
  24. Hello, after relaunching a website I want to redirect all my old URLs to the new structure. Here's the problem: When i try to add Redirect 301 /index.html /startseite I get the following result: http://www.domain.de/startseite?it=index.html Is there a simple way to do what I want and get rid of "?it=index.html"? Greets Jens alias DV-JF
×
×
  • Create New...