Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2009-04-13 18:58:18

mrtunes
Member
From: Toronto, On
Registered: 2007-03-12
Posts: 575
Website

make it easier to post complex things?

i’m wondering if anyone has ever been in a situation where they’ve made a system that’s a bit hard to figure out. for example, for my podcast i have a mini-checklist of things that need to be done in order push out an episode. some categories have to be checked, url has to go in a specific field and more.

on my own i’m ok doing this, but i wouldn’t have faith in anyone else being able to do this easily. is there a way to build some sort of “macro” so that when people log in it could say “i want to…. “ and then if they click podcast, it would compile all the steps behind the scenes?

Last edited by mrtunes (2009-04-13 18:58:33)

Offline

#2 2009-04-13 19:15:13

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,091
Website GitHub Mastodon Twitter

Re: make it easier to post complex things?

adi_notes might be of help as it provides a back end textfield where you can post all instructions


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2009-04-13 20:24:59

MattD
Plugin Author
From: Monterey, California
Registered: 2008-03-21
Posts: 1,254
Website

Re: make it easier to post complex things?

It would be nice if you could create article templates with prepopulated data.


My Plugins

Piwik Dashboard, Google Analytics Dashboard, Minibar, Article Image Colorpicker, Admin Datepicker, Admin Google Map, Admin Colorpicker

Offline

#4 2009-04-13 20:40:04

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

Re: make it easier to post complex things?

One option might be to use mem_moderation and mem_moderation_article, perhaps also mem_moderation_file seeing as you have a file(not tried this last one though), to create a custom submit form with just the relevant information that your contributors need to fill out. You present this on the front end (you can also place the form in a password protected area if you wish). This gets submitted to a moderation queue where you as master-admin can review that it is correct before publishing it online.

It would be nice if you could create article templates with prepopulated data.

Yes, you can also pre-fill fields that will be standard such as the section with a hidden form item. If you want to go one step further and you’re not averse to writing a small extra function yourself, one can add extra functions to check if field submissions are okay or correct them, for example to strip/add http:// from your link where given (I made one to validate dates).

mem_moderation is described here and further posts here. Manfre’s most recent version of the plugin uses Manfre’s mem_form plugin which is very similar to zem_contact_reborn. You can find that on his public svn.


TXP Builders – finely-crafted code, design and txp

Offline

#5 2009-09-14 00:24:27

mrtunes
Member
From: Toronto, On
Registered: 2007-03-12
Posts: 575
Website

Re: make it easier to post complex things?

belated thanks to jakob for that post. i’m wondering if i read correctly that 4.2.0 has some sort of article presets like what i was asking in this thread?

Offline

Board footer

Powered by FluxBB