Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'phpbb'

Viewing 25 results - 851 through 875 (of 2,302 total)
  • Author
    Search Results
  • #125457
    Angelheart29
    Participant

    I tried to import Phpbb forum to bbpress, with the import tool :

    http://codex.bbpress.org/import-forums/

    I disable Forums and start the process, and i have this :

    β€œRepair any missing information: Continue

    Conversion Complete

    No replies to convert

    No tags to convert

    No topics to convert

    No forum parents to convert

    No forums to convert

    No passwords to clear

    No users to convert

    Starting Conversion
    ”

    My informations :

    – phpBB

    – Port : 3306

    – Name BDD : The name in my wp-config (i use the same base for forum and a wordpress installation)

    – Name user BDD : The user in my wp-config

    – Pass : The Pass in my wp-config

    – Prefix : PhpBB3

    and Start.

    I show all the informations many times and they are all right… I don’t understand where is the problem.

    Thanks for your responses

    LiveFreeOrDie
    Participant

    I’m having a style problem with this as well. The forumhome only is taking 1/3 of the space counting sidebar, 1/2 the space it should. I tried editing the css but no luck. Any idea what class or id I should be editing?

    View post on imgur.com

    All other pages are the proper width, just now the forum home. Thoughts? thanks!

    #125412

    In reply to: Vanilla 2 Converter

    Stephen Edgar
    Keymaster

    We will have to go down that route for now as the phpBB import has a similar issue and at the moment the docs state to manually delete these after import.

    We can look into why the converter isn’t doing joins correctly on the user table for future versions as if we changed to much there now I am quite sure we would break other stuff and would have very little time to test this at this stage.

    reverendgeneral
    Participant

    Can we get some styling documentation for this? I love the theme and I’ve been able to easily make some changes, but it’s unclear what I need to edit to adjust some finer details.

    For example, I can’t find what I need to edit in the stylesheet in order to place a simple line dividing each of the forums on the main page. It seems like all the elements that would allow me to do that have been hidden, but there’s not enough help for me to be sure.

    Also, when viewing a single category’s forums, the styling and functions seem to have a serious breakdown.

    Forum Index: https://i.imgur.com/KXdBZNS.png

    Category: https://i.imgur.com/ykJoCy4.png

    Do I need to edit the stylesheet, functions, or both to remedy this issue?

    Thanks again for the theme! It’s been a huge help so far!

    #125241
    johanlm
    Participant

    Top 5 plugins to use on bbPress = ?
    I planned to try bbPress2 during the weekend to see if this would suit my company. I have a lot of experience of forums in general, phpbb2/3, SMF2, VN, etc. But this are very massive in their functions. As I understand bbPress2 is A LOT less “bloated”.
    Still …
    Some toys/functions are usally needed.
    So in your opinion, what is good to have or a must have.

    Also.
    Is there companies/sites where you can buy supported bbPress2 addons?

    #125100
    limitx3m
    Participant

    I know someone is currently working improving the stock convertor for vbulletin, but is it possible to convert the database into a phpBB database and then convert that to bbpress/buddypress?

    Does anyone have any recent experience with this and if everything is retained?

    Also, what are some suggestions on converting the blogs from my members?

    Thanks!

    Kilomoana
    Participant

    Thank you very much for your theme, it’s very nice and a good start to work with bbPress.

    I have two issues, I try to solve, maybe someone could help me.

    So, in the Forums-Listing, if there is an empty forum under a category, he displays the category name as the last post instead of “No Posts”.

    The second one is, that he don’t stick, sticky posts. Superstickys work very well, but the sticky ones not.

    Greetings

    #125048
    Stephen Edgar
    Keymaster

    There are a couple of routes you could go down depending on how you plan on running WordPress:

    • WIMP (Windows, IIS, MySQL/MS SQL & PHP)
    • LAMP (Linux, Apache, MySQL & PHP)

    Once you have either of the above up and running and my suggestion is most definitely the second option to convert your database to MySQL then it would involve writing a custom import script based on the included example `Example.php` included with bbPress.
    (I have been updating all the import scripts lately so hopefully a new version of `Example.php` will not be far away, if not `bbPress1.php` and `phpBB.php` would be better to use as a basis for a custom DNN import script.)

    Lynq
    Participant

    Well it depends on what your theme uses as it’s sidebar container.

    .bbPress is a class which is applied to the body tag so you can tell if it is on a bbPress page.
    .sidebar is a guess at what the sidebar container is on your theme.
    stack them together and then use display:none to hide the sidebar on all bbPRess pages.
    You can add this into your bbPress stylesheet or your wordpress stylesheet (it is usually nicer to add it into your bbPress stylesheet so that all bbPress styles are contained in one place).

    Good luck!

    Sunidaze
    Participant

    “something like”, hehe… okay…

    I don’t know which file(s) to put it in… I’ll figure it out one day by trial and error… πŸ™‚

    thanks again…

    Lynq
    Participant

    For future reference, if you want to remove the sidebar just from bbPress files you can use something like…

    .bbPress .sidebar { display:none; }Β  // depending on your theme.

    Good luck!

    #124986

    In reply to: bbConverter error

    Stephen Edgar
    Keymaster

    You need to select ‘phpBB’ at the top of forum import screen and you need to specify the database prefix of your phpBB database tables, typically this is ‘phpbb_’ though you should confirm this for your database using phpMyAdmin on your web host.

    Sunidaze
    Participant

    I don’t need help removing the sidebar now, I decided to use the Elbee Elgee theme with the built in BBPress sidebar removal… thanks for the help… πŸ™‚

    Sunidaze
    Participant

    Or you can go through all of the theme files and remove get_sidebar.
    and
    The best way to remove a sidebar is probably to just use CSS to .sidebar { display:none }

    Will that remove the sidebar from the entire blog? I only want to remove the sidebar from the forum page, not the other pages…

    freax
    Participant

    I did the ‘display:none’ in catch-box theme but didn’t work for me. I need to remove the’get_sidebar’ from your template, BBpress, or catch-box theme ? Thanks.

    Lynq
    Participant

    The best way to remove a sidebar is probably to just use CSS to .sidebar { display:none } (depending on your themes markup) – it is quick and allows you to quickly add the sidebar back in should you need it later on.

    Or you can go through all of the theme files and remove get_sidebar.

    Good luck!

    freax
    Participant

    I have the same problem too. I tried to find get_sidebar function to delete it from the code but I only find them in ‘extra’ directory and it is showing again. Any help ?
    Thanks in advance.

    Sunidaze
    Participant

    Nice theme, thank you… this is the first BBPress theme I’ve installed… πŸ™‚

    How do I make it into one column? (no sidebar)

    #124926
    wisemonkey
    Participant

    Aha! This totally worked. Thank you.

    #124916
    Mal
    Participant

    How about forum-only WordPress theme? This sounds like easily doable.

    Or a theme that theme developers can integrate with their own theme if they copy things like register_sidebar() etc. to their functions.php? No need for child themes and things like that in this case.

    I can think of many acceptable and convenient solutions πŸ™‚

    ==========================
    It is very easy to modify BBPress 1 if you have theme in /bb-templates/ or /my-templates/ folder. You have to spend hours on going through BBPress files (because there is no documentation like in case of WordPress) but that’s fine with me.

    I would like to move to BBPress2 because of a bit better documentation, more functions that I’m often missing, custom fields and if it’s made as custom post type then it’s actually easy to integrate with any theme in any way – very cool.

    BBPress beats any solutions like PHPBB thanks to your simple, clever and therefore highly customizable project structure. Too bad that it’s evolving slowly because it’s a great thing πŸ™‚

    #124891
    Stephen Edgar
    Keymaster
    #124890

    In reply to: bbConverter error

    Stephen Edgar
    Keymaster

    bbPress 2.x includes its own phpBB converter (It was based on bbConverter)

    https://codex.bbpress.org/import-forums/

    The next release of bbPress will also include further improvements of the phpBB importer (I am working on these right now)

    #124889
    wisemonkey
    Participant

    Here is a related post (no solution stated)

    Topic author names prefixed with "imported_"

    #124888
    wisemonkey
    Participant

    Hello…

    (I have searched the forums here for a solution for this, apologies in advance if I missed a relevant post).

    I just installed the most current bbPress and imported a phpBB forums (3.0.10). I now have users with “imported_” prepended to their names. I am guessing that these are the names of users with pre-existing WP accounts who had the same phpBB username. (eg johndoe and imported_johndoe).

    How can I merge these two accounts into one. (ie imported_johndoe -> johndoe)?

    TIA,
    fernando

    #124866
    beervanger
    Participant

    Hi everyone,
    I need your help. I wanna migrate from phpbb to bbpress.
    I use bbConverter. I got this error :

    […again and again…]

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    WordPress database error: [You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ” at line 1]
    SELECT * FROM wp_posts WHERE id =

    Convert forums (0 – 99)-
    Not clearing default passwords-

    Not Converting users Selected-

    Not Cleaning Data-

    Conversion Complete-

    Starting Conversion…

    Could you help me?
    Thank you.

Viewing 25 results - 851 through 875 (of 2,302 total)
Skip to toolbar