https://www.ads-software.com/plugins/ipb-comments-for-wordpress/
]]>Can someone help ?
Thanks
I have WP installed at root and IP.Board installed at /forums
When trying to access any of the forums/topics from my WP home page at www.talkwestham.com I am returned with a 404 error but I can access all WP pages/posts fine.
When I return the permalink structure in WordPress back to default everything works, when I change it to a custom structure say /%category%/%postname%/ the 404’s start again when trying to access my forums only…
My .htaccess is being written as I deleted it and WordPress rewrote another one with;
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteRule ^index\.php$ - [L]
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
# END WordPress
Your help would be greatly appreciated.
Dave
]]>I have this code but it isn’t working:
<?php $meta = get_post_meta($post_ID,'forum_topic_url');
if ( ! empty($meta) ) : $topic_link = current($meta); ?>
<a href="<?php echo $topic_link; ?>">Follow the Discussion in Progress</a>
<?php endif; ?>
Here is the plugin-code:
]]>
https://www.ads-software.com/extend/plugins/ipb-comments-for-wordpress/
The only setting I might have wrong is the “base path”, but I’m fairly certain its accurate. My forums are located at boxofficetheory.com/forums…so I have the base path set to “/forums”.
Either way, when I make a new post it doesn’t automatically create a topic in the category-assigned forum board…nor does it even show the option to discuss below the post itself.
Please help!
]]>I’m having some issues with IPB Comments and Google XML Sitemaps, here’s another topic I created a few moments ago, here are some errors I’m having on my WP Site which it’s a 3.2.1 WP standard install no fancy stuff here:
Strict Standards: Non-static method GoogleSitemapGeneratorLoader::CallCheckForAutoBuild() cannot be called statically in /home/hmx/public_html/wp-includes/plugin.php on line 405
Strict Standards: Non-static method GoogleSitemapGeneratorLoader::CallCheckForAutoBuild() cannot be called statically in /home/hmx/public_html/wp-includes/plugin.php on line 405
Strict Standards: Non-static method GoogleSitemapGeneratorLoader::LoadPlugin() should not be called statically in /home/hmx/public_html/wp-content/plugins/google-sitemap-generator/sitemap.php on line 150
Strict Standards: Non-static method GoogleSitemapGenerator::Enable() should not be called statically in /home/hmx/public_html/wp-content/plugins/google-sitemap-generator/sitemap.php on line 250
Strict Standards: Non-static method GoogleSitemapGenerator::GetInstance() should not be called statically in /home/hmx/public_html/wp-content/plugins/google-sitemap-generator/sitemap.php on line 151
Warning: Cannot modify header information - headers already sent by (output started at /home/hmx/public_html/wp-includes/plugin.php:405) in /home/hmx/public_html/wp-includes/pluggable.php on line 934
Strict Standards: Non-static method ITError::handle_error() should not be called statically in /home/hmx/public_html/wp-content/plugins/tabber-widget/lib/classes/it-error.php on line 150
If you need any other information I’l be glad to provide it.
Thank you!
https://www.ads-software.com/extend/plugins/google-sitemap-generator/
]]>I am the author of IPBWI, an API which allows to create own appz linked to your Invision Power Board 3.
Many people asked me to develop a WordPress plugin which allows Single Sign On between IP.board and WordPress. I plan to develop this and will sell it for a fair price.
To get a plan, which features are the most demanded ones, I’ll like to ask you: What are the keyfeatures for this plugin additionally to Single Sign on? e.g. a Latest Topics Widget or Replacing WordPress News with News created in the Board? Tell me your wishlist and I’ll try to implement em
Kind regards,
Matthias
Author and Leader of IPBWI.com
threadt & poll in IPBWI forum: https://projects.pc-intern.com/index.php?&showtopic=9092
]]>Does anyone know if there is a plugin which allows me to add a widget to display the 5 latest posts on an IP.Board using the IP.Board API?
If not, can someone make one?
Thanks.
]]>