Search Results for 'bbpress'
-
AuthorSearch Results
-
July 28, 2008 at 2:18 pm #65708
In reply to: Intergrating the theme
793634
InactiveAnd I get this if I try to edit any of the settings
Warning: Cannot modify header information - headers already sent by (output started at /home/crusaders4christ/public_html/bbpress/bb-includes/db-mysql.php:130) in /home/noproblem/public_html/wp-includes/pluggable.php on line 770July 28, 2008 at 2:07 pm #65707In reply to: Intergrating the theme
793634
InactiveThe script from the website that you gave me…
There is stuff in wordpress everywhere saying on the top of the thing (like the top of the page)(but it only happens in the admin control panel) saying
bbPress database error: [Table 'c4cwp.wp__users' doesn't exist]
SELECT * FROM wp__users WHERE ID = 3Thats one of the main reasons why I want to fix it…and it also changed my homepage to my blog. And when I remove the script well thats where things get extremely messy.
July 28, 2008 at 6:47 am #57459In reply to: *seamless* wordpress integration
Vili
Participantdeliciousbass:
The “latest discussions” list at http://akirakurosawa.info/forums/ is compiled without the use of WordPress or bbPress loops. Instead, it makes use of two direct hand-crafted MySQL queries to the database, one to the WordPress tables and the other to the bbPress ones.
Basically, both queries search for all the posts (or comments, in the case of WordPress) written in the past month, then put these posts into various arrays. The arrays are then sorted so that the items are in a reversed chronological order, and finally the resulting list is displayed on the page with only the latest post/comment from each thread/blogpost/page included.
In case it is any help, here is the code that I use — I wouldn’t suggest just copy-pasting it to your site though before reading it through and knowing what you are doing. You may at least need to change the table names. I have added comments to give some idea what is done where.
There most probably is a simpler way to do this, the php code could be streamlined, made more error-resistant, and it could possibly also be done with WordPress/bbPress tags, or it could be turned into a plugin, if someone has the time and the energy.
July 28, 2008 at 4:45 am #65706In reply to: Intergrating the theme
chrishajer
Participant> wordpress is at /
> bbpress is at /bbpress
That’s fine and will work well.
You say you “took out the script”. What script are you talking about?
How is your WordPress installation? Is everything OK there?
July 28, 2008 at 4:38 am #65705In reply to: Intergrating the theme
793634
InactiveOK this is how I have it set up…
wordpress is at /
bbpress is at /bbpress
I don’t care if I do or do not integrate it I just don’t want to have any errors. And when I took out the script everything went blank white and displayed the error message…so I decided to put it back in but I am getting this type of error instead when I try to log in to bbpress(which I can’t ever since I tried to integrate it)
bbPress database error: [Table 'c4cwp.wp__users' doesn't exist]
SELECT ID FROM wp__users WHERE user_login = 'Noproblem'
bbPress database error: [Table 'c4cwp.wp__users' doesn't exist]
SELECT * FROM wp__users WHERE user_login = 'Noproblem'I am running 2.6 of wp
and the latest for bbpress as well…
Thanks for the help,
Noproblem
July 28, 2008 at 4:12 am #66406In reply to: Possible way to upload image to post
brad_langdon
Memberhttp://harrismarine.co.nz/bbpress/topic.php?id=5
If you click the above link you will see what I am getting.
After I ‘insert’ the image I just get this small red bar thing showing up. It is the same red as my links I think. It is right next to the text.
July 28, 2008 at 3:48 am #66404In reply to: Possible way to upload image to post
chrishajer
ParticipantThere are two different options here.
1. Allow Images plugin. The member needs to link to an image available in the Internet somewhere. If that’s not a problem, then that’s the way to go. It allows members to insert images into their posts. Pretty easy.
2. Attachments plugin. This you have working as attachments now, but you want the image inline, not attached. The newest version is supposed to do that, and I just read this on the plugin page:
After uploading, an [INSERT] link will appear next to each attachment.So, the user needs to upload it first, then go back and edit their post, and click the [INSERT] link. I actually just noticed that: I have the link, but it doesn’t work. It seems like a JavaScript error.
Error: myField is not defined
Source File: http://www.example.com/bbpress/edit.php?id=2
Line: 76If you cannot use the Allow Images plugin, instead of the Attachments plugin, then you might want to post your concerns on the plugin page, or wait for _ck_ to show up here. The plugin was released early because a lot of people were looking for the inline functionality, and I’m sure _ck_ will appreciate feedback from anyone using it.
July 28, 2008 at 3:30 am #66401In reply to: Possible way to upload image to post
brad_langdon
MemberJuly 28, 2008 at 3:08 am #66423In reply to: changing hosts – need to reinstall bbPress?
chrishajer
Participant1a. Yes. Just download everything in the bbPress folder (whatever you called it) and then upload that to the new server. That takes care of the file system. Then dump the database and import that on the new host as well.
1b. No, don’t start from scratch, that almost never helps. You can modify what you have going on already.
2. Not sure. There are probably a couple URL related entries you’d have to change, either in bb-config.php or the database somewhere. Not sure what those are exactly, but I doubt it would be too bad.
July 28, 2008 at 3:03 am #66399In reply to: Possible way to upload image to post
chrishajer
ParticipantI think rather than attachments you want the “Allow Images” plugin, where people can insert an image into their reply.
https://bbpress.org/plugins/topic/allow-images/#post-6
The member has to have the image hosted somewhere accessible on the Internet though ( http://imageshack.us/ or http://photobucket.com/ or http://flickr.com/ or something ). If you want the ability to host their image then display it rather than link to it as an attachment, then you might want to look into this alpha version of the attachment plugin that allows inline image viewing.
https://bbpress.org/forums/topic/priority-1-imagefile-attachments#post-17539
July 28, 2008 at 2:35 am #3692Topic: changing hosts – need to reinstall bbPress?
in forum InstallationRossB
MemberI’ve set up and partly customised a bbPress forum on a subdomain that I’m using to demonstrate a uni faculty website I’m re-designing for a friend who is in charge of the faculty (in other words, I’m not a pro website designer – this is a job for a friend). The forum is linked to the website via a navigation button. When the website is finished and ready to go “live”, it will be transferred from my subdomain to the client’s server/host.
1. a) Is it possible to retain the customisations I’ve done on the bbPress forum and transfer the forum over, along with the website, to the client’s server/host, or
b) Will I need to completely reinstall bbPress to the client’s server/host and customise it again from scratch?
2. If a) above, what do I need to change in the current bbPress settings (and where!) to have it operate from the client’s server/host please?
Cheers
Ross
July 28, 2008 at 1:47 am #65704In reply to: Intergrating the theme
chrishajer
ParticipantSounds like you put all the bbPress files into the folder that had WordPress files in it? Can you confirm that?
What version of bbPress and WordPress were you running?
July 27, 2008 at 8:42 pm #57458In reply to: *seamless* wordpress integration
775251
Inactivevilimaunula – your site akirakurosawa.info is an quite impressive integration of WP and BBPress. I’m wondering how you managed to integrate your forum and wordpress loops into one, as presented on this page: http://akirakurosawa.info/forums/. You are showing a single chronological list of recent posts and comments across both your WP blog and BBPress forum. Would you mind sharing how you did this? I’m very new to PHP so would not be able to tweak things easily to make this happen.
Thanks!
July 27, 2008 at 4:32 pm #49658In reply to: Emoticons For bbPress?
_ck_
ParticipantThe plugin currently allows you to change the smilie “set”.
I intend future versions to be able to use multiple sets at the same time.
If you want to make your own sets, just look at how the default folder is done and build your own. There is a single PHP file to edit.
thion
MemberBecause I have no idea how to deal with all this SVN stuff in Ubuntu (I’m just a “user”, not a geek), and I want to share plugin no matter what – here it is:
http://astateofmind.eu/freebies/bbflickr/
I’ve made modifications to original FlickrRSS to make it working under bbPress – you can display your photos, your set, group or community photos from Flickr on your forum now
.You can see demo here on sidebar.
July 27, 2008 at 3:00 pm #66393In reply to: Just a question…
chrishajer
ParticipantYes, put it in it’s own folder, inside the WordPress folder. So you might have something like this:
/var/www/public/website/wordpress
/var/www/public/website/wordpress/bbpress/The 404 error might be because you are trying to use permalinks, either “slugs” or true, and they’re not set up on your server. I would change them to
falsefor now and see if you can get the links to work. If that works, then you know that was the problem and you just need to set up permalinks.https://bbpress.org/documentation/faq/#pretty-permalinks
phpBB3 conversion:
https://bbpress.org/forums/topic/phpbb3-converstion
I don’t think so, not easily, not yet. I think there was a script to export phpBB2 to bbPress:
https://bbpress.org/forums/topic/a-phpbb-to-bbpress-database-converter
July 27, 2008 at 2:36 pm #66392In reply to: Just a question…
793634
InactiveAlso can I convert my board from phpbb3 to bbpress?
July 27, 2008 at 2:04 pm #3688Topic: Just a question…
in forum Installation793634
InactiveOk I was wondering where I should upload bbpress? Right in the wordpress folder on my server? Also why can’t I click on the View your profile link? It says “User not found.” is that because it is still beta so to speak…
Thanks,
Noproblem
July 27, 2008 at 2:03 pm #66388In reply to: Need help with plugin submission
_ck_
ParticipantAh there is probably a more developed guide on the WordPress side, let me see if I can find it for you.
update: here’s a few guides – essentially the process is identical to the WordPress side except the URL used is going to be
https://plugins-svn.bbpress.org/guides:
http://www.binarymoon.co.uk/2008/01/wordpress-plugin-subversion-guide/
July 27, 2008 at 8:18 am #3687Topic: Need help with plugin submission
in forum Pluginsthion
MemberI have no idea where to post it so I’m using the less-invasive section of this forum
. Is there any “guide to submitting a plugin” to bbpress.org/plugins/? I’ve clicked “Add your plugin!”, I recieved approval and “access to your SVN repository” but now what?I never used SVN or Trac before, I have no idea what to do, I just want to share my plugin with others via bbpress.org
. If there’s any “guide” or wiki page out there to help me out, please point me to it as I have no idea where to look for anything like this…PS: I want coffeeeeeeee
July 27, 2008 at 8:05 am #66312RossB
MemberOK – ta, Chris.
July 27, 2008 at 6:41 am #66336In reply to: Add a “last poster” column in the listing of forums
_ck_
ParticipantI’ve now made this into a full plugin:
https://bbpress.org/plugins/topic/forum-last-poster/
Once you install it, you’ll be able to use your code above, but change the part of the function that says
topictoforum, ie.forum_time()July 27, 2008 at 1:12 am #65859In reply to: Please Critique my Forum Design
chrishajer
ParticipantI think this fix will take care of it: please confirm.
July 26, 2008 at 11:38 pm #66013In reply to: WordPress + bbPress Integration 101
_ck_
ParticipantHi filosofo, it’s an honor to have you here (I learned alot from studying your WordPress plugins).
I take it you are trying to do “full” integration where bbPress and WordPress run together and I guess I didn’t think of that as I try to encourage people NOT to do that because of the massive amount of code that has to execute for every page rendered.
I meant the cookies should integrate, with simple (stand-alone) integration.
Having bbPress based on BackPress and WP not based on it yet is going to become a problem for people doing full intregration. I am not sure if Sam is willing to wrap all the functions in “function_exists” clauses.
It’s great that it works when you remove them – they must have copied the most recent WordPress functions.
July 26, 2008 at 11:12 pm #64049In reply to: trick to make relative URLs instead of full URI
_ck_
Participantcordoval, there are several dozen bbPress sites on my top1000 list that use subdomains, hence I know it works. Please stop using this incorrect topic for the subject matter, thanks.
-
AuthorSearch Results