Questions tagged [textpattern]

Textpattern is an open source content management system written in PHP and uses MySQL as a database backend.

Built into Textpattern is Textile, a lightweight markup language. Textile converts its marked-up text input to valid, well-formed XHTML and also inserts character entity references for apostrophes, opening and closing single and double quotation marks, ellipses and em dashes.

While Textpattern is often listed among weblogging tools, its aim is to be a general-purpose content management system suitable for deployment in many contexts.

Textpattern got very active community support, and many issues and problems are already solved at Textpattern forums

19 questions
0
votes
1 answer

Different behavior of Foundation 6 Top Bar Menu for two (nearly) similar pages

I created a draft for a website with Foundation 5 (F5) and Textpattern. But I decided to upgrade my documents to Foundation 6 (F6) some months after it was released. Unforunately, I'm not really happy with the new menu structure (so far...) and will…
jensf
  • 33
  • 6
0
votes
2 answers

301 redirect with htaccess & textpattern

Trying to set up a 301 redirect for a change in domain. I'm using Textpattern which already has a mod rewrite. When adding the redirect I'm prompted with a error page on the site, stating that the page has resulted in too many redirects! This is the…
0
votes
0 answers

jQuery Mobile and Textpattern - Comment form

I'm working with the textpattern commenting system using the jQuery Mobile framework. At the moment when loading the individual article page "http://www.elisabettaclaudio.com/maestro-conte" the form in the popup won't let me post the preview.…
Luigi
  • 394
  • 3
  • 15
-2
votes
2 answers

Extract complex text pattern using SQL function

I need to extract a text pattern looking like this: NN-NNN-NNNNNNNNN (2digit,minus, 3digits,minus,9digits) from along text field. For example, specific field looks like this: "fsadlk fasldkl jhkjfd khjfasd 11-333-878787618 hfsd uhjkfads" I need…
1
2