R_J
AdminHackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
R_J · Ex-Fanboy · Admin
-
Re: How to add a slideshow to your page with the Pockets plugin
But I would guess it requires Bootstrap and if the only thing you like to have is a slider, I would look for a dedicated script that isn't part of another framework. If you are already using the boot… (View Post)1 -
Re: Any addons for adding custom discussion attributes?
It's not a solution but was made for some similar purpose: https://github.com/R-J/AddWPInfo Maybe it's a starting point (View Post)2 -
Re: Lost access to dashboard after upgrade from 2.6 to 2021.012
Disable all plugins by editing the config file and retry. You should use 2021.009 instead of 012 (View Post)1 -
Re: Pocket link that adapts to category being viewed
That's a very good hint! You could also use a custom theme and in that theme you should be not only able to use $Category.CategoryID, but also $Discussion.CategoryID If you want to stick to the js ap… (View Post)1 -
Re: Pocket link that adapts to category being viewed
No, Smarty code isn't recognized inside a pocket, as far as I know. The link explains what you can put into your themes default.master.tpl in order to conditionally show content. So in order to do so… (View Post)1