BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,811 through 13,820 (of 15,332 total)
  • Author
    Posts
  • in reply to: Only importing 29 of 312 listings #261872
    Steven Zahm
    Keymaster

    @ ted

    have you tried the solutions in this FAQ?

    in reply to: Shortcode Option #261871
    Steven Zahm
    Keymaster

    @ Brandon

    On the Connections : Settings page under the advanced tab, check the jQuery option and update the settings. Does that resolve the issue?

    in reply to: Subcategories don't pull entries #261870
    Steven Zahm
    Keymaster

    Sorry, I’ll be checking later today … at my current location I actually can’t get to your site because the firewall is blocking access … it doesn’t like your domain name … must think I’m looking for another job.

    in reply to: Additional Database Fields #261866
    Steven Zahm
    Keymaster

    @ Robyn

    I would start by adding the the new fields to the class.schema.php file.

    Then add the new fields to the upgrade script in include.upgrade.php; but you could probably skip that.

    Add support for the new fields in the class.entry.php file in the construct and add new getter/setters. Also, update the save / update methods.

    Add new meta boxes or update the current ones in the class.form.php file so you can add /edit your new fields in the admin.

    To display the new field data in the admin add it to the manage.php file.

    To display the new fields in the template you would add new getters in the class.output.php file

    The above assumes you’re adding new fields to the main entry table and not the addresses / phone and ect. tables. But the steps would be similar.

    I think that is it; off the top of my head anyway. Hope that helps.

    in reply to: Form submission email #261862
    Steven Zahm
    Keymaster

    @ George

    Good to hear. From what I’ve read, that can solve email issue with WordPress.

    in reply to: name rewrites #261861
    Steven Zahm
    Keymaster

    @ Camilo

    Open the class.options.php file and change the values in that file. Just do a search, you’ll see where to make the change. Alternatively the premium template have shortcode options to adjust the values. And another alternative is this suggestion by another user.

    in reply to: Hide the Suffix content in recently added. #261860
    Steven Zahm
    Keymaster

    The file is here:
    /wordpress/wp-content/plugins/excerpt/excerpt.css

    However, you should add the CSS to the end of the theme’s style.css file as I mentioned.

    in reply to: Issues with CSV Import #261857
    Steven Zahm
    Keymaster

    @ Darin

    Scroll to the bottom of a support forum, there’s an area to submit a new topic.

    The answer to both questions is the same, select premium templates support paging and search. The supplied templates are really only for smaller lists and there is not a way to enable pagination and search on them, sorry.

    in reply to: Shortcode Option #261856
    Steven Zahm
    Keymaster

    @ Brandon

    It’s very likely the shortcode is working. The issue is that there must be a javascript error on your page. The enhanced drop down is not being initiated. Load your site up in Chrome and hit the F12 key and click the Console tab. That’ll show you all the errors on the page. If you share a link to your directory, I’ll take a look too.

    in reply to: Shared (facebook) URL when permalinks ON #261824
    Steven Zahm
    Keymaster

    @ Mitch

    The good news is that the changes I’ve already made for the permalink work on the single entry page with the FB plugin, yeah!

Viewing 10 posts - 13,811 through 13,820 (of 15,332 total)