jeeplaw
Forum Replies Created
-
Forum: Hacks
In reply to: Possible to set the password of a page to the users password automatically?Ok, so I’ve narrowed it down to somehow including this into the above function..I just don’t know how?
$visibility = ‘private’;
$visibility_trans = __(‘Private’);and then also tying in the:
$my_post[‘post_password’] = $user_password;
To set the password…but I don’t know how to include the visibility statements into the function
I guess the question is how do i programatically update this new post during creation to be password protected and define the password as the users own wordpress created password?
Awesome! That did the trick Tobias..I’ll see about getting the theme to load a newer version of jquery..thanks again for your support!
Oh, one other thing, is there a way to append an existing database table with new data? Say I upload a csv with 100 records today, and want to add onto that existing table with another 100 different records tomorrow. Is that possible?
Ok, just added that, and the footer and still no go..
Forum: Plugins
In reply to: [Exclude Pages] [Plugin: Exclude Pages] Exclude by default?Hi Simon, just shot you a message through your website basically asking the same question. I’d like to have the checkbox by default turned off, instead of it being on as it is now when you create a new page. Is it a simple edit?
Forum: Everything else WordPress
In reply to: Archives for Multi-User Blog?I’m already using the author pages at the site:
http://www.arscompendium.com/author/serendipity/
But I’d like to have an actual archives for the author listed as well. Dates, and then posts listed under those months, etc