Tagged Questions
Textpattern is an open source content management system written in PHP and uses MySQL as a database backend.
2
votes
2answers
61 views
I don't understand this overflow behaviour
... because the box (sidebar-1) has a given width of 180px!
Why not ...
Het
grote
natuurgebeuren
instead of ...
Het
grote natuurgebeuren
Have a look at > http://www.jeannies.nl/txp/teksten
...
2
votes
3answers
482 views
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 ...
1
vote
1answer
29 views
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 ...
1
vote
0answers
60 views
Textpattern Calendar Customization
I am quite new to txtpattern but I am loving it so far, I have wrapped my head around the coding and snippets, and have
been working on a new portfolio site and blog for myself.
One thing I am having ...
1
vote
2answers
270 views
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... ...
1
vote
2answers
80 views
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 ...
1
vote
2answers
4k views
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 ...
0
votes
0answers
25 views
Javascript edit, rel for TinyMCE link format
http://pastebin.com/Gp3HychS
I'm not JavaScript expert, so maybe someone please can add REL function to this code, like function Title.
This javascript is for Textpattern TinyMCE modification, and ...
0
votes
3answers
59 views
Parsing in Java with C style?
I am new to java text parsing and I'm wondering what is the best way to parse a file when the format of each line is known.
I have a file that has the following format for each line:
...
0
votes
1answer
21 views
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.
<txp:article_custom
form="eventshome"
limit="4"
time="future"
sort="Posted
...
0
votes
2answers
294 views
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 ...
0
votes
2answers
144 views
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 ...
0
votes
1answer
223 views
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 ...
0
votes
5answers
189 views
Text Pattern Processing in paragraph with unix linux utilities
I have a file with the following pattern (please note this is a file generated using sed,
awk, grep etc processing). The part of file input is as follows.
filename1,
BASE=a/b/c
CONFIG=$BASE/d
...
0
votes
2answers
278 views
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 ...