Hi,
I am not sure whether this is caused by the Talk module. But I am getting this notice only when accessing the talk page, no matter what theme I use:
Notice: Undefined index: title in theme_links() (Zeile 1630 von E:\xampp\htdocs\test\includes\theme.inc).
The functionality is not harmed though it seems.
| Comment | File | Size | Author |
|---|---|---|---|
| #22 | talk-fix_index-1569762-18.patch | 775 bytes | bago |
| #20 | talk-fix_index-1569762-18.patch | 775 bytes | bago |
| #18 | talk-fix_index-1569762-18.patch | 739 bytes | bago |
| #13 | talk-fix_index-1569762-13.patch | 524 bytes | Thomas_Zahreddin |
| #8 | talk-fix-notice-1569762-8.patch | 1.17 KB | dieuwe |
Comments
Comment #1
Sylense commentedI am getting the same error message as well
Comment #2
ey commentedI am also getting the same notice.
Comment #3
rghoward commentedSame
Comment #4
tricasse commentedThis is appearing when the "Add new comment" link is not shown.
Comment #5
ey commentedIs there any option to set this "Add new comment" link to be shown?
Comment #6
cates111 commentedI'm getting this error as well. I wonder is there is a fix in the works?
Comment #7
zauberertz commentedThe issue is related to the function "theme_talk_comments".
The link that is build within this function does not include a link title.
Add after this line (line 292):
$links_comments['comment-add']['href'] = "node/$node->nid/talk";Following line:
$links_comments['comment-add']['title'] = talk_title($node, 'link');Comment #8
dieuweHere is a patch for #7
Comment #10
zauberertz commented#8: talk-fix-notice-1569762-8.patch queued for re-testing.
The Patch itself is not wrong but some thing with the test system.
Comment #12
elBradford commentedMaybe this issue is for the wrong version? Did you make the fix and produce the patch from beta4?
Comment #13
Thomas_Zahreddin commentedpatch reduced to one actual different line
Comment #14
elBradford commentedUpdated so patch can be tested.
Comment #16
elBradford commentedI think the patch needs to be created from the dev branch, not the main branch.
Comment #17
Thomas_Zahreddin commentedat #16
yes, indeed,
and therefore i rewrote the patch against the dev - Version (from git), and i followed
this howto (like many times before) http://drupal.org/node/1054616 .
Any ideas?
Comment #18
bago commentedI also added a checkl for "comment_forbidden" because in my setup I had strange issues with talk module and anonymous users not allowed to comment.
Comment #20
bago commentedAnother attempt
Comment #22
bago commentedOPs.. forgot to update the issue Version to 1.0, so the patch should pass.