Jump to content

AnotherAndrew

Members
  • Posts

    168
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by AnotherAndrew

  1. Alright, I'll check with them. And sure I would love to help test. I never knew of all the misc things you could do with tinymce. I'll check out your post....
  2. Soma, sorry, I didn't fully understand your post until today. Your solution works but I am getting an error in tinymce telling me that access is denied to that directory. (You don't have permission to access /site/templates/templates-tinymce/main-content.html on this server.) The permissions on the directory is set to 755. I seem to remember tinymce having problems like this.... Did you run into this?
  3. Soma, it looks like this is little out of my league of php skill and that it does need some wizardy from Ryan. This would be a very beneficial addition to the PW core and I do hope that Ryan agrees to it. I suppose that for now, I can not implement until Ryan puts this in the core. I'm drawing my inspiration from a buddy of mine who develops in Cold Fusion who uses this to help wayward clients find / choose / selects how to best format a body of text to fit within the site's design. Here is an example of what it would look like, albeit in CF:
  4. Sorry guys I spoke too soon. I didn't figure it out. Soma, I would look at your suggestions and report back. Thanks for the input!
  5. Soma, I figured it out. Rather easy. It would be awesome if there was a default template that was already associated with the tinyMCE editor. And even better, it automatically goes into the editor field.
  6. Soma, brilliant! I will give that a shot! Quick question, and perhaps I should try before asking, but how do you associate the template with your various text fields?
  7. Does anyone have suggestions on how to put in formatted sample text in a textarea editor? For example, I want to have several templates and for each body content textarea field, I would place in sample text that is formatted accordingly. Then a user would simply highlight the text, put in their text, and everything is nice and formatted. Would I need to create my own textarea module to do this?
  8. Thanks Charliez. They seem to love it too! Particularly the ease of updating! Wink, wink.
  9. Apeisa, Right. I remember thinking about this previously. I just forgot to do it! Thanks for being my reminder!!
  10. I have a site that uses just one page for a checkout and as such it also uses SSL. However, after a user navigates away from the page, they are still viewing the site in https. Does anyone know how to set it so that they are in http after leaving that one page? Also, I screwed up when I set up the SSL certificate by using a naked domain name. So in my htaccess I set up this to correct it: # Allow form payment # RewriteCond %{SERVER_PORT} !^443$ RewriteRule ^contact https://foo.com/application-payment/ [R=301,L]
  11. Hey all. I just put up another site using PW. Thanks everyone for helping me get started using PW! Check it out here: http://www.eastsidenurseryschool.org/ What do you think?
  12. Does anyone have any experience with CloudFlare, or anything similar? Is it worth the 5 minute hassle to set up for a small site that doesn't get much traffic? When do you think it would be worth it? General thoughts?
  13. We built a website for this painter's portfolio using processwire. What do you guys think? http://www.idaschmulowitz.com/
  14. I've purchased a SSL certificate. How would I go about testing it in a development mode? I'm using MAMP. Does anyone have any experience with using MAMP and SSL? Or do I just need to go to make the site live and hope everything works?
  15. Thanks Ryan, that is just the advice I need for hosting. I've always used shared hosting since it is cheap, and I've never had a site that gets tons of hits to warrant anything bigger. It sounds like you can have a VPS that could host several of these small fry sites. I might consider moving to one...maybe KnownHost.
  16. Thanks Ryan, I asked my host and they said they wouldn't allow it since I am on a shared host. Is this something that is pretty common to disable on other shared hosts? Just wondering if I should change hosts. Can anyone recommend a decent U.S. host? It seems everyone I try, there is a problem! EDIT my host did resolve this by whitelisting just one of the rules for mod_security.
  17. Thanks WillyC, but that didn't work. Is there disadvantage of leaving that in place? Also, I am on a shared host. So maybe that is why your code won't help. BTW, your avatar gives me the creeps!
  18. Thanks for the link, and from what I read Ryan decided that the problem had to due with the hosts mod_security settings concerning the use of multiple form fields. And he suggests just using a single textarea with tinymce on a template. Ok, well that kinda sucks, and I can get around that. BUT what about the new repeating module that was introduced earlier this week? Does that mean you wouldn't be able to have multiple textareas with tinymce?
  19. Soma, apeisa, I hope someone can find that issue with php security in the forums. Cause I am 99% finished with this site, and would hate to have to reinstall / rebuild it!
  20. OK, I just tried recreating those fields and yes it fails. So, then there must a problem with permissions on the DB. Right?
  21. OK, yes, that worked. So should I try to recreate those fields, or do I need to do anything else, concerning permissions? Well I did have data in those fields...the weird thing was that those fields worked until I tried to put a bold on the text, or did a return for a new line. Then the page would not save and throw me to the 404.
  22. Apeisa, do you mean remove the fields from the template file code, or through PW?
  23. I'm looking at the db and notice some inconsistencies. The template page that I am having problems with is called "text-page." Do I need to change the data to be like the "basic-page" in order for it to work?
  24. I didn't use "profile exporter". Is that a module? I just copied the files, exported and imported the database. I think I kept the same usernames for the mysql users, but I will check. Actually, the admin username is different in the mysql database. Is that a problem?
  25. The pages were saved and had data. This problem seemed to appear after I added the following code to the template. <div id="top-image-caption"><?php echo $page->topimagecaption; ?></div> <div id="quotation"><?php echo $page->quotation; ?></div>
×
×
  • Create New...