1 gerbenv Sep 10, 2008 20:05
3 edb Sep 10, 2008 20:45
Hi gerbenv. Welcome to the forums.
The spacing issue is easy. Crack open your skins/purple_beauty/style.css and add the following right before where it says "/* bloglist */":
.widget_core_coll_page_list ul.bloglist li {
padding-right: 10px;
}
You can play with the value of the padding-right to suit your tastes - I just threw that out as a proof of concept.
The other part isn't as easy. Start with this: in the same folder, copy index.main.php as page.main.php then open page.main.php in a file editor and make a change to make sure that is all you need to get a new template for your pages. Something like
... um ... won't that wipe out all the bloggy stuff on all pages and not just on the page-type posts?
4 gerbenv Sep 10, 2008 21:38
Thanks for replying so fast! Didn't expect that.
Solution 1 of EdB works fine!
The first solution of Afwas also does the trick but is adds boxes around the links, that's a nice fancy extra but i like the plain text links better.
The solution to the second question of Afwas also did exactly the trick i was looking for!
5 blogmeister Nov 15, 2008 00:48
6 blogmeister Nov 24, 2008 00:46
Hello.
Within 'skin_container( NT_('Menu')' or via another procedure for that widget, how to get that Menu link widget to use a 'selected' attribute when that page is selected (similar to Public Blog List and Sorted Public Blog list widgets)? :?:
Thanks.
Hi gerbenv,
Welcome to the forums.
1) Add to /skins/purple_beauty/style.css:
2) Open /skins/purple_beauty/index.main.php and remove lines 206-213:
and lines 221-264:
Good luck