0

I am using a framework called qcodo (which forked as qcubed) and is a PHP framework.

I want to do a very simple popup using the Facebox jquery plugin.

When someone clicks on the link and shown below in line 47.

Here is the file: http://github.com/allyforce/AF-upload/blob/master/Templates/profile_activity.tpl.php

<a href="complete_profile_popup.php?allyId=<?= $this->objAllyUser->Id?>" rel="facebox" title="Complete Profile" >Invite as Ally</a><br />

The Facebook installation worked fine, tested it just opening plain html and php files.

I just want to be able to render a working page within the Facebox pop-up.

But the current error is that it cannot recognize the method, even though it appears it has been defined.

UPDATE: Per one suggestion, used iFrame, but still getting nothing:

4

2 回答 2

0

你应该打印你得到的错误。我会尝试猜测:您是否已将您的方法声明为公开的?在模板中,您只能访问公共属性和方法。这是一个非常常见的错误。

于 2010-02-02T22:08:16.977 回答
0

这个问题/主题正在深入讨论http://www.qcodo.com/forums/forum.php/3/4007/

于 2010-02-08T22:32:18.353 回答