Bukajec
Forum Replies Created
-
Forum: Plugins
In reply to: add value to database on register_userI forgot to add that I put all this code inside the functions.php file
Forum: Plugins
In reply to: Plugin that would enable me to make a note for every userIt would basically be a text field added to every users profile, while only visible and editable through admin’s backend.
Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Rating Stars not showing in there placeok, fixed, thanks to Gary.
jobmanager/css/admin.css/line:75
-> add “background:none;” to div.star-holderline:87
->change “background-color: #FC0” to “background-color: #FC0 !important;” in div.star-ratingForum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Rating Stars not showing in there placeHey,
I’m having exactly the same problem. Have you managed to fix it?Forum: Plugins
In reply to: [Job Manager] [Plugin: Job Manager] Multiple Advertiser Capability?I need the same thing, have you maybe figured it out somehow, eggibilly?
Cheers.
Sounds great! Any chance of me getting hands on that beta?
Is it like in case I remove the plugin?
I get that, but the guide also mentions something like this:
if ( function_exists( 'members_check_for_cap' ) && members_check_for_cap( 'some_cap' ) ) { /* Do something if any role has the 'some_cap' capability. */ else { /* Do something for people without the plugin. */ }
And I don’t understand why should the user have the plugin installed, it doesn’t make sense.
Oh, that’s right, didn’t think of that. Thanks!
Forum: Fixing WordPress
In reply to: Different profiles for different rolesAny help?
Forum: Plugins
In reply to: [Job Manager] Searching jobsYep, first thing that happens after submitting.
Forum: Plugins
In reply to: [Job Manager] Searching jobsOh, I actually managed to do it myself, only thing you need to do is to copy this part of code from resetpage to submit function:
$(‘.jobrow’).children(‘td’).removeClass(‘match’);
$(‘.job-table’).children(‘tbody’).children(‘tr’).each(function(){$(this).show()});Forum: Plugins
In reply to: [Job Manager] Searching jobsThanks mate, you’re doing a great job. I started learning javascript myself, I have experience of working with actionscript, which is great because the 2 languages are pretty much alike. It’s amazing what you can do, and it’s a great way to avoid doing too much php, which I personally dislike working with :))
Forum: Plugins
In reply to: [Job Manager] Searching jobsThanks a lot Siguy, this is just what I needed!
Do you maybe have an idea how to make it work so I don’t have to reset every time I refine the search?