Search Results for 'bbpress'
-
AuthorSearch Results
-
January 20, 2007 at 12:55 am #53468
In reply to: PHP call for bbPress root
Trent Adams
MemberI would just use the full path on the server:
<?php include('var/usr/www/yourdirectory/whatever.file'); ?>
That should work shouldn’t it?
Referencing this post
Trent
January 20, 2007 at 12:35 am #1255Topic: PHP call for bbPress root
in forum Troubleshootingstartribe
MemberI am trying to use a call to navigate to the root directory in order to call on an include that is located in a directory outside of the bbPress directory.
Is there anyone out there who could help me with a BB PHP command that will bounce me back to the root directory. I tried…
<?php include('../../etc/etc'); ?>with out results.So, any suggestions or ideas would be greatly appreciated.
All the Best,
Orion
January 19, 2007 at 11:58 pm #52898In reply to: MediaWiki, bbPress, and WordPress integration..
mozey
MemberOn my setup, (different system, same concept),
i used a centralized mysql table which contains a mesh of all of the variables of all systems!. The reason wy i did that is, some of these usertables contain information which would change the bahaviour of the software, such as roll, last login etc. SO its not a mater of authentication and session ONLY. You also need the other stuff!!!.
i ALSO used a single portal for signup/signin. THIS SHOULD NOT BE SCARY (assuming that thinking does’nt hurt your brain). A good IDE will get everything done for you (search replace globally, find all instances of a function etc).
I reccomend http://www.eclipse.org/downloads/ as an editor, and use PHP IDE as an ide ontop of eclipse. Be patiant, if you have’nt installed before, it could be a bit strang, but do take a better part of a weekend to figure out hw it works. TRUST ME, php will be your bizatch afterwards
January 19, 2007 at 7:09 pm #52832In reply to: How does bbPress handel: double variables?
Null
MemberNp dude,
Think I am going to release a tutorial when releasing the plugin, explaining how people can add their plugin(page) to the menu. THinks thats the best approach for now!
January 19, 2007 at 6:29 pm #52897In reply to: MediaWiki, bbPress, and WordPress integration..
Nate
MemberSpencer, was just hoping for a quick clarification on all this: Did you use the same MySQL database for everything? In the thread here you use terms like “MediaWiki database” and “WP database,” but I’m wondering whether that actually just means the MediaWiki tables and the WP tables, all contained in one MySQL database. Do tell.

