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
4
votes
3 answers

Seeking opinions on the best CMS platform for designers and front end developers

I have so far been a dedicated Wordpress user, but have been researching other CMS solutions of late, specifically, looking for something that could potentially allow me to EASILY convert an XHTML site into a CMS site for most projects. I don't care…
3
votes
3 answers

django-cms versus textpattern

I am at present building a medium-sized educational website containing text, academic articles, blog, audio book excerpts, mathematical demos, etc., using custom CSS styles. I am leaning toward two ready-made solutions: django-cms;…
nandac
  • 335
  • 3
  • 16
3
votes
2 answers

How to use Foundation classes .contain-to-grid and .fixed together in a div?

I'm coming from Ed's answer (https://stackoverflow.com/a/14141798) regarding the usage of foundation classes in order to get an fixed navigation which contains to the grid. Each attempt to use these classes together with class="contain-to-grid…
jensf
  • 33
  • 6
1
vote
2 answers

Jquery autocomplete for input form, using Textpattern category list as a source

I'm using the Textpattern CMS to build a discussion site-- I have a firm grasp of XHTML and CSS, as well as Textpattern's template language, but PHP and Javascript are a bit beyond my cunning. On the input form to begin a new topic, users need to…
John Stephens
  • 781
  • 2
  • 12
  • 19
1
vote
2 answers

Change article_custom so that 'past' doesn't exclude an event on the current date

I'm using textpattern and trying to display a list of upcoming events. I'm using article_custom. The issue I have is that this is…
Matt
  • 5,573
  • 4
  • 33
  • 37
1
vote
3 answers

Textpattern... what's the general feel about it?

We are about to start a new project, and an outsourced developer has come in and insists that Textpattern is the way forward... personally I don't mind. I can develop in almost any PHP environment... but the aim of the game is that it does well with…
Tisch
  • 2,598
  • 4
  • 27
  • 34
1
vote
2 answers

Is there a way to store a call to various PHP functions in a MySQL database without the risks of using eval()?

I'm building a very basic CMS for a specific project that contains numerous functions such as get_menu(), get_title(), get_recent(), etc. However, I want to be able to store templates, which would be echoed during page load, that contain said…
John Crain
0
votes
0 answers

Regex is not working in O365 Transport Rule

I'm trying to create a custom sensitive information type in Office365to match a header pattern : .+(spf=pass).+\n.+(dkim=pass))|((.+(spf=pass).+(dkim=pass))|(((spf=pass).+(dkim=pass)))) but i'm getting below error : "You cannot configure a pattern…
Disguise
  • 99
  • 1
  • 1
  • 12
0
votes
2 answers

How to stop this from repeating?

Im currently in a begginers python class so dont bash too hard.... but im doing text patterns based on randomly generated numbers and currently am facing an issue I cant figure out if random_num > 0: for j in range(random_num): …
0
votes
2 answers

Using GREP / RegEx to find and replace string

So, I'm trying to migrate a database from Textpattern CMS to something more generic. There are some textpattern-specific commands inside of articles that pull in images. I want to turn these into generic HTML image links. At the moment, they look…
jpea
  • 3,114
  • 3
  • 26
  • 26
0
votes
2 answers

Textpattern's hak_tinymce plugin does not work in IE

I've set up Textpattern's hak_tinymce plugin on a website I run, and it works great in Firefox, Chrome, Safari and Opera. However, in IE the content area is gray (e.g. it just isn't there), and the Javascript fails with this error: Webpage error…
Vegard Larsen
  • 12,827
  • 14
  • 59
  • 102
0
votes
2 answers

Need to change permissions for a file/folder

In the diagnostics sections in textpattern, it's giving me the error: "File directory path is not writable:...html/textpattern/files" (took out beginning of path) I changed the permissions for the textpattern folder, and the folder named "files",…
Zach
  • 161
  • 1
  • 2
  • 10
0
votes
1 answer

How to pass parameter to custom form textpattern

I'm building custom form in textpattern: " rel="lightbox">" /> Call this form in code: But i have pass…
Longer
  • 1
  • 1
0
votes
1 answer

Quarter Textpattern for a label in devexpress chart

I want to display quarter format for a label on xaxis in devexpress chart. To do this,there's a property called TextPattern as following, diagram.AxisX.Label.TextPattern = "{A:q}" ; result would be : Q2-2016 But i want substring of above result,…
Sparrow
  • 355
  • 4
  • 19
0
votes
1 answer

How to add additional top-level navigation category and subpages in TextPattern CMS?

I am new to TextPattern CMS. How can I add additional top-level navigation categories and subpages to our current TextPattern-based CMS and website?
Mohit Sahu
  • 177
  • 2
  • 17
1
2