Quote:
Originally Posted by tuRiver
i'm planning to create a block and use it on an external page.
Can anyone give me the query that show the most downloaded files?
thanks in advance!
|
Have a look at
https://vborg.vbsupport.ru/showthread.php?t=110122
Quote:
Originally Posted by kensaurus
Code:
Fatal error: Call to undefined method vb_activecache::flush() in /home/purpfir1/public_html/forum/includes/adminfunctions_template.php(2359) : eval()'d code on line 6
happens when i import.
|
That's caused by another mod, which is using the template_compile hook location (look for it at the plugin manager). Maybe vBOptimize if you use that (but I'm not sure, as I don't know that mod very well).
Quote:
Originally Posted by mark370
On our install we have comments switched on and the smile box is to the right side of WYSIWYG Editor,could you plz direct me on how to place the smiles box underneath the WYSIWYG Editor like here on vborg ?
we have a mod installed on our main forum which does this and want the same look in downloadsII.
we running 3.8.2
any help would be much appreciated :up:
Many-thanks
|
Try putting this line in your downloads.php (after the other defines):
PHP Code:
define('GET_EDIT_TEMPLATES', 'add,edit,file');