BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 13,441 through 13,450 (of 15,332 total)
  • Author
    Posts
  • in reply to: Theme Conflict [cMap] #265519
    Steven Zahm
    Keymaster

    @ Staci

    Edit the page where you inserted the Connections shortcode, switch the editor to the Text tab, remove the code and/or pre tags from around the [connections] shortcode. That should fix it up.

    in reply to: Incorporating Browser Shots #265518
    Steven Zahm
    Keymaster

    @ Juan

    If you purchased either the Pro Extension Pack or the Pro Pack, the SiteShot Extension has been added to your purchase free of charge. You can download it from your Purchase History. Hope that helps.

    in reply to: Link #265497
    Steven Zahm
    Keymaster

    @ Shirley

    Some member plugins hijack the login process so they Link action never gets the opportunity to run. I’ve made a slight tweak that has resolved this for others to the action priority. I suspect if you log in and back out, the user account and Connections entry will now properly link. Give it a go and let me know.

    in reply to: Email Notifications – Fail #265496
    Steven Zahm
    Keymaster

    @ Shirley

    Ok, I see the issue, which is not an issue. You have a membership site which requires a login to access Form. Those members also have the capability to “Add Entries”. Because they are logged in with the capability to add an entry, no emails will be sent. If the capability was set to “Add Entry Moderated” then an email would be sent. Now with that said, a confirmation email should still be sent to the member submitting the entry, but only if they added an email address to the Form.

    The idea with Form it to allow the “public” to submit entries to your directory. “Public” meaning, in your case, non-members. Obviously, this is not what you’re trying to achieve which is why you have Link installed.

    The idea with Link it to allow your members to add and maintain their directory entry. In the future Link will integrate with Form to allow front end maintenance, but I can not commit as to when because there is still much work to do.

    I’m going to mark this issue resolved … lets continue over in your Link support ticket.

    in reply to: Email Notifications – Fail #265492
    Steven Zahm
    Keymaster

    @ Shirley

    Well now, that’s odd because that plugin and Form send email the exact same way. The only real difference is that I allow you to configure the from name and email address.

    Can I have a temp admin account so I can take a closer look.

    in reply to: City Categories #265485
    Steven Zahm
    Keymaster

    @ Mike

    It appears he created a page for each city and then used the city filter to limit the results to the desired city.

    Another way to achieve the same effect…

    Go to the Connections : Settings admin page and enable the Locality linking feature under the Advanced tab.

    Now, go to the Directory Home page. You’ll notice that the city in every address is now a link. You can copy this link.

    Create a city directory page, add a list of cities, now you can use the links copied from the directory home page to make that list of cities links.

    Not exactly the most convenient method, but serviceable if you only need links to a small number of cities.

    Hope that helps.

    in reply to: Link #265484
    Steven Zahm
    Keymaster

    @ Shirley

    There is nothing to setup for the “link on login” it is an action run by Link when a user logs into your site. That action will run regardless if the user has access to wp-admin or not. Right now, Link does not have a front end maintenance feature so there is not anything that can be done to eliminate the need to access the Link page.

    in reply to: Font Size #265483
    Steven Zahm
    Keymaster

    @ Tony.

    I’m assuming you want to increase the font size? Put this CSS at the end of the theme’s style.css file:

    #cn-tile-plus .cn-entry {
        font-size: 12px !important;
    }
    #cn-tile-plus .cn-entry .fn {
        font-size: 14px !important;
    }

    Change the size as it suit. Hope that helps.

    in reply to: uncategorized menu item #265482
    Steven Zahm
    Keymaster

    @ Tony

    Not sure if this will work, but maybe CSS can be used. Try adding this to the end of the theme’s style.css file:

    #cn-list option[value="1"] {
        display: none;
    }
    in reply to: Cannot activate. Triggers fatal error. #265481
    Steven Zahm
    Keymaster

    @ Laura

    Well, this is going to be tough to figure out. I know there are now activation bugs. For me to investigate, I’ll need a temp admin account and a temp FTP account… or … the error should be logged in the PHP error log. Activate the plugin, then go stright to the PHP error log in your web host’s control panel. Let me know what you find.

Viewing 10 posts - 13,441 through 13,450 (of 15,332 total)