BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,131 through 13,140 (of 15,332 total)
  • Author
    Posts
  • in reply to: many 404 errors cause by direcory #268088
    Steven Zahm
    Keymaster

    Can you post a screen capture of where you’re seeing this in Google Webmaster Tools?

    in reply to: Why are all new submissions Visibility: Unlisted? #268087
    Steven Zahm
    Keymaster

    @ Jeremy

    Just one last piece of info I need, the link to the site so I can login :)

    in reply to: Customize single display (click through) template #268062
    Steven Zahm
    Keymaster

    @ Wesley

    Not a question that can answered easily because that really depends on the template you’re using as to which file you’ll have to edit. I’ve been building a pretty advanced template API; right now, there’s no docs other that the phpDoc that exists in the code. The only core template built using the new API is the Names template. All the premium templates do use the new API.

    So, if you base your template off the Names template, you would add the following in the class construct:

    $template->part( array( 'tag' => 'card_single', 'type' => 'file', 'path' => $template->getPath() . 'card-single.php' ) );
    

    Then you would just create a new file; card-single.php. I would just dupe the template.php from the Default Card template and use that as a starting point.

    To answer the question on how to detect a single entry, I use this:

    if ( get_query_var( 'cn-entry-slug' ) { /* CODE HERE */ }
    
    in reply to: Widget links don`t show results #268060
    Steven Zahm
    Keymaster

    @ Christoph

    It’s hard to tell, but it appears you are using the widget within the page and not in a sidebar on your front page. Unfortunately, that is not going to work. The widgets need to be in the sidebar so the links are built correctly.

    in reply to: Grammatical error: Birthdays Widget #268059
    Steven Zahm
    Keymaster

    @ Lisa

    Yeah, grammar is not my best ability; however, that mistake is pretty bad. I’m surprised no one else ever noticed.

    I just uploaded version 1.1.2 which fixes this. Delete the version you have installed and download and instal the updated version.

    Hope that helps.

    in reply to: Can PayPal be used with Slim Plus? #268058
    Steven Zahm
    Keymaster

    @ Mindy

    Connections is not a membership plugin, it’s a directory plugin and Slim Plus is a template, theme if you will, to display the entries in the directory. Maybe I misunderstood. I interpreted your comment as meaning you already had a member plugin that you are using to manage your members and collect payments.

    in reply to: Why are all new submissions Visibility: Unlisted? #268057
    Steven Zahm
    Keymaster

    @ Jeremy

    That is correct behavior. I think is what I need to add to Form is a default visibility option setting to Form and/or check the current user permissions and base the default publish visibility on that.

    If you can give me a temp admin account, I can make a change that set the entry to public automatically that way you do not need to edit the entry afterward.

    As far as Link not linking… I’ve been tracking an issue that occurs only when used in conjunction with membership plugins. Those plugins hook into the same login hook and tend to run before Link and redirects the page before Link even has the opportunity to run and so a Link can not be checked for and established. I do have a fix that seems to work and if you get me the temp admin account; I can apply that fix too.

    in reply to: Edit profile #267942
    Steven Zahm
    Keymaster

    @ Colin

    I logged in and made the change. Things seem to work fine now.

    in reply to: Can PayPal be used with Slim Plus? #267932
    Steven Zahm
    Keymaster

    @ Mindy

    You use your membership plugin to manage and have members pay for their membership. Connections does not have take payments for listings. Other use their membership plugins to limit access to the directory.

    Hope that helps.

    in reply to: Conflict with WP-Project Manager #267920
    Steven Zahm
    Keymaster

    @ brad578

    The screenshot named as ProjectManagerIsActive.png looks correct and the screenshot named ProjectManagerNOTActive.png is wrong…

    Can you send me a link to your directory with Project Manager not activated?

Viewing 10 posts - 13,131 through 13,140 (of 15,332 total)