![]() |
yup. upgraded and it still worked without a hitch :D man, great hack :D
|
/me clicks install...
Hmmm... no attachments support, any way to include link to attachments into the file instead of simply ditch them? |
Great hack, my board's subscribed users will love this. I applied a couple mods.
I only want one group - subscribed users - to use this feature. I replaced the unallowed users lines with a call to vbulletin's is_member_of function, hence PHP Code:
PHP Code:
|
I don't want to display a button to a function folks can't use. The second mod was placed in the showthread template part of Logician's instructions. Surround the code for the buttons with a conditional as follows:
Code:
<if condition="is_member_of($bbuserinfo, 9)"> (BTW, I split this post in two because I have a router that blocks html sends over a certain size that I haven't figured out how to solve. Sorry for the inconvenience). |
thank you! very easy!!
[high]* turbidblue clicks install! [/high] ;) |
/me clicks install
|
After line:
Code:
$filename=preg_replace("/[.&!:\\\?\^\'\"\$]/", '', $thread[title]); Code:
$filename=preg_replace('/\s+/', '_', $filename); |
Way cool, much appreciated.
|
/me clicks install!
|
phprus clicks install!
|
All times are GMT. The time now is 07:04 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:
|