Jump to content

AnotherAndrew

Members
  • Posts

    168
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by AnotherAndrew

  1. I am experiencing this bug too. I downloaded the latest commit, but I am still seeing unpublished on certain items. Do I need to re-enter the information (grrr) or is there a way to have it pushed to published?
  2. I'm using the repeater module to build a list of information (name, address, phone, etc.) about a group of people. Is it possible to replace the repeaters number counter with, say, the first and second value of the text fields within the item?
  3. What I was imagining was that a user could select an anchor link from a drop down list in the link urls. PW would obviously have to keep track of the anchors made by a user and then spit them out in the list.
  4. It would very beneficial if there was a way to use anchor links within text fields. Tinymce supports it obviously, but PW does not have this ability built in, as far as I know.
  5. Apesia, I remember there being a discussion about using a different editor awhile back. Tinymce, aloha, etc. I just came across this html5 editor that claims to be lighter than both tinymce and aloha. It looks pretty sweet and you might want to consider it for adminbar. BTW, thanks for the work you have done! http://xing.github.com/wysihtml5/
  6. I'm not too crazy about the red search bar either. It draws the eye right over there as if there is an immediate need to search for something. I would suggest just white or something less shocking. All in all, it's a great theme and it looks stylish. Nice work and thanks for sharing!
  7. Thanks Nikola. Turns out that I was not calling the correct character set in my meta tag. And all of the suggested methods above work now.
  8. I have tried all of these suggestions and it doesn't work....Unhappy.
  9. Thanks for posting. This might come in handy. You should wrap this up and make a module. This would be perfect as a core module. This is something that I think PW is currently lacking. What can I do to help make this a reality?
  10. I used media queries to make a PW site responsive, at least for the iPhone. Pretty easy and fun to do. Check it out either on a mobile or simply rescale your browser. It was fun to set up and easy to do. http://www.eastsidenurseryschool.org The only thing I am not fond of is my treatment of the sub navigation menu on some pages. If anyone has suggestions I would love to hear them!
  11. NIce work. You could trying using a flickr rss stream to pull in the images!
  12. Apeisa, thanks I was looking at the site in chrome and was getting the same results. In another browser it was missing on all the pages. SO, I guess it was a cache issue and I need to put a favicon in my code.
  13. Just noticed that a favicon shows up on my home page but not on other pages. Funny thing is that I don't remember writing it in my code and it does not show up in my source. How is this possible? Does the pw core render it? And where is the file? And why is it not showing up on other pages besides the home page?
  14. Did your try yoursite.com/processwire/? Or did you change the login to something else?
  15. Marc, ahh now I see the effect, the slight adjustment in the image opacity. But yes, what I was thinking was the addition of the slight gray border. Or you could do both, opacity and border. Also, I didn't want to say it but I see that others are in agreement, I'm not a fan of the facebook fan box. How about just having a link to a facebook page via the square f facebook icon? Or some text saying "like us on facebook"? I feel the facebook fan box just spoils the cleanness of the design, is a distraction, and reminds me too much of a wordpress blog.
  16. Joe, I was having a similar issue and this is how I was able to solve it. Read this discussion.
  17. Great work Marc. Easy to navigate. Beautiful treatment of the type. Stunning. And the pottery is phenomenal. I might make a purchase for a gift one day! My only suggestion is to have a mousover for the gallery similar to what you did for the collection highlights. Keep up the good work.
  18. Neil, thanks for the compliments! Follow that thread that Charliez posted a link. The login is designed for logging into a "members" section of the site and for admin login. Thanks to some head scratching and help from Ryan, it works. I'm using fancybox in an iframe for the effect. The only thing that I don't like and have not figured out, is a way to keep the modal open and on the current page if a login error occurs.
  19. Yes it is resolved by the easy solution that Apesia recommended.
  20. This would be awesome if it could return the IP address of the user that logged in. Anyone know how to do this?
  21. OK, it works, the templates at least. Like stated earlier tinymce disappears when I add in the bramus. I'm not in a sub folder.
  22. I just downloaded your test 3 file and will try that. Thanks.
  23. Soma, I also can't get the template to show up, and I have worked out my issues with the server. I'm reading on the tinymce template page this and wonder about the relative link to the templates_template.js file.
  24. All I'm trying to do is reference /site/templates/templates-tinymce/foo.bar. There shouldn't be any permissions problem. Could it be a permissions problem with tinymce?
  25. Soma, I checked with my host and they said that the problem was with the htaccess file and a rule not allowing access to the directory. But that doesn't seem correct. Or does it? I assume they are looking at this: # Access Restrictions: Protect ProcessWire system files (part 2) # ----------------------------------------------------------------------------------------------- RewriteCond %{REQUEST_URI} (^|/)\.htaccess$ [NC,OR] RewriteCond %{REQUEST_URI} (^|/)site/assets/(cache|logs|backups|sessions|config|install)($|/.*$) [OR] RewriteCond %{REQUEST_URI} (^|/)site/install($|/.*$) [OR] RewriteCond %{REQUEST_URI} (^|/)site/config\.php$ [OR] RewriteCond %{REQUEST_URI} (^|/)(wire|site)/templates-admin($|/|/.*\.(php|html?|tpl|inc))$ [OR] RewriteCond %{REQUEST_URI} (^|/)site/templates($|/|/.*\.(php|html?|tpl|inc))$ [OR] RewriteCond %{REQUEST_URI} (^|/)site/assets($|/|/.*\.php)$ [OR] RewriteCond %{REQUEST_URI} (^|/)wire/(core|modules)/.*\.(php|inc|tpl|module)$ [OR] RewriteCond %{REQUEST_URI} (^|/)site/modules/.*\.(php|inc|tpl|module)$ [OR] RewriteCond %{REQUEST_URI} (^|/)(COPYRIGHT|INSTALL|README|htaccess)\.txt$ [OR] RewriteCond %{REQUEST_URI} (^|/)site-default/ RewriteRule ^.*$ - [F,L] #
×
×
  • Create New...