@zaerl
Thanks again for your help.
I am fairly familiar with transferring files, but I guess this is beyond me. I looked over the install instructions again I couldn’t find anything relating to this.
I think I’ll just leave the URL as domain.com/bbpress. This isn’t for a business so no one will care what it says!
I may try the name change again before I make the board public! Why not make it even more complicated for myself?
Well, if i look at the list of supported mobile browsers, i don’t think it does.
$small_browsers = array(
'2.0 MMP'
,'240x320'
,'AvantGo'
,'BlackBerry'
,'Blazer'
,'Cellphone'
,'Danger'
,'DoCoMo'
,'Elaine/3.0'
,'EudoraWeb'
,'hiptop'
,'IEMobile'
,'KYOCERA/WX310K'
,'LG/U990'
,'MIDP-2.0'
,'MMEF20'
,'MOT-V'
,'NetFront'
,'Newt'
,'Nintendo Wii'
,'Nitro' // Nintendo DS
,'Nokia'
,'Opera Mini'
,'Palm'
,'Playstation Portable'
,'portalmmm'
,'Proxinet'
,'ProxiNet'
,'SHARP-TQ-GX10'
,'Small'
,'SonyEricsson'
,'Symbian OS'
,'SymbianOS'
,'TS21i-10'
,'UP.Browser'
,'UP.Link'
,'Windows CE'
,'WinWAP'
Does this support iPhone? I don’t see it in the checklist.
Edit: Just add “iPod” and “iPhone” to the small_browsers array.
having started with bbpress after _ck_ had ‘left’, I could see there was a massive hole left empty. And I appreciate all the work she has done for bbpress in the past – if you use any of her plugins then please consider donating to _ck_, we all appreciate her massive efforts, so we should show it properly!
forgot to mention – using bbPress 1.1-alpha
Why don’t you just hardcode the HTML and point it towards the form handler that you want to process it?
Dynamically getting wordpress and bbPress to play nice together via deep integration can be a bit of a pain especially if you try and make one do the work of the other.
It’s possible to change my email (bbpress.org) ?
I tried to change 3 times but it doesnt changes /:
Hi, I am trying to have a forum section in my magento website. To use bbPress i added “require(‘bb-load.php)” in index.php of magento. After that for creating users in bbPress i am calling bbPress functions from magento files. But nothig seems to be happening on bbPress side even though magento side things work as expected.
Is it possible to achieve such thing i.e. calling bbPress functions from magento when bbPress is installed inside magento folder only and uses same database?
So is it possible to include bbPress as functionality inside magento?
Thanks in advance.
Abhi
“If I did install it and deleted the final, does that make it a fresh install or not?”
Once you have installed bbPress for the first time it creates several SQL tables.
“And if I unzip the file do I need to zip it again?”
No. A zip file is just a container of files.
“Because when I try to upload the folder it will only let me upload by the file.”
I don’t understand.
“Even if I uploaded and deleted, does bbpress think it’s still on my blog and do I need to use the second install method?”
If you have installed bbPress and you have deleted the folder bbPress is gone. Only the SQL tables remain. If need to erase them with phpmyadmin.
Maybe you should hire someone to do the work for you. bbPress is very simple to install but it requires some basic understanding of file handling and FTP.
Thanks for your help. I’ve been trying different things. I’m a techno idiot, so have some stupid questions:
@zaerl
If I did install it and deleted the final, does that make it a fresh install or not? And if I unzip the file do I need to zip it again? Because when I try to upload the folder it will only let me upload by the file.
Even if I uploaded and deleted, does bbpress think it’s still on my blog and do I need to use the second install method?
Thanks!
This was a fun discovery:
http://forums.dropbox.com/
and it’s quite active!
Nice clean theme, very very fast.
ps. the search appears to be written custom, nice job
email me, I don’t need access to your server.
???? Whoa, umm, I changed my mind. I think I may have you do it.
Thanks a lot BerryReview!
Sure,
What “page” do you want to use.
1. Normal Page http://www.mono-lab.net/demo1/
2. Page without left sidebar http://www.mono-lab.net/demo1/links
3. Page without any sidebars http://www.mono-lab.net/demo1/contact-us
If you picked one with a sidebar, what do you want to show there???
You have to give us more informations like the bbPress version, loaded plugins and so on.
@kevinjohngallagher with deep integration all I need to do is edit the bbpress theme but with ryan’s plugin I need to edit both WP and bbP themes. The good thing about his plugin that it reduces the load on bbPress. It’s hard to make things automatic because every theme is made differently without a universal structure, it would be nice though.
@chrishajer <?php require( .$bb_pixpoint_url. '/1.html' ); ?> is that how you write it?
You can download a zip file of trunk at trac.bbpress.org – just “browser source”, navigate to trunk, then look at the bottom of that page for the download link:
https://trac.bbpress.org/changeset/2425/trunk?old_path=%2F&format=zip
Don’t you use require_once()/include_once() in order to load the library?
Okay so I have realized I do not have the expertise to turn this into a plugin but I can offer some direction and the code I am currently using as the plugin at
http://www.berryreview.com/forums/index.php?ak_action=accept_mobile
The full source of the plugin I hacked can be found at this link along with instructions
http://www.berryreview.com/forums/topic/berryreview-bbpress-forums-mobile-plugin-please-ask-questions-here
Please post questions at that link since there is no way to get notified of replies in the BBPress forums and I don’t have the time to keep checking if there are new questions.
If you just want to download the plugin check it out at
http://www.berryreview.com/forums/Downloads/br-mobile.php.txt
But you will need to read the instructions to get it to work
Sorry I cannot be more help. Really limited on time.
can u give me the instructions posted here. I don’t really know you for real so I’d like some instructions.
Hi,
I am using geshi library in wordpress for syntax highlighting. This is implemented using a plugin (code colorer).
Geshi library is also used on my bbpress forum (bbpress is not integrated with wp).
I am using sql query to show latest bbpress posts on wp homepage. The issue is that I have to include bb-load.php to run the query, which causes the error that geshi is already included (since wp included it in header).
How to resolve this issue?
One option is to use wp conditionals so that geshi is not loaded when its is_home()
Another way is to use RSS parsing instead of db query to show the forum posts on wp home.
For some reason, I don’t want to use either of them at this time.
So, how can I “unload” geshi.php from wp/bbp on my wp home?
Any ideas are appreciated.
Thanks for reading.
No, it doesn’t make sense to me. Maybe someone else will follow. Or maybe I need more coffee.
Maybe instead of xxxx, since the xxxx is the piece that changes, you define that in a file that is included by all files already (maybe bb-config.php or something that pixopoint includes) and then use the variable everywhere. Similar to how $bb_table_prefix is done:
$bb_pixopoint_url = 'www.examplexxxx.com';
Then use $bb_pixpoint_url in the different locations in the bbPress theme.