Search Results for 'code'
-
Search Results
-
Hello;
I’m semi-new to (though not totally new) to PHP and I don’t always know how things should fit together. I’ve been trying to follow the instructions here: http://www.adityanaik.com/integratepress-part-i/
But I’m not exactly sure where to put the code that is suggested. I know white space matters in php and probably where in the files you place the particular code.
I was wondering if I could see an example of a bb-config.php file that had all of this done correctly so I would know where to put things so they would work.
Thank you very much!
-Sherry
Hi and thanks for bbpress and the plugins.
I integrated wordpress and bbpress in my site with some plugins.
In the log of my host I find this error:
[Thu Jun 12 13:57:36 2008] [error] PHP Warning: parse_url(/2008/06/urlofpostofwordpress//appserv/main.php?appserv_root=http://www.cdpm3.com/id.txt???) [<a href='function.parse-url'>function.parse-url</a>]: Unable to parse url in /home/teayudoe/public_html/foros/bb-includes/functions.php on line 1794
I have the same errors with anothers urls/scripts
http://www.iglesialcs.cl/newweb/cache/id2.txt
And the last week I saw other similar errors
I investigated the urls and I think are script to attack servers
I’m not worried about the safety of my site, I believe that these script can not do anything, what I am wrong?
It is possible to fix the error by putting @ forward parse_url functions.php on line 1794 (http://derekgendron.com/blog/?p=33)
I have to worry?
Thanks
Pd. Sorry for my english. The English is not my mother tongue
Since the latest Trunk changes (Changeset 8069) in WordPress Core, the bbPress Login (if shared with WordPress) is not working anymore.
I think its because of the logged_in cookie, isn`t it?
I know, trunk.. but 2.5.x will sure come soon
Have a nice day
Chris
Hello,
I’m new to WordPress and BBpress but I like the simplicity involved in using them. Currently, I have a wordpress site and a bbpress site that share a database. The wordpress site uses the Event Calendar plugin+widget to display its calendar and in the readme for Event Calendar I found the following:
Add the
following code to your sidebar.php:
Event Calendar:
<li>
<?php ec3_get_calendar(); ?>
</li>
Upcoming Events:
<li>Events
<?php ec3_get_events(5); ?>
</li>
If you are using an older template, then you should check that your HTML
header contains the following tag: <?php wp_head(); ?>I’d like to add the Event Calendar to my BBpress sidebar; however, this solution doesn’t appear to work. Any ideas what I’m doing wrong?