Forum Replies Created
-
In reply to: Write last post of user
I get just the template (post.php) without data in it.
In reply to: Importing from phpBB to bbpressYes, this works very well. Just google phpbb2bbpress
In reply to: phpbb3 -> bbpress converterI figured it out. There were two records for my capabilitues in the database. I don’t know why. When I changed both of them to keymaster, I got admin rights.
In reply to: phpbb3 -> bbpress converter…and just for your information; I’ve changed the script so that it looks for ID == 3 instead of ID == 1.
In reply to: phpbb3 -> bbpress converterHm, it still doesn’t work. I have even cheched in the database, and my user has
meta_value: a:1:{s:9:”keymaster”;b:1;}
meta_key: bbpress_capabilities
Just as it’s supposed to.
Even so, I don’t get the admin link when I’m logged in. And I’ve tried to use the plugin which you linked to.
In reply to: phpbb3 -> bbpress converterI see now in the script that it checks
if ($user_type == USER_FOUNDER)
However, according to the table, USER_FOUNDER is not a user type. User Type is set with IDs. My user type is for instance 3…
In reply to: phpbb3 -> bbpress converterI have converted my forum now, without any major problems.
However, my user account isn’t set to Keymaster… That’s a problem for me now, as I would like to do some admin changes.
Can anybody help me?
In reply to: phpbb3 -> bbpress converterIs it possible to do a fix for this? I just can’t go through the whole DB to change all the special characters.
In reply to: Embed integration in a non WP siteIt’s possible, but I think it’s difficult (much work).
What about making a template which looks the same as your XHTML document? (Featuring the same menus, navigation system etc. as your XHTML document). Then the bbPress forum looks like it’s integrated without being so.
In reply to: Candy!Where did you find the Category Patch plugin?
In reply to: What is a bozo?Thank you very much for the explanation!
In reply to: reply and add new topicarchasek, if I were you, I would have installed the Tiny MCE WYSIWYG editor instead of any quicktag plugin. The Tiny MCE It outputs valid XHTML and is by far easier to use than any bbcode system!
In reply to: Plugin: Avatar UploadLovely! I thought about writing this plugin myself. Thank you very much indeed!
But I think the avatar.php file should be uploaded to the template folder within the bb-templates folder, rather than the my-templates folder…
In reply to: Is there an Approve Registration plugin?How can I turn off user registration?
In reply to: Quote Plugin WeirdnessI think this problem must be solved via the function bb_allowed_tags() in the formatting-functions.php file. But I don’t know how yet.
(And I do have the same problem myself…)
In reply to: Plugin: [REL] Signaturecitizenkeit; if you have installed the avatar plugin, you have to edit the function in the bb-avatar.php file in your plugins folder… The function get_profile_info_keys_plus_avatar() overrides the function in the function.php file.
Just add the code written above at the end of the get_profile_info_keys_plus_avatar() function (before the last ‘)’ ).
Got it?
In reply to: Plugin: [REL] SignatureIt doesn’t work in my fresh installation either!
In reply to: LanguageWhere can I found language files? If there isn’t any language file for Norwegian, I would like to create one – but I need a file to base my file upon.