Enter the Guess MyBB 1.6 Release Date Contest
AdvancedProfile 2 | [Public Beta] MyTrader
Latest Releases: Password Change - Mark Unread - Ban Appeal
Thread Rating:
- 0 Votes - 0 Average
- 1
- 2
- 3
- 4
- 5
|
need help with getting correct url
|
| Author |
Message |
Ajdija
Member
Posts: 186
Joined: Jul 2009
Reputation: 0
|
need help with getting correct url
I got:
Code:
$plugins->add_hook("postbit", "postbit_sig_edit");
function postbit_sig_edit($post)
{
$post['signature'] = "";
}
and I want to put something like that:
Code:
<a rel=\"nofollow\"
target=\"_blank\"
href=\"http://www.google.com/bookmarks/mark?op=edit&output=popup&bkmk={$mybb->settings[\'bburl\']}/showthread.php?tid=\$tid\"></a>
but it fails to get correct url and thread tid :/
(This post was last modified: 10-18-2009 10:05 PM by Ajdija.)
|
|
| 10-18-2009 09:22 PM |
|
Ajdija
Member
Posts: 186
Joined: Jul 2009
Reputation: 0
|
RE: need help with getting correct url
I still didn't found solution :/
|
|
| 10-19-2009 10:42 PM |
|