![]() |
i edited the vbulletin_global and still the same problem and i reinstall the hack but still no joy.
the page give this error when i press the who downloaded? botton Line : 824 Char :1 Error : object exected Code ; 0 can you help with this please? |
This Is what i edited :
vbulletin_global.js Code:
/** Code:
<tr> Code:
<tr> Can you tell me what i did wrong?? |
Quote:
|
My bad. I was working on 2 forums and got mixed up. Working fine. Installed.
|
Does not work with Firefox. I get this link: http://www.myforum.com/forum/showthread.php?t=7714#
But when I click on it nothing happens. It just brings the page to the top. All my edits are OK. Hack was working with 3.6.7. Yes the js file was re-edited as well after upgrading to 3.6.8. Using Firefox 2.0.0.9. Working fine with IE 7. Any way to make it work with Firefox? |
Quote:
|
Installed and works like a charm on vb 3.6.8.
|
How can I change it so that only Admin can see the new link ?
edit: Okay, found out. Please add this to the manual as optional step: PHP Code:
PHP Code:
Quote:
You can also use less or more groups, not restricted :) |
Quote:
Code:
$stylevar[htmldoctype] |
As I wrote, instead of inserting:
Code:
<if condition="$attachment['counter'] > 0"> - <a href="#" onclick="whodownloaded($attachment[attachmentid]); return false;">$vbphrase[psiwd_who_downloaded]</a></if> you take THIS: Code:
<if condition="$attachment['counter'] > 0"><if condition="is_member_of($bbuserinfo, 6, 7, 9)"> - <a href="#" onclick="whodownloaded($attachment[attachmentid]); return false;">$vbphrase[psiwd_who_downloaded]</a></if></if> |
All times are GMT. The time now is 10:27 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|