Search found 4 matches

by evanslee2
Sun Oct 10, 2010 12:34 pm
Forum: Plugins
Topic: Media Library in Sidebar as Recursive Tree view (solved)
Replies: 1
Views: 1788

Re: Media Library in Sidebar as Tree view (How?)

Its ok figured out the easy way, here is what I did it...

Used the html nugget plugin, to include my php file as an iframe... I put this in as my html in the html nugget.

<Iframe src="test.php" width="100%" height="auto" scrollbars="auto" frameborder="0" MARGINWIDTH="0" MARGINHEIGHT="0" ></Iframe>
by evanslee2
Sun Oct 10, 2010 2:01 am
Forum: General discussions
Topic: Resetting Password
Replies: 16
Views: 24035

Re: Resetting Password

After i had exported my data, deleted my old blog, and then setup a new one, and imported the new data.... the only way I could get access to my blog was to:

Create a new installation
Make a note of your new admin password and its encrypted key
Use phpmyadmin to check your hashkey serendipity ...
by evanslee2
Sun Oct 10, 2010 12:05 am
Forum: General discussions
Topic: I requested a password for this forum, but didnt arrive...
Replies: 1
Views: 1546

I requested a password for this forum, but didnt arrive...

I have since registered a new user to allow me to type this, as when i asked for a password reminder, it said it had sent it but nothing arrived, i checked my spam folder, empty...

Regards,
Lee
by evanslee2
Sun Oct 10, 2010 12:02 am
Forum: Plugins
Topic: Media Library in Sidebar as Recursive Tree view (solved)
Replies: 1
Views: 1788

Media Library in Sidebar as Recursive Tree view (solved)

RE: Media Library in Sidebar as Recursive Tree view (solved)

I saved this code in the root of serendipity as test.php, which does what I need


<style "text/css">
a:link,
a:active,
a:visited {
color: #235587;
text-decoration: none;
}
a:hover {
color: #5f90ba;
text-decoration: underline ...