wibbsy
Forum Replies Created
-
Forum: Plugins
In reply to: [Breaking News Ticker] Can't changeHi
Is it possible to change this to a scrolling marque rather than a slide up/down transition? with the option to enter the ‘delimited’ character in the backend?
Would be a nice feature for future version?
Forum: Plugins
In reply to: Select a range of postsI would love to know the answer to this also. As I would like to break up the homepage into a top section with the latest posts from 1-10, then have something else like advert section, then show latest posts from 11-20 and so on…
My research has taken me to looking at PHP functions of ‘query post’ and ‘showpost’ but I wondering if this can be down OOTB with shortcodes?
Forum: Plugins
In reply to: [bbp style pack] Install Failed – caused a fatal errorDamn!… this is awesome. This should be OOTB functionality in bbpress. I will be contributing to this support dude once I’ve had a proper play.
Please continue developing the forum display options and themes.
Forum: Plugins
In reply to: [bbp style pack] Install Failed – caused a fatal errorOkay.. PHP 5.6 fixed it.
Thanks
Forum: Plugins
In reply to: [bbp style pack] Install Failed – caused a fatal error5.2. at present. I have the option to upgrade to 5.6 but I’ve never done so as everything has worked well thus far.
I can move to 5.5 if you think it would help?
Forum: Plugins
In reply to: [bbp style pack] Install Failed – caused a fatal errorSame here:
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected T_FUNCTION in /var/sites/…/public_html/wp-content/plugins/bbp-style-pack/includes/widgets.php on line 310Using latest WP and bbpress and I’ve deleted and re-installed the plugin twice.
wibbsy.com (development site)
You’ll see that the countries field actually overflows into what is essentially a new css div (column).
Yeah, both those sets of code cause fatal errors? I’ll wait till you get chance to double check for me. Thanks man.
Doing so gives me fatal errors on the site:
“Fatal error: Call to undefined function add_action() in….”Definitely in the functions.php file and not post.php?
Whereabouts in the function file does this code go (sorry remember n00b to WP)?
Okay. I had my custom structure setout and resaved.
Added a new job and it doesn’t appear in the job list.
Change permalinks to default and saved = doesn’t appear.
Changed back to custom structure and saved = appears?????
If I add the code from your original post would I need separate reference/entry for each of the custom post types? you originally had ‘jobs’ which I assume actually was ‘jobman_job’?
My site is in development so it’s easy for my to un-install the plugin and re-start from scratch (I didn’t understand what you mean when you say ‘it may be too late as the post type is registered’)?
My custom permalinks are:
/%category%/%year%/%monthnum%/%postname%/The jobs list displays if everytime I add a job I go back and reload the permalink page. Bit of a pain!?
I have no custom post types. I only have job manager installed as standard which I assume auto creates ‘jobs’ as a custom post type?
Also what plugin did you go with in the end and why didn’t you use job manager out of interest?
jtyarks, I’m not an experienced WP developer, can I just check exactly what you did to make this work?
You edit the post.php and placed the above code in the
function register_post_type($post_type, $args = array()) function?Does it matter where it lives in this function?
Also do you need to do anything in terms of adding ‘jobs’ as a custom post type or does the plugin automatically do this?
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Uploaded CV SecurityThe CV security is a big risk, particularly for businesses in the EU due to stringent data protection regulations.
I also saw a post in the forum where google had crawled through the upload directories and was returning the cv as a google search result?
In terms of fixing, yes you can change you .htaccess and robots file for the search engines but the open access of the storage is a significant issue.
Is there scope for a separate protected folder within the plugin directory that can store the CVs? In the same way that S2 member plugin restricts file access and downloads? (both on single and multi-site installations)