mtalbert
Forum Replies Created
-
Well my above fix using redirection only allows the page to display. Another method that works to fix the page being displayed is to define your new slug in the wp-config.php file such as define(‘BP_GROUPS_SLUG’, ‘projects’);.
However, using either of these methods does not allow the uploads to actually occur. After putting in your file information and submitting the form it will direct to an incorrect page.
I tried the fix offered by @flynxify and that worked great.
I have this same issue when I changed my ‘groups’ slug to ‘projects’. To solve this easily and not modify the plugin source I added a new redirection rule in the Redirection plugin.
I added a regular expression rule /groups(/.*) that redirects to my slug path, /projects$1. You can replace ‘projects’ with your chosen slug name. This rule will work for anything that follows ‘/groups’ so that if other URLs are suffering from this same issue it will fix those as well.
If you are already using a redirection plugin like the one linked above, this simple fix will make your documents work without needing to modify the plugin source, which may get overwritten the next time the plugin updates. Hope this helps.
I have recently implemented several custom post types to create a better structure for my site http://kungfudestiny.com. I have encountered several hindrances moving to this architecture, one being that the sitemap did not include the custom post types. I have installed your latest beta and it is working great, however while I can see it including some custom taxonomies it does not include my custom post types. This effectively is cutting my sitemap down to half it’s size. Is there any way to include that in the sitemap or is it a coming addition to the plugin?
Thanks for all your hard work on this great plugin Arne.
I’m having a similar issue. I have several wordpress installs using this plugin. One site it works great, but on 3 others it does not work at all and the appropriate thickbox js and css includes are there. I’m very confused. Any insight would be appreciated.
Matt
Forum: Fixing WordPress
In reply to: Video Embeds Not WorkingI discovered the problem, the video did not have the embedding option turned on. Once I enabled embedding of the video from youtube, wordpress correctly pulled it in.
Thanks I missed that step of visiting the My Link Order page. After that everything works as normal for me. Thanks for the help!
I’m having the exact same issue. Anyone know of a solution for this?
Forum: Fixing WordPress
In reply to: Page Title ProblemI’m not running any plugins that should be affecting it that I know of.
I didn’t realize the oddity in mine until I decided to update my blogname with the Chinese Characters for it. When I did my home page still displays “Kung Fu Destiny” without the characters while the Articles page would have “Articles | Kung Fu Destiny 功夫命運”. As long as a title tag is present at all it will somehow determine what to put in there regardless of the code i insert between the title tags.
Forum: Fixing WordPress
In reply to: Page Title ProblemI have a similar issue that I do not understand. On my site Kung Fu Destiny If I have title tags in the header.php it will display the title the way it wants regardless of how i place the bloginfo(‘name’) and wp_title() in relation to each other. I can even have an empty title tag such as <title></title> and it will still display a title the way it wants too. If I remove the title tags completely it will not have any title at all.
Does anyone have any idea what is going on?
Thanks