Page 1 of 1

Embedded Install-Controlling blog listings

Posted: Mon Feb 03, 2014 6:49 pm
by tass23
Hi everyone :)
I'm new to Serendipity, but so far I've been very pleased with what I've seen. So keep it up!

That being said, I have an issue that doesn't seem to have come up anywhere in these forums yet. I have a website that has different profile pages for different users. I have embedded Serendipity into the existing profile page (it looks messy right now), but what I need to do is only show those blog entries by that user and remove a lot of the extra stuff that isn't needed there. To make things even more simplified, maybe just having the links to each of that individual's blog entries is fine. In looking at the page, the blog entries would be on the far left side and when you click on them, they would be displayed in the center of the page. I've been sifting through the index.php file and the serendipity_config_inc.php to try and thin some of these things out, but every change I make seems to break the entire setup. You can take a look at one of the pages here: http://www.tapdd.com/members/models/tc.php
Screenshot
Screenshot
SS1.jpg (118.45 KiB) Viewed 3301 times
I understand that what I'm doing will likely require coding individual pages to pull the proper blog entry and that's okay.

Re: Embedded Install-Controlling blog listings

Posted: Tue Feb 04, 2014 11:04 am
by garvinhicking
Hi!

You might want to prefer using the s9y api to call serendipity_fetchEntries / serendipity_printEntries() yourself. Did you have a look at http://www.s9y.org/78.html#A7 ? Something along those lines would be it...

HTH,
Garvin

Re: Embedded Install-Controlling blog listings

Posted: Tue Feb 04, 2014 3:23 pm
by tass23
Thanks Garvin, that looks to be exactly what I need. I'll give it a shot :)