Forum Replies Created
-
hmmm ! actually this SEO plugin blocks the forum.
In reply to: How to disable html on the posts?Thanks zaerl, where would you paste this?
Thanks for the plugin. But how would you set it up? it is not giving any options on the admin side.
In reply to: Advice before installationYou just said you have a WP website. Is it already live? It depends on if you want to integrate these two or not. You can do that during the installation or after, it’s up to you.
Where would you paste the code? on the post.php file?
In reply to: How to disable html on the posts?Hi _ck_ any input on the above post?
Any other takers?
In reply to: Topic "Views" is not countingYou are s superstar CK ! It’s workig perfctly now
I have gone through every single line of my forum.php and your code, didn’t find anything (perhaps I missed something) then I just replaced them as you advised. Now they are working
Thanks a million!
In reply to: bbPress article deleted from Wikipedia?Ah poor bbPress, you are branded as “Seemingly non-notable software” by someone seemingly non-knowledgeable about web and software industry.
In reply to: Pretty Permalinks Not WorkingI had the same problem with pretty permalink.
Background:
Main site = http://www.site.com
Blog = http://www.site.com/blog (WP 2.
Forum = http://www.site.com/forum (bbPress 0.9.06)
I installed the blog few weeks ago and didn’t touch apart of posting a “hello world”. Wp gave me a message on that time to enter this on root htaccess –
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
I must mention that the htaccess had already
Options +FollowSymLinks
RewriteEngine on
Then I installed the forum today. After activating the name based permalink it gave me 404 message. I deleted the “+FollowSymLinks” from the htaccess and put –
Options +Multiviews
It worked fine for few hours but it started showing 404 again. After going through various posts in here I decided not to change the Multiviews as my hosting already mod_rewrite enabled.
I made another htaccess just for the forum,which look like this –
Options +FollowSymLinks
RewriteEngine on
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /forum/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /forum/index.php [L]
</IfModule>
The pretty permalink is working at the moment. Hopefully it will be working in future too.
In reply to: Topic "Views" is not countingHey CK, thanks again. I activated all of the “views” related plugins just to make it work.
The “Forum” section views is working and showing the total number of views but if I click on the “Forums” it brings the list of discussions but again the views column are empty.
I am quite confused as the list of the discussions are showing the views on the Latest Discussions list but when seeing them under “Forum” name none of them are showing the view counts
Is there any other plugins I shall be using?
In reply to: Topic "Views" is not countingHi CK,
As you advised, I newly installed the forum and template in another server. After activating your plugin “bb Topic Views” the view count on the latest disccusions is working, but it is not working on “Forum names” section. It just shows an empty column.
Any idea why it’s not working on that part?
Thanks
In reply to: Topic "Views" is not countingThanks CK.
Actually I installed that in two different sites, both views are not working, the second reason seems more plausible.
I am going to install them on a different server to check.
Thanks again.