-
louie5055 started the forum topic BP fresh install while change wp_ prefix not working right. anyone had the any success? in the group Creating & Extending: 13 years, 7 months ago
well let just say i did a fresh install first WP than BP first one – not changing the prefix — evrythin’ worx second one i did change the prefix and the members single link not work and all kind of wierd staff happened the install is on the same server same envirement so NO […]
-
louie5055 joined the group Creating & Extending 13 years, 7 months ago
-
louie5055 posted an update 13 years, 7 months ago
@boonebgorges hi,
do you have a simple script to upload image with wp_handle_upload
to add to my plugin form simple jpg or gif check than upload with the rest ot the form?tia louie
-
louie5055 posted on the forum topic Site hacked :S? in the group How-To and Troubleshooting: 13 years, 7 months ago
the log file on your sharing server, my guess shared sever is your problem.
-
louie5055 started the forum topic securing plugins form, can i do somthing more? in the group How-To and Troubleshooting: 13 years, 7 months ago
this is what i do for security, can i add somthing? am i missing somthing?
what you use for securing custom plugin form?
tia
if (isset($_POST)) {
foreach ($_POST as $key => $value )
{
wp_filter_kses( $value );
$data = $value;
}
$nonce=$_REQUEST;if (! wp_verify_nonce($nonce, 'whatever') ) die("Security check");
-
louie5055 posted on the forum topic defult submenu on profile page in the group How-To and Troubleshooting: 13 years, 7 months ago
@liping this is what i have! when you press on the user link you go to his profile /members/userName and the screen you see in the sub nav is activity what i want to know is what setting the defult screen on the profile single page setting your sub nav to be first not working i […]
-
louie5055 started the forum topic defult submenu on profile page in the group How-To and Troubleshooting: 13 years, 7 months ago
hi,
once creacted a new submenu in profile how do you make it defult?
you can position it to be the 1st but it will still go to the activity submenu so its not position..thanks
-
louie5055 joined the group How-To and Troubleshooting 13 years, 7 months ago
@louie5055
Not recently active