Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2016-01-29 11:16:06

Djemmers
New Member
Registered: 2016-01-29
Posts: 1

Can textpattern to the following?

Hi,

I am looking for a new cms to devellop the new version of my site.
I have used joomla and modx but was not really for me.

maybe textpattern is more for me?

Can I do the following with this CMS?

  • Use data in an external database (same server or other then site) to populate data on pages. (lists and detail pages)
  • Add, delete, adapt entries in that database (through forms on the site)
  • use my php and sql “knowledge” to adapt/create the above. (create custom php forms and php pages)
  • create a multinlangual site (easy to add a language/tanslate file)
  • give users the option to use facebook/google or site registration

This for an event database website where:

  • users can create an account/change their password
  • logged in users can add/update/delete and search events.
  • visitors (also not logged in) can add,search events.
  • normal users can only acces front end even when logged in
  • admin users can acces front and back end

tnx for any replies

Offline

#2 2016-01-30 13:16:52

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,595
Website

Re: Can textpattern to the following?

Most of the things you mention – multilingual user-defined strings, facebook/google login, using non-txp data to populate pages, and multi-user sign-ins and accounts – are not built into textpattern as standard.

With the requisite knowledge and plugins, you can probably achieve much of what you want save for the login with facebook/google. Textpattern is very tailorable, but none of this is beginner’s stuff but if you’re experienced enough, you can probably achieve much of it

Accessing external sites / databases

  • smd_query (doing custom queries and own output variants with/without txp’s own tags)
  • etc_query (traversing database, json, other sites using xpath)
  • rah_swap (temporarily swap database connections within one host)

User accounts management / self-registration / login

Submitting data to the database via a public form

Multi-lingual sites

and perhaps Kevin’s article on event management in textpattern is also of some use.


TXP Builders – finely-crafted code, design and txp

Offline

#3 2016-01-31 11:36:08

moon blake
Member
From: near Hannover, Germany
Registered: 2009-07-16
Posts: 76

Re: Can textpattern to the following?

jakob wrote #297653:


User accounts management / self-registration / login

Hi Jacob,
AFAIK cbe_frontauth didn’t allow self-registration, unfortunately. The only non-orphaned plugin to do this is mck_login
Am I wrong?

Offline

#4 2016-01-31 18:53:53

jakob
Admin
From: Germany
Registered: 2005-01-20
Posts: 4,595
Website

Re: Can textpattern to the following?

Hi moon blake, you are probably right there – I couldn’t remember…

Thanks for filling in the blanks!


TXP Builders – finely-crafted code, design and txp

Offline

#5 2016-01-31 22:06:43

CeBe
Plugin Author
From: Caen - Fr
Registered: 2010-06-25
Posts: 345
Website

Re: Can textpattern to the following?

moon blake wrote #297663:

AFAIK cbe_frontauth didn’t allow self-registration

Right.

Offline

Board footer

Powered by FluxBB