Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: News manager
Post: News manager

Howdy; Before I invest the time to write one myself (and possibly it already exists and I'm missing it) Is there a way to generate a permalink for a specific news item - I see that the create functio...
sauldraws Plugins 83 209,583 2010-06-07, 10:54:24
    Thread: News manager
Post: News manager

seems solid and simple enough, I added a truncate/except function - it's rough, but fits my immediate needs, might be helpful for someone else function the_NM_excerpt() { global $nm; echo truncate...
sauldraws Plugins 83 209,583 2010-06-07, 09:53:46
    Thread: New Plugin - CustomFields
Post: New Plugin - CustomFields

n00dles101 Wrote: -- Yes sorry , the syntax formatter on my site is removing the tags for some reason. Mike. . -- Awesome - thanks so much...
sauldraws Plugins 67 176,584 2010-06-06, 14:49:52
    Thread: New Plugin - CustomFields
Post: New Plugin - CustomFields

Hmm I've double checked that I'm using the latest release of both GS and the customfield plugin but when I define a dropdown the select doesn't have any options using this xml pagetype Cluster T...
sauldraws Plugins 67 176,584 2010-06-05, 17:37:36
    Thread: additional contents sections
Post: additional contents sections

Thank you Mike!
sauldraws General Questions and Problems 18 45,615 2009-12-30, 17:36:54
    Thread: additional contents sections
Post: additional contents sections

IMHO the interface for components although functional for small snippets of content (which as I understand it, was it's actual intention) isn't as functional for anything more complex - the addition o...
sauldraws General Questions and Problems 18 45,615 2009-12-27, 08:39:04
    Thread: additional contents sections
Post: additional contents sections

I was thinking (always dangerous) if the Code: -- get_page_content() -- function accepted an optional argument of a page-slug - we could in fact have as many content areas per page as we want - each...
sauldraws General Questions and Problems 18 45,615 2009-12-25, 15:54:45
    Thread: Personalized 404 page ?
Post: Personalized 404 page ?

That would certainly make sense, but having that page as a generic fallback if a custom page doesn't exist also makes sense
sauldraws General Questions and Problems 3 11,998 2009-12-25, 09:43:49
    Thread: Personalized 404 page ?
Post: Personalized 404 page ?

In index.php find Code: -- $file = "data/pages/". $id .".xml"; $file_403 = "data/other/403.xml"; if (! file_exists($file)) { if (file_exists($file_403)) { $file = $fil...
sauldraws General Questions and Problems 3 11,998 2009-12-25, 02:02:46
    Thread: Function: multi-level navigation. / Plugin for version 2!
Post: Function: multi-level navigation. / Plugin for ver...

If I get a chance later today I'll setup another site and see if I get the same behavior I tried it several different ways on my current site, and always got the same results.
sauldraws Plugins 145 453,565 2009-12-18, 00:06:57
    Thread: Function: multi-level navigation. / Plugin for version 2!
Post: Function: multi-level navigation. / Plugin for ver...

No I'm using the function as provided (no changes) - but if I'm reading it correctly you only check the 'add to menu' status for the parent not the child (forgive me if I'm reading that wrong) here ...
sauldraws Plugins 145 453,565 2009-12-17, 13:16:30
    Thread: Function: multi-level navigation. / Plugin for version 2!
Post: Function: multi-level navigation. / Plugin for ver...

This function is great, but maybe I'm mistaken given the following scenario Home --Interior Page (add to menu Y) ----Subpage (add to menu N) the item 'subpage' is actually included in the menu rega...
sauldraws Plugins 145 453,565 2009-12-17, 07:23:31