Originally posted by Freddie Bingham
Announcement
Collapse
No announcement yet.
Plugin in archive footer
Collapse
X
-
I've moved the hook so that it executes before </html> is echoed out.
Leave a comment:
-
In a previous post, it was stated that the Archive is very limited and that the hooks won't necessarily do what people want. Maybe somewhere in the 'Hooks Request' topic.
Leave a comment:
-
Originally posted by Colin FI'd imagine that archive_complete isn't in the footer, but rather after running through all the archive code, but possibly before displaying it, so it might well echo your 'test' at the very beginning of the document...
Also, is the plugin active and do you have plugins activated in your vBulletin Options?
PHP Code:($hook = vBulletinHook::fetch_hook('archive_complete')) ? eval($hook) : false;
Thanks,
Scott
Leave a comment:
-
I'd imagine that archive_complete isn't in the footer, but rather after running through all the archive code, but possibly before displaying it, so it might well echo your 'test' at the very beginning of the document...
Also, is the plugin active and do you have plugins activated in your vBulletin Options?
Leave a comment:
-
Plugin in archive footer
Hey,
I can't get an "echo" to work in the Archive footer using Plugins. I have tried "echo 'test';" as a Plugin in archive_complete. Is this right, or is there something that I'm missing?
Thanks,
ScottTags: None
widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
Leave a comment: