BBPress Steven Zahm : Replies Created

Forum Replies Created

Viewing 10 posts - 11,801 through 11,810 (of 15,332 total)
  • Author
    Posts
  • in reply to: No details by clicking on entry #281267
    Steven Zahm
    Keymaster

    @ drewwestcott

    No this has actually been the behavior now for many years. The template will not has a single view unless one has been created and registered to use it.

    Yes, using the shortcode will always override any settings set in the admin, including the activate template. This is to allow per instance overrides of the settings.

    It sounds of you need to add a single view to your custom template. To see how, I recommend referring to the code of one of the premium templates such as cMap or Market.

    I hope that helps.

    in reply to: Server change #281169
    Steven Zahm
    Keymaster

    @ Hubert Horstmann

    My best guess is one of two following…

    One, the document root can not be determined automatically. So you have to manually set the DOCUMENT_ROOT here’s how:

    Add the following to the timthumb-config.php file found here:

    ../wp-content/plugins/connections/includes/libraries/timthumb/

    This is what you need to add, make sure to change the doc root accordingly:

    define ('LOCAL_FILE_BASE_DIRECTORY','/my/doc/root/');

    What /my/doc/root will be will depend entirely on the server setup. If you go to the the Connections : Dashboard admin page and look at the the System widget; there will be a constant named CN_PATH. The doc root should be the beginning portion of that path. What I can tell you is that from the wp-content on will NOT be part of the doc root.

    Two, some server setting is preventing the script from reading the images and if that is the case, so, I do not know what that could be. Maybe a rule in the .htaccess file or something your webhost has configured. If you have any security related plugins installed, perhaps they’re blocking content.

    I hope that helps point you in the right direction.

    in reply to: Sort by category #281168
    Steven Zahm
    Keymaster

    @ Nils

    Sorry, but there is no way to order by category. the best that can be done is to place the shortcode on the page, one time for each category you want to display in the order you want them to be displayed. You would use the category shortcode option to limit the results to a specific category in each instance of the shortcode.

    Hope that helps.

    in reply to: add custom social media icons & links? #281167
    Steven Zahm
    Keymaster

    @ josh901

    Currently the only way to do this is to add them to the class.options.php file. Search for one of the existing networks. The change you will need to make will make sense once you see the code. Additionally you will need to create icons in several different sizes and put them in the images folder. Hope that helps.

    Steven Zahm
    Keymaster

    @ Basil

    I see the issue…

    You have fields first name and last name which causes the default to be an individual. You need to map those to contact first name and contact last name.

    That should do it.

    in reply to: Map doesn't display correctly #281163
    Steven Zahm
    Keymaster

    @ Luca

    Hmmm, I think this is definitely a CSS issue conflict wth the theme. Unfortunately I will not be able to tell you what the fix would be without being able to see it myself. If you can share a link, I will take a look and tell you what the fix should be.

    Steven Zahm
    Keymaster

    @ Daniel

    Where did you have your template, meaning what file path on the server?

    in reply to: Updated Plugin and Getting Error #281116
    Steven Zahm
    Keymaster

    @ Rich

    Great to hear … just some additional info; just visiting the templates page would have fix the issue.

    in reply to: Add or Edit Entry pages loading very slowly #281099
    Steven Zahm
    Keymaster

    @ jean

    Great to hear this resolved the issue. I’ll have to come up with a way to improve this so this feature does not bog down the page. For now, keep in mind that you will have to apply this fix anytime you update Connections.

    If you have a moment, I would truly appreciate a review as they really do make a difference. Many thanks in advance.
    http://wordpress.org/support/view/plugin-reviews/connections

    in reply to: Purchase History Not Showing #281088
    Steven Zahm
    Keymaster

    @ Brian

    For some reason your account didn’t have a user role assigned. I addressed the issue so you should not be able to view your purchase history. Apologies for the inconvenience.

Viewing 10 posts - 11,801 through 11,810 (of 15,332 total)