Recent Topics

1 Feb 16, 2005 14:26    

I use Custom SKin, I want to add something like "Post a New Link" to the BLog List Bar at the top of the Page...

but when I try to add it in the Main.php it goes one line after the blog list ...

I just need to add this link next to Blog List ...

anybody has an idea?

2 Feb 16, 2005 14:45

yeah. open either skins/_bloglist or skins/skinname/_bloglist - whichever one has

	echo $blog_item_end;
}
echo $blog_list_end;

at the bottom of it, then change it a bit.

	echo $blog_item_end;
}

user_admin_link( '<li>', '</li>' );

echo $blog_list_end;

It'll only work if you're using a list for your bloglist, which you are, so there ya go. Standard Disclaimer: I have no clue about any of this stuff.

3 Feb 16, 2005 15:06

Thanks..it worked.

I don't know If i should post this in a new froum or not ...

what are the diffrences betweent "Recent (Cached)" and "Recnet (No Cahced)"

I think I know what no cached is (Refreshing without using the Browser Cahce...) but.. don't undrestand the diffrence


Form is loading...