Closed (duplicate)
Project:
Guestbook
Version:
5.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
7 Mar 2007 at 01:28 UTC
Updated:
8 Aug 2008 at 19:05 UTC
The "view recent guestbook entries" (guestbook module) has dissapeared from the users' acount pages after installing the quotes module (and vice versa, depending on the order of installing the two modules). Instead in the same position in the History category, now we have:
Quotes
View recent quotes
In the implementation of the hook_user(), when $type=='view', when changing in line 104 the category (the key of the outer associative array) from 'History' to 'Guestbook', the problem is solved.
From:
return array(t('History') => $items);
To:
return array(t('Guestbook') => $items);
And it also puts it in a separate Guestbook category in the User Account view which makes more sense than in History
---
Erez Krispin
Comments
Comment #1
hba commented"History" is used because it's done that way with blogs. Could you check if the "Blog » View recent blog entries" also disappear when enabling quotes?
Comment #2
hba commented(This issue is also in the Quotes issue tracker: http://drupal.org/node/125389)
Comment #3
sunComment #4
sunMarking as duplicate of #125389: Quotes entry in User Account page overrides user guestbook entry (which has been fixed)