minervaa (@minervaa)

Forum Replies Created

Viewing 12 replies - 26 through 37 (of 37 total)
  • @minervaa

    Participant

    hmmm ! actually this SEO plugin blocks the forum.

    @minervaa

    Participant

    Thanks zaerl, where would you paste this?

    @minervaa

    Participant

    Thanks for the plugin. But how would you set it up? it is not giving any options on the admin side.

    @minervaa

    Participant

    You 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.

    @minervaa

    Participant

    Where would you paste the code? on the post.php file?

    @minervaa

    Participant

    Hi _ck_ any input on the above post?

    Any other takers?

    @minervaa

    Participant

    You 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!

    @minervaa

    Participant

    Ah poor bbPress, you are branded as “Seemingly non-notable software” by someone seemingly non-knowledgeable about web and software industry.

    @minervaa

    Participant

    I had the same problem with pretty permalink.

    Background:

    Main site = http://www.site.com

    Blog = http://www.site.com/blog (WP 2.8)

    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.

    @minervaa

    Participant

    Hey 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?

    @minervaa

    Participant

    Hi 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

    @minervaa

    Participant

    Thanks 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.

Viewing 12 replies - 26 through 37 (of 37 total)