BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 9,711 through 9,720 (of 15,332 total)
  • Author
    Posts
  • in reply to: License For Connections Link and Connections CSV #309030
    Steven Zahm
    Keymaster

    @ Melinda

    You’re actually free to use on as many sites as you wish, however, the in-admin updates and support are limited to only a single site.

    Hope that helps!

    in reply to: Unable to import csv data with no error messages #308995
    Steven Zahm
    Keymaster

    @ Mika

    My guess is that you’re using an older version of the CSV Import extension. You should update the CSV Import extension. Old versions of CSV Import used a form to import the entries. Newer versions of PHP limit the number of form fields that can be submitted at one time. I think the default is 1000 and anything above that 1000 is discarded. PHP implemented this as a security measure. Now I bet you might be thinking but I can only import 38, not 1000. Well, each entry requires n-number of form fields. That n-number really depends on what is being imported for each entry.

    I couldn’t find a purchase records for the CSV Import with the email address on your user account. Did you purchase it with another email address? If you did, you’ll need to login to that account so you can download the update from your purchase history. If you want, I should be able to transfer all purchases to this account, I just need the other email address to do so.

    Hope that helps!

    in reply to: partial loading #308994
    Steven Zahm
    Keymaster

    @ jerry

    Ok, I see, that sounds terrible! Under those conditions I would not be able to transfer the license because I would need the purchaser’s permission. Unfortunately the only real solution you have is to purchase a copy of the CSV Import extension for yourself. No other compensation required, thanks though!

    in reply to: Text appearing under the logo #308993
    Steven Zahm
    Keymaster

    @ Leanna

    Great to hear things are sorted! The site looks great!

    in reply to: JS not working? #308992
    Steven Zahm
    Keymaster

    @ Steve

    Manually adding the files in the header probably is not the way to go as it will likely only cause more trouble.

    I think I see the problem now after taking a second look at the page source. I bet the theme’s wp_footer() is not in the theme’s footer.php file. Can you check that? It that template tag is missing that will break all sorts of plugins.

    in reply to: Cirlcled installation #308955
    Steven Zahm
    Keymaster

    @ Sergio

    No problem!

    Oh, if you’re using caching of any sort, you need to make sure to clear it after making adjustments to the shortcode or your changes will not be reflected until the cache expires.

    in reply to: Link to add/edit entry not showing #308954
    Steven Zahm
    Keymaster

    @ Carl

    I think something like this should work:

        public function getBio() {
    
    $questions = <<<HTML
    <strong>What I Do: </strong>
    
    <strong>Why I Am Taking The Program: </strong>
    
    <strong>Target Market: </strong> 
    
    <strong>Ideal Joint Venture Partners: </strong>
    HTML;
    
            $bio = strlen( $this->bio ) > 0 ? $this->format->sanitizeString( $this->bio, TRUE ) : $questions;
    
            return $bio;
    
        }
    
    in reply to: jQuery version #308951
    Steven Zahm
    Keymaster

    @ Susan

    Yeah, that does sound like the best option.

    in reply to: Cirlcled installation #308950
    Steven Zahm
    Keymaster

    @ Sergio

    You need to use the exclude_category shortcode option.

    Hope that helps!

    in reply to: partial loading #308949
    Steven Zahm
    Keymaster

    @ jerry

    Well, that does explain it, you should update the CSV Import extension. Old versions of CSV Import used a form to import the entries. Newer versions of PHP limit the number of form fields that can be submitted at one time. I think the default is 1000 and anything above that 1000 is discarded. PHP implemented this as a security measure. Now I bet you might be thinking but I can only import 35, not 1000. Well, each entry requires n-number of form fields. That n-number really depends on what is being imported for each entry. In your case it is taking roughly 28 form fields per entry.

    So that is very likely the reason you can now only import 35 at a time. Your switch to GoDaddy landed you with a more up to date PHP version which has more secure defaults.

    The solution, as I said, is to update the CSV Import extension. The current version is 1.2 and it was version 1.0 that completely changed the way import works so the number of form fields do not matter because they are not used.

    I can not find any purchase under the email you’ve been using to post to the forum so you must have made the purchases under a different email address. Anyway if you can locate your purchase email you can use that to reset your user account and gain access to the updates in your purchase history. If you no longer have access to that email account, that’s alright, I can transfer the purchases to your current email, you just need to let me know the old email address.

    Hope that helps!

Viewing 10 posts - 9,711 through 9,720 (of 15,332 total)