Jump to content

pwired

Members
  • Posts

    2,318
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by pwired

  1. Ok finding info like that about Tinymce is a coded jungle out there but I cracked it ! If you want to add to theme_advanced_buttons1 the following : |,fontselect,fontsizeselect then you have to add to valid_elements the following: ,font[face|size|color|style] to make it work.
  2. <?php header( 'Location: http://www.yoursite.com/new_page.html' ) ;?> You need to replace the URL above with the URL you wish to direct to. Be sure that you do not have any text sent to the browser before this, or it will not work.
  3. Hi, Inside Tinymce advanced configuration options I have added fontselect and fontsizeselect as seen here below: theme_advanced_buttons1 formatselect,|,bold,italic,|,bullist,numlist,|,link,unlink,|,image,|,code,|,fullscreen,|,fontselect,fontsizeselect That part works fine as they both show up in the toolbar of tinymce However everytime I type text in a tinymce field and use fontsizeselect my edits disappear after saving. I tried to put fontselect and fontsizeselect in every part of valid_elements but noting works. Everytime when I save my edits in a tinymce field, for example a text part where the text has a smaller fontsize, after saving my edits disappear and text reappears as it was before. valid_elements ? ? ? Where do I have to put fontselect and fontsizeselect inside valid_elements so that edits are not lost after saving ? Note: Yes I know css is preferred but I consider these edits small enough to let them do by the client him self. A client should be able to chose fonttype and fontsize and fontcolor for the text that he is writing.
  4. I am doing this 3 column responsive website and learned a lot. I will delete everything this week and start from scratch again with everything I learned.
  5. yes, it's working now, thanks !! Clumsy me, sometimes the easiest html things can get me pulled. I have to admit that I copied and pasted the code from somewhere else into my template.
  6. I don't understand, should there be target blank or just not ?
  7. Yes I see target is blank there in the template this is the code i have : <div id="flags" style="float: right; position: relative;"> Select Language <a target="_blank" href="http://domain.org"> <img alt="flags" src="/site/templates/styles/images/english_flag.png"> </img> </a> <a target="_blank" href="http://domain.org/de"> <img alt="flags" src="/site/templates/styles/images/swiss_flag.png"> </img> </a> <a target="_blank" href="http://domain.org/es"> <img alt="flags" src="/site/templates/styles/images/spanish_flag.png"> </img> </a> </div><!-- @end #flags -->
  8. I will try immediately
  9. Hi I have multi language working on a site that I am working on. mydomain.com/en/ mydomain.com/de/ mydomain.com/es/ If I have mydomain.com open in my browser and then in the browser address bar I type /de/ so there will be mydomain.com/de/ and hit enter it opens the german part perfectly. Same works for spanish with /es/ Doing so no new page opens in the browser. However if I put 3 language flags in the navbar and link each flag to it's language (for example german flag in the navbar linked to mydomain.com/de/) then the browser opens a new page and shows there the german text. same thing when clicking on the spanish language flag. So when I click on the german flag and then on the spanish flag, I have 2 new pages opened in my browser. How can I avoid this and stay in the first page with the default language, so when for example I click on the german flag no new page is opened in the browser.
  10. @ Beluga, a pleasure reading your informing Linux over-view and positive post. Linux development is lately indeed noticeable reaching more the public, and yes even governments like you wrote. If it wasn't for positive people without a static view, Linux development would not be growing as it is today.
  11. Thanks freestone and apeisa for posting this info about the shop module. I am busy setting up a webshop with it and still are learning how to use the shop module.
  12. Did you mean => emocionante ?
  13. ok, i give up
  14. I just posted this special distro with easy windows and mac desktop for (any) processwire users
  15. One of the reasons why Linux is still not so popular is the linux desktop. Making the linux desktop as easy as windows or mac does make it easier. And that's exactly what this distro let's you do. And so work as easy with processwire as you do with windows or mac. (Especially for not so experienced linux users)
  16. Ok guys we all heared about it that on April 8, Microsoft stops supporting windows xp, no more updates etc. Even Banks warn if you do telebanking on a windows xp computer, after April 8 Banks don't refund your money in case something goes wrong. But what does this have to do with processwire I hear you thinking. Well we all use computers to do our website development and most of it we do in the browser, besides of course some ide we use for php, css, js etc. Maybe only a few of us still use windows xp, others already use windows 7 or work on a Mac or use Linux. Linux, yes that was my point here because I stumbled upon a very interesting Linux Distro, one that is really different from the others, and worth checking out. Not trying to be a linux fanboy here or a windows basher, no, that's boring anyway, let's go beyond that and check this out: Zorin Linux OS http://zorin-os.com/index.html http://zorin-os.com/tour.html Quote from one of the pages: The main goal of Zorin OS is to give Windows users easy access to Linux. That is why Zorin OS incorporates the familiar Windows 7-like interface by default to dramatically reduce the learning curve of this system while still experiencing the main advantages of Linux. You can also utilise the desktop with other interfaces. This is thanks to the exclusive Zorin Look Changer which lets you change your desktop to look and act like either Windows 7, Windows XP or GNOME 2 in the free versions of Zorin OS. The Premium versions also include the Windows 2000, Unity and Mac OS X looks. But don't take my writing for it and check it out for your self. I don't think it is going to waist your time.
  17. Hi Freestone, welcome to processwire You sure can, just need to learn the pw basics and the pw api: http://processwire.com/api/ The api of pw is very powerfull. You already have website experience with drupal so no problem at all to learn these things. PW is build around an amazing concept that everything is "a page" associated with fields and templates, which makes it very easy to make fast and scalable websites. Here is a post about moving from drupal to processwire: http://processwire.com/talk/topic/1015-switching-from-drupal-to-processwire/page__view__findpost__p__8988 And here are some modules that I know of: http://modules.processwire.com/modules/form-builder/ http://modules.processwire.com/modules/blog-profile/ http://modules.processwire.com/modules/shopping-cart/ More about pw here: http://processwire.com/talk/topic/4173-grouped-forum-posts-links-articles-tutorials-code-snippets/ And a lot of experienced pw people on this forum that can help you out.
  18. @Soma, Look at the time of my post 09:50, it didn't work then, also at that time, ping did not work. There are still people typing www in the address bar, so for them that should work too.
  19. http://www.wifi.dnwx.info/ => Could not locate remote server http://wifi.dnwx.info/ => You don't have permission to access / on this server. dns resolves ip 103.6.196.220 which is not your website but cpanel. You should check that first.
  20. Very well pointed. At first pw use, this can hold newbies, starters and designers in a corner. Everything in pw is "a page" and when you "see it" - it feels just like it should. Your phrase is very functional for in the newbie section.
  21. How about pw as an app
  22. pwired

    Lister

    PW not only having a great back end but also great back end coders. You guys really know what you are coding.
  23. Ok I try to make a zip backup of the webshop, download it and then search locally.
  24. Hi, I have to change a text line in an on-line webshop. The text is "taxandshippinginfo" The problem is that I do not know if this text is inside a static html part of the webshop or that it is generated from php code in the webshop. Is there a program or a tool that let me search for a text string on the server ? I have ftp access to all the folders on the server. But my ftp program does not have the option to search for a text string in all the folders. Is there such a tool ?
  25. Agreed, those hard text captchas are frustrating but are not the only ones, there are also ones like math, questions, pics, puzzles, etc. Easy for humans, even children, but almost impossible for bots.
×
×
  • Create New...