Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#13 2007-01-13 13:31:24

amyng
Member
Registered: 2007-01-05
Posts: 55

Re: [howto] Using Forms to Simplify Site Administration

mrdale, it think it would be a great idea, me being a newbie. In one way, it would cut down a lot of questions from noobs like us! :)

Offline

#14 2007-01-13 18:17:14

marios
Archived Plugin Author
Registered: 2005-03-12
Posts: 1,253

Re: [howto] Using Forms to Simplify Site Administration

@mrdale, I think mary was talking about ALL the examples stuff, that is in this forum, that otherwise would get lost.

( There’s lot of excellent posts and older examples, and it has been requested a while ago)

Is that so ? Or may be I was misunderstood something.

regards, marios

Last edited by marios (2007-01-13 18:17:55)


⌃ ⇧ < ⌃ ⇧ >

Offline

#15 2007-01-13 20:25:42

DigitalRealm
Member
From: Greenville, SC
Registered: 2006-07-22
Posts: 139
Website

Re: [howto] Using Forms to Simplify Site Administration

maniqui,

I use the ob1_if_section because it gives better control than the standard txp tag. For instance, with the ob1_if_section, you can specify multiple sections which greatly cuts down on code. I do not believe that the default txp tag will do this. I can also build a form or whatever and say section=”!blog”, which will output that form to every section except for the blog.

Last edited by DigitalRealm (2007-01-13 20:27:00)

Offline

#16 2007-01-13 20:47:47

maniqui
Member
From: Buenos Aires, Argentina
Registered: 2004-10-10
Posts: 3,070
Website

Re: [howto] Using Forms to Simplify Site Administration

Hi DigitalRealm,

txp:if_section does accept multiples values (sections) in the name attribute.


La música ideas portará y siempre continuará

TXP Builders – finely-crafted code, design and txp

Offline

#17 2007-01-15 07:22:00

Mary
Sock Enthusiast
Registered: 2004-06-27
Posts: 6,236

Re: [howto] Using Forms to Simplify Site Administration

I think mary was talking about ALL the examples stuff, that is in this forum, that otherwise would get lost.

Yes, exactly. A forum, as you pointed out, is not conducive for storing any kind of documentation or how-to; stuff gets easily outdated, the author abandons it… etc, etc.

Offline

#18 2007-01-15 16:21:49

hcgtv
Plugin Author
From: Key Largo, Florida
Registered: 2005-11-29
Posts: 2,722
Website

Re: [howto] Using Forms to Simplify Site Administration

Mary wrote:

A forum, as you pointed out, is not conducive for storing any kind of documentation or how-to;….

What I’d like to see one day, is a Send to Wiki extension for PunBB. You come across a forum topic that deserves to make it into your Wiki of choice, click the button or link, and a screen pops up with the topic all formatted with wiki syntax. Then it’s just a matter of copy/pasting it into your project’s or personal wiki.

One can dream :)

Offline

#19 2007-01-26 11:50:42

Destry
Member
From: Haut-Rhin
Registered: 2004-08-04
Posts: 4,912
Website

Re: [howto] Using Forms to Simplify Site Administration

mrdale wrote:

Idea: TXP Live Examples Site.

I think it’s a great idea. It is similar, in fact, to one of the original ideas for TextBook, where a wiki Chapter would basically describe a complete site built with TxP, one for each type (Weblog, Photo gallery, Ecommerce, etc.); however, due to whatever reasons absolutely zero people chipped in on it.

I think this would be different though. In fact I think having two such sites as you suggest would be a good idea to separate core functionality techniques from plugin functionality, otherwise it will get out of control from a documentation standpoint (my opinion). (A demo plugin site that demoed each favorites plugin would be a lot of work in itself. Just ask Net-Carver about his incredible MLP pack demo site. Yeah, lot of work.)

@Amy: Hi Amy, nice to see you here. Your site is looking great, sorry I haven’t replied yet. Not enough hours in the day for me.

Last edited by Destry (2007-01-26 11:53:36)

Offline

#20 2007-10-11 13:34:08

masa
Member
From: Asturias, Spain
Registered: 2005-11-25
Posts: 1,091

Re: [howto] Using Forms to Simplify Site Administration

Mary wrote:

The idea is to port this forum to the WIKI.

Has this fine idea come to fruition yet?

Cheers Martin

Offline

#21 2007-12-28 00:41:16

obeewan
Archived Plugin Author
From: Stockholm, Sweden
Registered: 2004-08-12
Posts: 319
Website

Re: [howto] Using Forms to Simplify Site Administration

maniqui wrote:

txp:if_section does accept multiples values (sections) in the name attribute.

But it does not support negate, as in !notthissection, as my plugin does. So it still has a usage.


Plugins: ob1_advanced_search 1.032b, ob1_search_score 1.0, ob1_pagination 2.5, ob1_title 4.1, ob1_modified 2.1

“Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt.”
— Sun Tzu

Offline

#22 2007-12-28 16:37:41

els
Moderator
From: The Netherlands
Registered: 2004-06-06
Posts: 7,458

Re: [howto] Using Forms to Simplify Site Administration

obeewan wrote:

But it does not support negate, as in !notthissection, as my plugin does. So it still has a usage.

<txp:if_section name="notthissection">
<!-- do nothing -->
<txp:else />
blah blah
</txp:if_section>

:)

Offline

#23 2007-12-31 05:52:46

obeewan
Archived Plugin Author
From: Stockholm, Sweden
Registered: 2004-08-12
Posts: 319
Website

Re: [howto] Using Forms to Simplify Site Administration

True Els, there is else. (Yeah, that sounded funny in my head when I wrote it ;)

But it will add more code then needed. Allthough, adding plugins do to.

Shall we end this it at 1-all? ;)


Plugins: ob1_advanced_search 1.032b, ob1_search_score 1.0, ob1_pagination 2.5, ob1_title 4.1, ob1_modified 2.1

“Let your plans be dark and as impenetratable as night, and when you move, fall like a thunderbolt.”
— Sun Tzu

Offline

Board footer

Powered by FluxBB