Thanks,
Nate
January 19, 2007 at 3:19 pm #52831In reply to: How does bbPress handel: double variables?
ardentfrost
MemberI was referring to scale. Unless it’s in the core, it’s too large to expect others to make their code friendly with your code. If you have a thousand plugin authors and 10% of them do that, it just seems unreasonable that the other 900 will add 100 different things to their code to be friendly with other plugins. And if those 10% each write multiple plugins that way, it’s even MORE things the other 900 have to add to all their plugins.
It’s nothing against YOU, it’s just that you have to think about scale, and what you’re asking isn’t scalable.
January 19, 2007 at 2:17 am #52341In reply to: A phpBB to bbPress database converter
ateale
MemberI forgot to give a big thankyou to jaim3! Thanks mate! Your script just made life a million times easier for me!
Cheers!
January 19, 2007 at 2:15 am #50359In reply to: Cannot select DB.
ateale
Memberto run a script to convert phpbb2 data to bbpress i had to add add this handler to the .htaccess folder in the root of my site:
AddHandler application/x-httpd-php5 .php
That got the script running, but then I was unable to access my bbpress install. I’d receive:
Cannot select DB
So I took the “AddHandler application/x-httpd-php5 .php” out and it seems to work perfectly.
Phew!
Does that mean that bbpress doesn’t work with php5?
cheers!
Adam Teale
January 19, 2007 at 2:09 am #52340In reply to: A phpBB to bbPress database converter
ateale
Memberkickass! yes our server was set by default to php4. The server guys said:
We have checked our server logs. The reason for the issue is not related to the memory limits for your account.
The file_put_contents() function is only available in PHP 5.
By default our servers handle any requests to .php file through the PHP 4 interpreter. By default the PHP 5 interpreter processes only files with .php5 extension.
If you want to change this in a way that .php files are processed by the PHP 5 interpreter you should put the following line in your /www/blog/.htaccess file:
AddHandler application/x-httpd-php5 .php”
January 19, 2007 at 12:58 am #52969In reply to: Plugins and Templates Site
bbolman
ParticipantI’m trying to amass a list of links to sites related to bbPress (authors’ sites, info, etc) for the website. If you have a site of that nature, you can email me, or post it here to be added.
January 18, 2007 at 9:16 pm #53292In reply to: code for refrencing template directory
Trent Adams
Member<?php bb_stylesheet_uri(); ?> does work for me!?
Anyways, you can also do something like following I did in bbpress-mobile plugin:
<?php $stylesheet = (bb_get_option('uri') . 'my-templates/mobile.css'); ?><link rel="stylesheet" href="<?php echo $stylesheet; ?>" type="text/css" />
Trent
January 18, 2007 at 9:10 pm #53241In reply to: tag.php access issue
startribe
Membermdawaffe,
I’m sorry, I just saw your request today, so I was not able to give your suggestion a try, but it looks like the issue was resolved.
I have been focusing on our templates for our WordPress site the last 2 weeks, but now I am back in the mix to get our forum up and running.
Its good to be back @ bbPress.
All the Best,
Orion
January 18, 2007 at 9:07 pm #1222Topic: code for refrencing template directory
in forum Themesstartribe
MemberHey Community,
I am trying to link to an image in the “my-templates” directory for my bbpress template. When editing templates in WordPress I used:
<?php bloginfo('stylesheet_directory'); ?>Is there something similar that I can use for bbPress?
I tried:
<?php bb_stylesheet_uri(); ?>& it didn’t work.
Anyhow, any help would be greatly appreciated.
Thanks,
Orion
January 18, 2007 at 8:46 pm #52830In reply to: How does bbPress handel: double variables?
Null
Memberunreasonable request….. ow sorry
January 18, 2007 at 5:53 pm #52829In reply to: How does bbPress handel: double variables?
ardentfrost
MemberPerhaps, but if you’re looking for ease, it’s WAY easier to get the user to add what they want than to ask all plugin creators to add variables into their plugins. The second request is probably unreasonable even… especially when bbpress REALLY takes off and there are 98120948124 plugins available.
January 18, 2007 at 5:37 pm #51960In reply to: Latest bbPress Posts In WordPress
Staffan
MemberYeah, I’ve got that. Seems like this might be something to add to the next version of that plugin.
Anyway, thanks again Atsutane for your great plugin and the fast updates!
January 18, 2007 at 5:16 pm #52828In reply to: How does bbPress handel: double variables?
Null
MemberWell they way I want it, makes it possible to auto update the available menu links… Or it has to check every plugin page if it has a page available…
Perhaps its easier to ask this question when I release the plugin…
January 18, 2007 at 5:05 pm #52424In reply to: Plugin Request: Forum Categories..
Sam Bauers
ParticipantI’m working on a patch (it’s basically finished actually) that addresses bug 520. If it is not accepted in the trunk (core code) then I might develop it into a plugin instead.
January 18, 2007 at 4:09 pm #52339In reply to: A phpBB to bbPress database converter
ateale
Memberi believe it is the latest version – i downloaded it today – .75 i think
it would be so so so nice if this works!
Cheers Trent
January 18, 2007 at 4:07 pm #53444In reply to: RSS links not working
timgedny
MemberI’m running IE6 with service pack 2 also. Not sure why it would be blocking me. The forums RSS links here don’t work for me. When you click on the RSS link it gives the address of feed:https://bbpress.org/forums/rss/topic/571 – should it be dropping the http://?
January 18, 2007 at 4:05 pm #52338In reply to: A phpBB to bbPress database converter
Trent Adams
MemberHmm….maybe the function name changed? What version of bbPress? 0.75?
Trent
January 18, 2007 at 4:02 pm #53443In reply to: RSS links not working
Trent Adams
MemberStrange. I have XP service release 2 with newest version of IE6 (prior to having to upgrade to IE7) and can see my feeds and the ones of the forum.
https://bbpress.org/forums/rss/
What version of IE6 are you running and what URL?
Trent
January 18, 2007 at 3:59 pm #52337In reply to: A phpBB to bbPress database converter
ateale
Memberhey guys,
I seem to get the same error as Jaxxx:
Fatal error: Call to undefined function: file_put_contents() in phpbb2bbpress.php on line 383
anyone got any ideas?
cheers
Adam
January 18, 2007 at 2:39 pm #52827In reply to: How does bbPress handel: double variables?
ardentfrost
MemberAnything is possible.
Instead of doing it the way you’re suggesting, why not have what you’re doing interact with s010’s site options plugin and let the end user add what pages he wants to the menu system. Then you simply put the values needed into an array and foreach them out dynamically. The user can call the pages whatever they want and link to whatever page they want in the menu.
January 18, 2007 at 2:12 pm #51959In reply to: Latest bbPress Posts In WordPress
Atsutane
MemberMaybe u gonna need this plugin

https://downloads.wordpress.org/plugin/bbpress-integration.0.74.zip
-
AuthorSearch Results