Search found 5 matches

by tuntun
Wed Apr 04, 2007 5:29 pm
Forum: Plugins
Topic: static pages plugin data stored location
Replies: 8
Views: 4273

garvinhicking wrote:Hi!

In serendipity_staticpages* tables

Regards,
Garvin
thank u so much...when i exported..i must have missed that table..
it's back now..thanks!!
by tuntun
Wed Apr 04, 2007 3:38 am
Forum: Plugins
Topic: static pages plugin data stored location
Replies: 8
Views: 4273

stm999999999 wrote:static pages are part of the database, too.

Do you have installed the static page plugin again?

yah...i already installed the plugin again...
do u know which table is the data stored in ?
by tuntun
Tue Apr 03, 2007 8:42 pm
Forum: Plugins
Topic: static pages plugin data stored location
Replies: 8
Views: 4273

static pages plugin data stored location

I recently moved isp, so i moved files and upgrade s9y at the same time.
Also moved database to a new mysql 5 server.

Everything else is good...but somehow, I lost the static pages.

can someone tell me where is the text/file data is stored after pages are created in staic page plugin?

thank you ...
by tuntun
Tue Oct 24, 2006 4:15 pm
Forum: Plugins
Topic: passing a variable to a function from entries.tpl
Replies: 3
Views: 2228

-- code --

{serendipity_hookPlugin hook="entries_header" addData="$entry_id"}

{foreach from=$entries item="dategroup"}
{foreach from=$dategroup.entries item="entry"}

<div class="serendipity_Entry_Date">
<div class="serendipity_Entry_Header">
{if $dategroup.is_sticky}
<h3 class="serendipity ...
by tuntun
Tue Oct 24, 2006 12:13 am
Forum: Plugins
Topic: passing a variable to a function from entries.tpl
Replies: 3
Views: 2228

passing a variable to a function from entries.tpl

I am kind of confused between .tpl file and passing variable to
php functions..

I want to pass the variable, entry id, to a php function
from entries.tpl ... the variable I want to pass I can print it as

how do i access it within the php code ?


I have a php fuction that I called in entries.tpl ...