Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for '"wordpress"'

Viewing 25 results - 12,876 through 12,900 (of 26,879 total)
  • Author
    Search Results
  • #120677
    Pippin Williamson
    Participant

    The usermeta table is one of the core WordPress tables, so usually it will be the one that looks like this: wp_usermeta. Sometimes, however, the “wp_” prefix will be different.

    #120663
    Halo Diehard
    Participant

    WordPress Version: 3.4.2
    bbPress Version: 2.2.2
    Theme: Custom Community

    Hello, I am considering changing my site from phpBB3 forums to bbPress to better integrate with my WordPress home page.

    I’m attempting to Import my forums into my test site, on another database, to test bbPress’ “Import Forums”. I’ve filled out all the necessary information, but the first time I ran it I got messages at the bottom that 0 Members had been imported 0 posts, etc all the way down the line. I tried running it again and I get this message:

    “Fatal error: Class ‘Example’ not found in /homepages/33/d410891000/htdocs/THEMETEST/wp-content/plugins/bbpress/includes/admin/converter.php on line 1291”

    I’ve attempted to reset the process by choosing to Purge Previous Import and save, then Start Over and save, but I continue to get the same message when I try to import.

    I tried to resolve this on my own, but I searched for an hour online before I even found that bbPress has an importer built in! Unfortunately stuff from the last five years had priority in the search. Also, I could not find a search on this site, so I started Googling “bbpress.org import forums” but still no answers, so any help would be appreciated.

    One more thing: I don’t have so many members that I couldn’t create their accounts myself if I *had* to, so if anyone knows of an easier way to just import the forums and posts, that might work.

    Thanks in advance for your time.

    #120659
    #120647

    It’s a bit difficult to wrap your head around at first, but the reason theme compatibility exists, is because you should not modify code/templates that come with plugins or themes. When using a plugin like bbPress, and a theme that isn’t yours, you need some other way to introduce code into WordPress.

    You can use either a plugin, or a child theme to do this.

    You’ll want to research both methods, and figure out which one suits your situation and needs.

    #120645
    nickzee
    Participant

    Dear community.

    I have spent the last few (5) hours reading the various posts, trying to get bbpress to integrate with my custom WP theme. Unfortunately, I don’t have the knowledge (or enough) to figure out how to make the two work together.

    Info
    Wordpress: 3.4.2
    Site link: http://www.restorationcoach.com/restoration_coach/forums/
    Using this theme: http://www.templatemonster.com/wordpress-themes/39849.html
    bbpress: 2.2

    My main issue seams to be css related. I think bbpress is and the theme are sharing css files, causing a funky appearance. Overall forum function seems to be working fine.

    So far I’ve done the following.

    Completely removed bbpress and installed new 2.2 version.
    Read: http://codex.bbpress.org/theme-compatibility/ (this is for customizing the bbpress theme, if you want? And if you don’t, then leave the install as is?)
    Watched: http://www.youtube.com/watch?v=lB2Oodx2GJw (not sure if this applies with 2.2)
    Switched to Twentyeleven: Looks better, side bar is missing, and footer contact form, map and links are over top one another.

    I can see in firebug where both style.css and bbpress.css are being used to style the forum. Most specifically #page-content ul li. This, I believe, is causing the issues but not quite sure how to fix it.

    Thank you in advance for the assistance.

    #120644

    That’s true. Unfortunately before bbPress 2.2, users had to go digging to assign forum moderator capabilities to users with existing WordPress roles, so we indirectly drove users towards that solution already. :/

    #120643
    psiggy
    Participant

    Hi,

    I would like to ask – is there any function that returns the current forum description. By “forum description”, I mean the string that you can specify in WordPress GUI when creating new forum.

    Thanks!

    The editor here is the basic WordPress editor with some CSS tweaks; something anyone with a spare hour should be able to put together.

    Shane Gowland
    Participant

    This editor used on bbPress.org is essentially the same as the one that will appear by default. The only difference is the tabs have been changed into textual links and added to the toolbar.

    I agree that an interface to hotlink (or upload) images would be a welcome addition. There are some good plugins that will give you this functionality, including bbPress Post Toolbar and GD bbPress Attachments.

     

    htz77
    Participant

    Hi. My site has a custom WP_Query (outside the main loop) in the header (in header.php), and another in the footer (in footer.php). On all/only my bbPress pages, the paragraph breaks in this content are missing, because wpautop is not applied as it normally is.

    That’s because bbPress REMOVES THE FILTER “the_content”. I tracked it down to bbp_remove_all_filters( ‘the_content’ ); in bbpress/includes/core/theme-compat.php, line 633.

    In that same file, I also see bbp_restore_all_filters(), which looks like it should fix the problem. But it’s not actually working on my custom queries.

    So how can I apply bbp_restore_all_filters() to my custom WP_Query calls?

    Thanks for any help here!

    MY WORDPRESS INFO:
    Wordpress v3.4.2
    bbPress v2.2.1

    RELATED POST:
    I also had a similar issue a month ago (http://bbpress.org/forums/topic/conflict-with-custom-wp_query-in-header-php/) where bbPress conflicted with these same WP_Query calls in my header and footer. But in that case, the main content from bbPress was REPLACING the content from my WP_Query. I somehow solved that problem by just changing my slugs. But I now see it was probably caused by add_filter( ‘the_content’, ‘bbp_replace_the_content’ );, also in this theme-compat.php file.

    #120608

    Partially. The roles and capabilities in 2.2 have all the filters and hooks in place to allow for this to happen in future versions, though there’s no UI for it currently.

    Forum VS Role VS User permissions are going to be tricky to handle in WordPress. We’ll most likely need to get creative with where the relationship data is stored, using the taxonomy table or something similar.

    #120594
    bbuser12345
    Participant

    I’m confident you’ll figure it out.

    I wish I was as confident…

    It’s fine to be frustrated, but your tone towards the volunteers trying to help you is pretty crappy.

    My tone is one of exasperation (maybe desperation). I have been using BBPress for 5 years, and stuck with it through “the dark years”. I have read all the help pages, and I know my way around a command line, yet this converter, built ostensibly to help non-experts, does not work and I cannot find help. I have a message board that is falling apart, and being overrun by spam, and I have spent countless hours trying to migrate the database using the converter. Which is just the first step in migrating the forum.

    If you don’t like the documentation, change it. It’s a WordPress site where everyone is an Editor, and you can be part of the solution just like every other volunteer, or you can be upset because the amazing free software you’re using isn’t as polished as we all know it could be. If only we had more volunteers… Paradox.

    I am not sure whether to laugh or cry. If I knew what was wrong with the documentation, I would change it. Of course if I knew what was wrong with the documentation I would likely not have a problem in the first place and would never have sought out the documentation. There is your paradox. People who seek out documentation are by definition having trouble and are likely not expert users. They are the last people who are qualified to improve the documentation.

    We brought the old bbConverter into bbPress in 2.1. bbConverter development stopped, and I took it over and brought it into bbPress core along with several much needed fixes. Trying to use software that you know is abandoned and others have not succeeded with is generally a bad idea.

    Thats great information!! Why does it not appear either on the bbconverter plug-in page or on the https://codex.bbpress.org/import-forums/ page?

    I should note that I don’t see any way for me to add this information to the documentation of either the old deprecated plug-in (which gets downloaded and installed many times a day apparently) or on the codex page for the converter.

    The connection failure doesn’t provide the feedback you’re wishing for. There is no “your password was incorrect but the username is okay” level of feedback, so you’re on your own. Based on how capable and experienced you are, let’s assume it’s correct anyway.

    Wait! You said connection failure… how do you know it is a connection failure? Is there something in the message (or that is not in the message) that tells you that? If so why does the console not report:

    “You have failed to connect to the server. At least one of these three things is wrong: The Old Database’s Server Name, The Database’s User Name or the old Database’s User Password. Unfortunately, this converter cannot tell you which one or more of these things is wrong”

    Instead the error I get is one I would expect if I had the name of a table in my database wrong in a query.

    Look, I know that you cannot pass on information to the user that the server does not report. But when I access mySQL databases and servers the wrong way with a mySQL client or R or python or myPHP I get error messages with error codes. Things like “#1045 Cannot log in to the MySQL server”. This lets me know what I have screwed up so I can fix it. Is it a missing table or the wrong database name? Or am I not even connecting to the server at all? Again if for some reason you are not getting these messages then I guess I am “on my own”.

    So… you’ll have the best luck if your bbPress 1.1 tables are in the same database as your current WordPress installation. Maybe try exporting those tables out of the other database, and importing them into the current one, and give it another shot.

    Even more good information! Thank you. I would edit the documentation to let others know about this, but every time I try to log in to the codex site for BBpress, I get taken to the buddypress site.

    =======================================================================
    For what it is worth:

    My tone is also one of frustration. BBPress is an awesome bit of code and you guys have spent a great deal of time making it do really awesome things, but as is the case with many opensource projects, no one seems to care if anyone can actually use the awesome product.

    I am a part of a pretty big opensource community, and bad documentation is a systematic problem. People make amazing things then fail to help users actually use the code. I write lots of code that I end up releasing to that community. I spend a good bit of time making my documentation work for people who are newbies to using the program. I assume they picked up the program just to use my package/functionality and I write my help with that in mind. Why?, because I want them to use my code, I want them to learn about the program, and I eventually hope they will become a part of the community and contribute.

    #120585

    Revert back to a default WordPress theme. Update your permalinks.

    #120584

    It’s fine to be frustrated, but your tone towards the volunteers trying to help you is pretty crappy.

    However, it is the sentiment one gets when trying to follow the BBpress’ documentation: (…)

    If you don’t like the documentation, change it. It’s a WordPress site where everyone is an Editor, and you can be part of the solution just like every other volunteer, or you can be upset because the amazing free software you’re using isn’t as polished as we all know it could be. If only we had more volunteers… Paradox.

    Which is it? Why are there two different ways? Is one applicable to one situation and the other to another?

    We brought the old bbConverter into bbPress in 2.1. bbConverter development stopped, and I took it over and brought it into bbPress core along with several much needed fixes. Trying to use software that you know is abandoned and others have not succeeded with is generally a bad idea.

    I am just told that the database does not exist. Well it does, I can log-in using myPhp and there it is.

    The connection failure doesn’t provide the feedback you’re wishing for. There is no “your password was incorrect but the username is okay” level of feedback, so you’re on your own. Based on how capable and experienced you are, let’s assume it’s correct anyway. If the converter still can’t connect, the server can’t access the other server you’re trying to point it to.

    So… you’ll have the best luck if your bbPress 1.1 tables are in the same database as your current WordPress installation. Maybe try exporting those tables out of the other database, and importing them into the current one, and give it another shot.

    It’s worth adding, that while you say it’s an easy process, the data migration for bbPress.org took 8 hours, with 200k posts, 5 million users in the WordPress.org shared tables, and generous query limits and timeouts between them. The converter itself, works great.

    I’m sorry you’re having trouble, and I’m confident you’ll figure it out.

    #120582
    Archer117
    Participant

    So I made the update to 2.2.1 (everything was working fine on 2.2), and the plugin successfully installed and activated. However, when I went to look at the forums, they looked like this

    I deactivated bbpress and re-activated it, and now it gives a 404 page, like so

    Direct links to posts go to wordpress “pages” with a stream of text.

    Any ideas? Anyone else having this happen to them?

    #120580

    In reply to: Custom login Page

    Keikabile Lesego
    Participant

    Hello, Stephen.  Looking at the were things are, accoding to my little experience since i  started using wordpress, I know the is no how wp-login.php page can look this way without editing the core css Because wp-login.php file is not located in a child theme root so its a lil difficult, to call css style from a child theme that will edit the apparence of page that is not in the child theme… Unless The web-owner used a plugin to replace the core, still as i mentioned above it looks the same as other pages because there is no page header, though it was made to suit the site appearance… What if you want to call the header, for those who have a different websites with a header.  Maybe i dont know something does removing a link that you dont want or any code in wp-login.php called hacking core? If it is then there was core hacking on the link you just shared. In royaltweet.com i just called the header,  edited css style and removed the links that i didnt like, eg login title and everything became great.

    #120579
    bbuser12345
    Participant

    Fair enough. If I have to pay someone more than $20 to use the provided migration wizard I will. (FWIW, on oDesk people are free to bid whatever they are willing to bid to do the project.) I have been trying this conversion on and off myself for about 6 months, I’d pay $100 if someone who knew what they were doing would help me out. (Why it would take anything like 20-40 hours for someone to figure out what I need to fill in on a web form in order to get the wizard to work is beyond me.)

    This should be simple right? I have a BBpress standalone and I want to convert the database to be used by the plug-in. This is the simplest case. I know how to set everything up all I need to know is what set of magical things to put in the form fields to get the converter to actually work.

    I know how to back up my database, and I use mySQL all the time in my daily work. I write programs for a living that access and analyze massive data bases. If I knew what needed to be done to the data base to make it work with the plug-in (that is what the wizard is doing under the hood) I could do the migration myself with an R script or something similar. However, there is no place where it is documented what needs to be done to convert the database.

    The statement that: “Once you have the right tools and become relatively proficient, it’s actually pretty easy.” is tautological. However, it is the sentiment one gets when trying to follow the BBpress’ documentation: “If you already knew how to do this, here is how you would do this”.

    Here are a few of the issues:

    Half of the replies in the forums say to follow this plan:
    https://codex.bbpress.org/import-forums/

    The other replies say to use the plugin:
    https://wordpress.org/extend/plugins/bbconverter/

    Which is it? Why are there two different ways? Is one applicable to one situation and the other to another?

    Of course neither will work for me (and many others apparently). The support page at http://bbconverter.com is dead and so there is no information there. The other page contains very sparse information about what one should put in the form fields.

    ***Here is the biggest issue. The console on the wizard does not give any information that would help you diagnose what step in the process has failed.

    For example I just get:

    ==========================================
    Please don’t forget to update your counters HERE

    WordPress database error: [Table ‘databasebbpress.forums’ doesn’t exist]
    SELECT convert(forums.forum_id USING “utf8”) AS forum_id,convert(forums.forum_parent USING “utf8”) AS forum_parent,convert(forums.forum_name USING “utf8”) AS forum_name,convert(forums.forum_slug USING “utf8”) AS forum_slug,convert(forums.forum_desc USING “utf8”) AS forum_desc,convert(forums.forum_order USING “utf8”) AS forum_order FROM forums AS forums LIMIT 0, 100

    No forums to convert-
    Not clearing default passwords-

    Not Converting users Selected-

    No data to clean-

    Starting Conversion…

    ==============================

    I am left to wonder, is the problem logging in to the server?
    If so:
    Is the problem the server name?
    Is the problem my password?
    Is the problem my username?

    Is the problem connecting to the database?
    If so:
    Is the problem the database name?
    Is the problem a permission?
    Is the problem my password?
    Is the problem my username?

    I am just told that the database does not exist. Well it does, I can log-in using myPhp and there it is.

    I will continue to search for “the right tools” and to become more “proficient”. In the meantime I will continue to try to find someone who know enough about the guts of BBpress and WordPress to tell me why my database that does exist, does not exist in the eyes of the converter.

    #120578

    In reply to: Custom login Page

    Stephen Edgar
    Keymaster

    Take a look around at http://www.ratsclan.com, this site is just WordPress and bbPress and as far as I can tell nothing in the ‘core’ of either bbPress or WordPress has been hacked.

    It is a pretty good showcase site showing what can be done without killing kittens…

    #120575

    In reply to: Custom login Page

    Keikabile Lesego
    Participant

    Hello Shane, 3 Reasons Why Hacking the WordPress Core is a Very Bad Idea, its a pretty great aticle you shared there, ( actually i smiled when reading ” each time you attack core God kills a kitten”) but some of there reasons dont convience me why i shouldnt customise my site… I thought putting some css.style in andmin css, is the same as changing the color of my website in childtheme but since it seems like a very bad idea I will not argue and look for more reason why I shouldnt do that.

    Innomarkglobal, i aggree that you can make your own custom login page and stay away from the core file as Shane says, but still your custom login doesn’t avoid your visitors from landing on the core login. For example if you click submit button on your custom login without feeling your login details it redirect to …/wp-login.php and it will not pop a message that you have not entered ditails, which i personally think is not a great idea… I am not sure yet if there is a way to make visitor stay in your custom login even if there is a login error, if there is i am sure it will consume time to make it.

    My Personal Advice to this is “Do not edit anything unless you know what you are doing”. And note that you will loss your style every time you upgrade, if you edit core.

    Thanks WordPress.
    Regards Lesego Keikabile
    Beautiful Day 🙂

    #120571
    Stephen Edgar
    Keymaster

    @radi_v Take a look at this https://github.com/nosecreek/Posts-to-bbPress

    It is doing ‘Converts WordPress posts and comments to bbPress topics and replies.’

    I haven’t looked closely at the code yet (possibility including this to the bbPress core ‘import tool’) though you may be able to tweak it to only do ‘comments’ to ‘replies’.

    #120568

    In reply to: No Forums Base

    Not currently possible without a fair bit of hacking.

    WordPress reserves the base for pages and blog posts, should you set your permalinks that way.

    #120567
    Stephen Edgar
    Keymaster

    – Backup your site and all your databases often during all these steps in case any step along the way you can revert back to a working site
    – Upgrade your bbPress 1.1alpha to the final 1.1 release https://bbpress.org/download/legacy/ https://codex.bbpress.org/legacy/updating/
    – Install bbPress 2.2x plugin to WordPress https://wordpress.org/extend/plugins/bbpress/
    – Run the bbPress 2.x Tool ‘Import Forums’ to import your old forums https://codex.bbpress.org/import-forums/

    #120564
    Stephen Edgar
    Keymaster

    You wern’t using your wordpress.COM by any chance were you?

    It should be the same as your user/pass for here at bbpress.org (Same as wordpress.org)

    If no luck try resetting your password which might force everything to update for bbpress/wordpress.org sites.

    #120560
    spwestwood
    Participant

    Hi,

    I’m upgrading my forum from a standalone installation to the newer wordpress plugin. The URL structure is a bit different:

    Old bbPres (v1.03):
    Main page: domain.com/forum
    Forum pages: domain.com/forum/forum/{forum-name}
    Subforum pages: domain.com/forum/forum/{forum-name}
    Topic pages: domain.com/forum/topic/{topic-name}

    New bbPress (v2.2.1)
    Main page: domain.com/blog/forums
    Forum page: domain.com/blog/forums/forum/{forum-name}
    Sub-forum page: domain.com/blog/forums/forum/{parent-forum}/{forum-name}
    Topic pages: domain.com/blog/forums/topic/{topic-name}

    So the main issue I have is that the forum is now in the wordpress directory, whereas I’d rather it was outside. The other issue is that now sub-forums have the parent forum in the url.

    I’d like to do two things:

    -> Remove the /blog/ from the forums url
    -> Redirect old sub-forums to the newer domains.

    Does anyone know the htaccess/mod_rewrite to do this?

    • This topic was modified 13 years, 4 months ago by spwestwood.
    #120550
    metaphorcreations
    Participant

    For some reason it won’t let me log in using my WordPress.org password. Is there some other way I need to signup/login?

Viewing 25 results - 12,876 through 12,900 (of 26,879 total)
Skip to toolbar