It is right now, dunno what the problem was, it just get fixed by itself, maybe not.
Do you plan to add group permissions check in attachment downloads file?
(03-10-2012 02:09 PM)Sama34 Wrote: [ -> ]Do you plan to add group permissions check in attachment downloads file?
No.
Is there any reason why you need this?
I know your opinion about privatizing files for guests and so, but that doesn´t seen that good for example, when sharing private stuff in private forums.
I know once the users has downloaded the file, they can redistribute it again as much as they want, but, even so I wouldn´t like knowing anybody can download private files without restriction.
Fair enough.
Would randomising URLs every so often work for you?
(03-12-2012 09:59 AM)ZiNgA BuRgA Wrote: [ -> ]Fair enough.
Would randomising URLs every so often work for you?
That sounds better that nothing, to be honest
It is working very nicely. Thanks one more time.
I don't quite undestand how the *postbit_first template works.
For example, doing this:
>Create/edit a forum
>Use some prefix (news_ for this example)
>Force postbit classic visual style for that forum
>Edit templates, add "news_postbit_first" and "news_postbit_classic". Leave "news_postbit_first" empty.
Now, in showthread, {$first_post} will show the first post, and {$posts} the rest. But both will use the news_postbit_classic" template, not the "news_postbit_first" and when you delete the "news_postbit_first" template, {$first_post} stop working and {4posts} will be used for all posts instead.
Maybe I don't understand how it works, but adding the ability to use "news_postbit_classic_first (and news_postbit_classic_*)" may help.
Are you using a conflicting plugin?
You just replace "postbit_" with "postbit_first_", so it's "news_postbit_first_classic", not the other way around.