Search found 13 matches
- Wed Jul 15, 2009 9:51 pm
- Forum: General discussions
- Topic: media authorid
- Replies: 3
- Views: 1986
Re: media authorid
Wow, that's so cool. Sorry I missed it. Thanks.
- Wed Jul 15, 2009 7:50 pm
- Forum: General discussions
- Topic: media authorid
- Replies: 3
- Views: 1986
media authorid
I have noticed that that when an image is saved, the authorid in the images table is set to 0, but the authorid in the mediaproperties table has the proper authorid.
It seems that the ACL works off the authorid in the images table, because when I go in through phpmyadmin and put the proper authorid ...
It seems that the ACL works off the authorid in the images table, because when I go in through phpmyadmin and put the proper authorid ...
- Tue Feb 03, 2009 2:16 pm
- Forum: Plugins
- Topic: serendipity_fetchPrintEntries for Static Pages
- Replies: 2
- Views: 1626
- Tue Feb 03, 2009 1:23 pm
- Forum: Plugins
- Topic: serendipity_fetchPrintEntries for Static Pages
- Replies: 2
- Views: 1626
serendipity_fetchPrintEntries for Static Pages
Hi again,
Is there a custom smarty tag for static pages like serendipity_fetchPrintEntries for entries? I searched the code and couldn't find anything.
Thanks, Greg
Is there a custom smarty tag for static pages like serendipity_fetchPrintEntries for entries? I searched the code and couldn't find anything.
Thanks, Greg
- Tue Feb 03, 2009 1:15 pm
- Forum: Plugins
- Topic: Static Confusion
- Replies: 2
- Views: 1676
Re: Static Confusion
Thank for the reply.
I changed the name from wish_list.tpl to wishlist.tpl and it works. It errors on what_ever.tpl but likes whatever.tpl.
I turned on php error reporting, and the message is:
Warning: Smarty error: unable to read resource: "file:/www/sy141/plugins/serendipity_event_staticpage ...
I changed the name from wish_list.tpl to wishlist.tpl and it works. It errors on what_ever.tpl but likes whatever.tpl.
I turned on php error reporting, and the message is:
Warning: Smarty error: unable to read resource: "file:/www/sy141/plugins/serendipity_event_staticpage ...
- Tue Feb 03, 2009 4:03 am
- Forum: Plugins
- Topic: Static Confusion
- Replies: 2
- Views: 1676
Static Confusion
Hi,
I read about the new features of static pages, and they sound very promising for creating custom content types, but I'm still confused about how to use them.
I'm using the bulletproof template, so I copied the backend_templates directory and the default_staticpage_backend.tpl file to the ...
I read about the new features of static pages, and they sound very promising for creating custom content types, but I'm still confused about how to use them.
I'm using the bulletproof template, so I copied the backend_templates directory and the default_staticpage_backend.tpl file to the ...
- Mon Mar 31, 2008 9:50 pm
- Forum: Plugins
- Topic: Workflow for "External" Contributors
- Replies: 2
- Views: 2153
Hummm.....
I'll have to scratch my head a little more over this. After thinking it through, I see it getting fairly complex, moving revisions records into and out of the main entry table, or otherwise managing the coordination between the two.
Thanks,
Greg
Thanks,
Greg
- Fri Mar 28, 2008 4:32 pm
- Forum: Plugins
- Topic: Workflow for "External" Contributors
- Replies: 2
- Views: 2153
Workflow for "External" Contributors
Hi,
Here's the use case: Jane Doe is an external content contributor that can only set her own entries to draft. She creates a new entry. The super admin comes along and reviews it and sets it to publish. Now the entry is seen by users.
Jane discovers an error and edits the entry. The entry is now ...
Here's the use case: Jane Doe is an external content contributor that can only set her own entries to draft. She creates a new entry. The super admin comes along and reviews it and sets it to publish. Now the entry is seen by users.
Jane discovers an error and edits the entry. The entry is now ...
- Thu Mar 27, 2008 7:50 pm
- Forum: Plugins
- Topic: EntryPaging plugin question
- Replies: 2
- Views: 2145
Re: EntryPaging plugin question
O.k, thanks for responding.
- Wed Mar 26, 2008 8:39 pm
- Forum: Plugins
- Topic: EntryPaging plugin question
- Replies: 2
- Views: 2145
EntryPaging plugin question
Hi,
Is there a hack I could use to have the entrypaging plugin browse by the entries listed in the page you came from.
For example, if you came from the home page, it would next/prev through all entries. If you came from a categories page, it would next/prev through the entries for the category ...
Is there a hack I could use to have the entrypaging plugin browse by the entries listed in the page you came from.
For example, if you came from the home page, it would next/prev through all entries. If you came from a categories page, it would next/prev through the entries for the category ...
- Tue Oct 09, 2007 4:00 pm
- Forum: Development
- Topic: Need to find out an efficient way to stop trackback spam
- Replies: 4
- Views: 13839
Normal Hosting provider behavior?
I have limited experience with hosts, but it seems they should be trying to protect you and themselves with techniques like the ip table mentioned earlier, rather then cutting you off.
Is this a normal behavior for a hosting provider? I think on my next switch, I'll ask beforehand what they do in ...
Is this a normal behavior for a hosting provider? I think on my next switch, I'll ask beforehand what they do in ...
- Tue Oct 09, 2007 3:21 pm
- Forum: Development
- Topic: general php question: include_once vs setting flags
- Replies: 2
- Views: 4912
- Tue Oct 09, 2007 9:45 am
- Forum: Development
- Topic: general php question: include_once vs setting flags
- Replies: 2
- Views: 4912
general php question: include_once vs setting flags
Hi folks,
I've been enjoying s9y, looks like a solid product with great features.
I noticed that in several places the system sets a constant (like S9Y_FRAMEWORK) and checks it to make sure a program is included only once.
Would anyone be so kind as to explain why "include_once" is not used?
My ...
I've been enjoying s9y, looks like a solid product with great features.
I noticed that in several places the system sets a constant (like S9Y_FRAMEWORK) and checks it to make sure a program is included only once.
Would anyone be so kind as to explain why "include_once" is not used?
My ...