Search Results for '\"wordpress\'
-
Search Results
-
Hi There,
I adapted this plugin to bbPress: http://wordpress.org/extend/plugins/page-cornr/
You can load it here: http://www.xtc-modified.org/page-cornr.zip
Works great so far. The only thing that doesn’t work ist that the peel-effect only starts on a topic-page, but not on the front-page!
Any ideas?
Topic: Logo?
I’m working on the design for a web-site (e-zine) that will be use bbPress as it’s forum software somewhere later in time when we have enough members to warrant one. We will be having circular sticker-like buttons on the main page leading to the WordPress blog, Facebook fan-page, Twitter account and the bbPress forums. Is there anyway I can get an official vector that I’ll be licensed to use to design the sticker?
I can illustrate my own but I’m not completely sure whether that would be violating any of Automattic’s rights.
Topic: Permalinks In Windows IIS
hi fellows,
iam running this blog http://www.embtrans.com , my hosting is running on Windows IIS and it doesnt allow mod_rewrite functionality.
i have managed to configure the pretty permalinks for WordPress using custom 404. here is its code
<?php
$qs = $_SERVER;
$_SERVER = substr($qs, strpos($qs, ‘:80’)+3);
$_SERVER = $_SERVER;
include(‘index.php’);
?>
i would like to know if there is some custom 404 code for bbpress on Windows IIS to make pretty permalinks work.
thanks in advance
It would be wonderful if bbpress and wordpress themes were fully integrated so I can have bbforums as a menu item in my wordpress site and the forums opens right in my wordpress site with theme and menus and blog categories fully intact.
Is this on the plate at all?
hi,
i’d like to remove the “To participate, register or login with your WordPress.org username:” part completely, but i had though luck to find this little php snippet in my template.
in the core files maybe somewhere?
Topic: theme integration?
Hello all. I am starting a new wordpress site with bbpress installed in a subdirectory. I am not very tech savy and don’t know how to do code, but I am wondering how difficult it would be to have my bbpress forums inside my wordpress blog theme.
In other words, is it possible to have the same look and menu structure from my blog appear when in the forums?
From what I can find in the forums this is called deep integration. I have viewed the posts on that, but I am wondering if there is any further development that would help me, because I don’t have the ability to do the tasks as they are presented in those posts.
1. Created the database;
2. Uploaded the bbPress files to the destination directory;
3. Went to my forum URL and got the appropriate install screen;
4. Proceeded to Step 1, where I entered the pertinent info (Database name, Database user, Database password);
5. Upon entering the requisite info, I hit ‘Save database configuration file’ button;
6. The next screen tells me “Your settings have been saved to the file bb-config.php You can now continue to the next step.” I click ‘Go to Step 2’;
7. Blank white screen (http://www.mywebsite.com/forum/bb-admin/install.php).
Note: I have tried starting from scratch I have installed a new database, then re-uploading the bbPress files, creating the ‘bb-config.php’ file manually from the sample version, then uploading it via FTP. When I do it this way, I get the blank white screen immediately, without getting any introductory/installation pages.
I have installed many wordpress blogs on the same server on various domains with absolutely no problem.
Hi,
I have an existing phpbb2 forum and was hoping to migrate the existing data into bbPress, followed by integration to WordPress MU. Here’s the steps i’ve done so far:
1. installed a fresh copy of bbPress 1.0.2
2. downloaded phpbb2bbpress converter from http://www.iteisa.com/phpbb2bbpress/
3. ammended the necessary stuff inside the file and ran the script
4. installed WordPress MU
I was comparing the bb_ and wp_ tables and would like to know:
1. can i simply insert into wp_usermeta, (user_id, meta_key, meta_value) from bb_usermeta table where the meta_key = bb_capabilities because it looks safer than just replacing wp_usermeta with bb_usermeta due to the existing entries in wp_usermeta which i’m unsure of their usage?
2. it also seems that i should insert all the necessary values from bb_users table to wp_users table because wp_users has more columns
are there anything else database-wise i need to do?
After the above i know i need to install a bbpress-integration.php into WordPress MU and do some settings on both bbPress and WordPress MU settings/configs. Are there any other steps i’m missing out?
I would really appreciate any help on this
Topic: Not simple, fast or elegant
I have a WordPress blog I am trying to put a bbpress forum into. The install instructions are opaque to say the least, it may be simple, fast and elegant but I am very confused as where to put the files when working with WordPress. I had a forums page set up as a WordPress page, if I put bbpress into that directory all I get is a list of files and not my WordPress page. When I get to the installer it then does not recognise the Database Name, User and Password. The instructions are written with prior knowledge but not tested on the range of possible users. Any help would be great. Thanks.

I’m having trouble trying to work out in my wordpress homepage post, how to stop the comment button click to redirect to my bbpress forum, which I have just recently set up.
This is my website: http://fitness-passion.com
I do not want any redirects, but rather have the comment to stay at the original post in wordpress.
Please tell me how can I fix this problem. Thanks!