Search Results for '\"wordpress\'
-
Search Results
-
Topic: migration from e107
I am currently running a website which was initially built around e107. I also have a forum (e107 plugin) integrated in that website which reached over 1,000 posts. I am now planning migrating the hole solution to wordpress and bbpress. The biggest issue was to preserve the existing data (users and posts). I tried looking for a tool that acomplished this, but it was all in vain. I really wanted to migrate from e107 and wordpress with bbpress seemed to be a really good choice so I have built some migration scripts. They are written in PHP and are released under GPL.
There are two scripts. One that migrates the users to wordpress tables, and the other that migrates the posts of the forums. I would like to share these scripts with the community, hoping that there are users that could use them.
Please let me know what is the preffered way to share them.
Thanks!
Hi all
After upgrading:
WP2.5 -> 2.7
BBPress 0.9.4 -> 1.0 alpha 6
WP is running badly.
In order to get access to functions of BBPress, I have these lines at the end of wp-config.php:
if ( !defined('BBDB_NAME') )require_once(ABSPATH.'forum/bb-load.php');
Into the index.php of my WP theme, I wish to display the last topics of the forums, by doing:
<?php$forums = get_forums();
$topics = get_latest_topics();
$super_stickies = get_sticky_topics();
for ($i=0;$i<3;$i++){
$topic = $topics[$i];
?>
" title="See the message of <?php topic_author();?>"><?php topic_title();
<?php } ?>
The display of the latest messages was working well and still working well after the upgrade, BUT WORDPRESS GETS INTO TROUBLE:
– the css style for the back admin of WP is not working
– the hooks into the plugins are not called anymore (add_action(‘wp_head’, ‘init_js’); where init_js() is never run)
– custom query vars are not detected into the url
Well, when I remove the require_once into the wp-config.php (see below), the trouble disappear.
//if ( !defined('BBDB_NAME') )//require_once(ABSPATH.'forum/bb-load.php');
How to get it working with the bbpress function without trouble in WP ?
I think this is a very important point for the BBPress integration in WordPress
Thanks
Topic: Just a few questions
I’m just wondering if bbpress has a few features that I require, I currently maintain a website that has wordpress and phpbb on it. The forums has a whack load of sub forums along with ones only visible by certain members, I’m wondering if it is possible to make sub forums along with special ranks along with moderator and admin?
Because currently trying to make my wordpress theme work on the forums is being a real pain, I’ve gotten it to work for firefox but in IE its a mess, so I’m hoping bbpress could be my salvation if you will.
I’m also wondering if bbpress is easy to setup with Yahoo Small business hosting? I also maintain another site in works that requires a way to post “ads” kind of like craigs list but can only be posted by an admin.
Help on any of these issues would be great.
Hi, I am new to wordpress and do not know why when I try to go to my website: http://www.lifeonholdmusic.com, all of the sudden this error message:
Fatal error: Call to undefined function: get_header() in /home/content/l/i/f/lifeonhold/html/index.php on line 7
appears! I don’t believe I made any changes and I suddenly got this error and don’t know what to do! any help would be greatly appreciated
Hey guys,
I’ve been trying to fix this for 3 days now… however I am sure it is no longer a configuration issue as I went up and down with it for the past 6 hours. I’ve just deleted and installed the latest WordPress MU and started fresh, but before I started integrating I wanted to make sure the cookies were working as intended.
When I check the cookies using Firefox’s Privacy option and my own Web Designer Plugin and viewing the cookies… I notice that all of them have a blank hash at the end…
so for example, where others mentioned it should appear as
wordpress_logged_in_(hash)
mine appears as
wordpress_logged_in_
Why is this happening on a brand new installation? I also deleted the pre-existing Hash keys and let wordpress generate it’s own and put that in the config, and still the same…
I know this ain’t the forums for it, but im sure someone has come across this.