Forum Replies Created
-
In reply to: Can't see my admin panel
I think you have installed bbPress again by using wp_ as a prefix
take a backup and try this :
change to bb_
and then open bb_usermeta table and see if the bb_capabilities of your user (check with user id) is
a:1:{s:9:"keymaster";b:1;}
via phpmyadminif you have got the admin access back now, then you can delete tables starting with wp_
Hope that helps
In reply to: Can't see my admin panelDon’t panic.
Changing table prefix manually requires changing it in multiple places in database and if you have lost your admin access, then it can be regained by adding the values in the database. Some more experienced can tell you this in detail.
And BTW are you also using WP in the same database with wp_ as the table prefix or without it?
In reply to: bb my-plugins & my-templates directoriesmy-plugins folder even being 750 is running fine. I guess its the plugins which may require higher permissions. am i right?
In reply to: bb my-plugins & my-templates directoriesEven though it is fixed in https://trac.bbpress.org/changeset/2327
I svn bbPress 1.0.2 and again I had to chmod the my-templates folder
In reply to: Adventure Canoe ForumYour background image is of 1600 X 1200. Although may be a small issue but for resolutions above it (like mine 1680 X 1050) it leaves a gap on both the sides. Try reducing the size of the image too.
In reply to: Installation Failed Halfway ThroughMay be someone who has faced this error can help. I have never ran into such a error.
I didn’t get what are you trying to do? Can you explain further?
In reply to: cannot install pluginsThat depends on the plugin itself but if none of them is showing anything, then it can be a issue. Make sure the plugins you are using do have options panel.
In reply to: Display random (or online) member avatarsThere is a direct function for your need but I can’t recall it at the moment.
How about the following?
<?php $avatar = bb_get_avatar( $user->ID ) ;
echo $avatar; ?>I took it from the
profile.php
In reply to: What plugins is bbpress.org runningI doubt if its running any. May be some for occasional debugging purposes but nothing for added functionality. I would also like to hear what others have to say on this.
In reply to: Show post Author next to Last poster?Try hardcoding
<?php topic_author(); ?>
in your template at the place where do you want the Author name to appear.In reply to: Theme Options in a BBpress themeYou should get an idea from here :
http://wpshout.com/create-an-awesome-wordpress-theme-options-page-part-1/
In reply to: How to sort on column heads?In reply to: Installation Failed Halfway ThroughEmpty your database be dropping all the tables inside it via PhpMyAdmin and then install bbPress again.
In reply to: BBPress and BuddyPress all working without loginsWhy do you have bbPress keys in your WP config file? Looks like you messed up following the tutorial. Re-try!
In reply to: I can install, just not where I want to!To have forums in sub-directory, upload the bbPress folder to your root, rename it and then install. You should be fine this way.
In reply to: Integrating WP Menu in my bbPress templateBoth the scripts will be loaded on each page call. That’s surely an overhead one would wanna avoid.
I keep saying that because I have done it without the plugin. I don’t get the point of using anything else when they support integration natively.
In reply to: Dropping tablesYou can drop tables in phpMyAdmin
In reply to: Yahoo answer type theme: P2 + best anwserI am interested to know about it if something already exists for this.
In reply to: Can I edit my tags?No, we just need to include CSS.
Take a look at the page source, its
tags-list
nottag-list
try
ul#tag-list li { display: inline; }
In reply to: Want to add a navigation headerLook around for implementing a horizontal menu in CSS and then you will be able to have the same WP menu in bbPress
In reply to: Can I edit my tags?in your theme’s stylesheet (style.css)
In reply to: Adventure Canoe ForumUtilize the space on the right properly. How about expanding the width of tables?