Comment object losing page_url
Michelle - December 24, 2007 - 22:05
| Project: | Comment Page |
| Version: | 5.x-1.0 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | postponed (maintainer needs more info) |
Jump to:
Description
I am trying to add the code for comment page to advanced forum. I'm running into a problem because $vars['comment']->page_url does not exist. It's there in the comment object after
$arg1->page_url = comment_page_url($arg1->cid, $arg1->subject);Thanks,
Michelle

#1
Sorry for the late reply, Michelle. I imagine you've moved beyond this by now, but I wonder if the problem is I am only using the 'view' $op to add the page_url to the comment object.
Let me know if this is still an issue for you, and if so with a little more information I might be able to track it down.
#2
Hmm... It's been a while but I am fairly sure it was never fixed. I'll be getting back to advforum sometime this week and will dig into it more. I see there's a new release of comment page. I'll be sure to get that to test with.
Michelle
#3
I'm using Comment page module 5.x-1.1 with Advanced Forum 5.x-1.1 without any problems. The comments page link appears to be doing the same thing as the Advance Forum 'permalink' link - so I deactivated it on the comments page settings.
Maybe this issue is closed?