It is so close to working right out of the box for Drupal 5 final version. I'm tempted to just implement this almost working version....
1. The category link and read more link in the story segments doesn't work (the story listings on the front page). This is the only killer for me - you can read the rest of the story whether or not you are logged in.
2. The Home button at top shows array
3. When listing views to show and edit, it just gives unlinked "array" for each
Drupal 4.7 version:
http://kathyandcalvin.com/
Drupal 5 version:
http://teachernotes.org/kathy2/kathy/
Comments
Comment #1
harriska2 commentedThat is - you CAN'T click on the link to read the rest of the story. Sorry about that.
Comment #2
harriska2 commentedWell, I went ahead and removed some stuff from nodes.tpl (links to the terms - replaced with Read More and the node_link) and page.tpl (top menu buttons). I also memorized the links to edit views as the page that displays the admin for views has broken links for edit, view, delete, etc. I stuck it in production for 5.1 and it seems to work pretty well.
Comment #3
harriska2 commentedUgh, one work around left - the Post Comment link. Trying to find where Friends Electric addresses the link.
Comment #4
timn commentedHi Kathy. Your work is really appreciated! Are you going to publish your patch here?
Comment #5
harriska2 commentedI will but dang, it's a total hack, not a patch.
Comment #6
harriska2 commentedOK, I think I've sort of hacked a working-but-not-so-pretty version for 5.x. Here is what I did:
/themes/friendselectric/node.tpl.php:
/themes/friendselectric/template.php - comment out the function phptemplate_links completely:
Comment #7
harriska2 commentedOne more change to get some sort of working but non-themed buttons along the top (primary and secondary). I added the
<div id="top-nav">segment and<?php print $scripts ?>line to:/themes/friendselectric/page.tpl.php
Comment #8
harriska2 commentedUgh, this really doesn't work for IE7.
Comment #9
pfaocleThe tweaks in comment #14 in this issue seemed to fix things in IE 7 for me.
Comment #10
harriska2 commentedThanks leafish. I made almost all the style.css changes except adding the left and right top styles and it works great in IE7 now.
Comment #11
tonyn commentedSee my post at http://drupal.org/node/170948#comment-296052.
Comment #12
mcurry commentedsubscribing