Closed (fixed)
Project:
Quotes
Version:
5.x-1.1
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 Mar 2007 at 00:28 UTC
Updated:
21 Apr 2008 at 16:55 UTC
The "view recent guestbook entries" (guestbook module) has dissapeared from the users' acount pages after installing the quotes module. Instead in the same position, now we have
Quotes
View recent quotes
Comments
Comment #1
ekrispin commentedI found a solution:
In the implementation of the hook_user(), when $type=='view', when changing in line 368 the category (the key of the outer associative array) from 'History' to 'Quotes', the problem is solved.
From:
To:
And it also puts it in a separate Quotes category in the User Account view which makes more sense than in History
---
Erez Krispin
Comment #2
hba commented(This issue is also in the Guestbook issue tracker: http://drupal.org/node/125410)
Comment #3
nancydruIf/when I get commit access, this will be fixed.
Comment #4
nancydruFix committed.
Comment #5
nancydru