Search Results for 'test'
-
Search Results
-
Topic: Music E-zine Forums
Would love constructive feedback as we just just switched our whole e-zine over from JOOMLA.
http://latestartermusician.com/forums/
Thank you
Hello,
When my members post, their I.P. addresses show on the side of their usernames. How do I stop this from happening?
http://www.latestartermusician.com/forums/topic.php?id=2
Thank you.
our forum is here:
http://www.copsandrobbers.net/messageboard/
It has been working fine for about a year. Yesterday I removed a few plugins relating to ping.fm on the WPMU side which shouldn’t affect anything in bbpress (although you never know…)
Now users are reporting that they can post, reply but the second reply fails with a 404.
They also cannot edit the post.
I have checked via FTP and both of these files are present:
http://www.copsandrobbers.net/messageboard/bb-edit.php
http://www.copsandrobbers.net/messageboard/bb-post.php
Any help would be appreciated
Please feel free to log in and post on the test thread.
Hi all,
I have a wordpress website, let’s say its http://www.mysite.com. WordPress is installed in the website root, so that when you navigate to http://www.mysite.com, you get the wordpress blog. I recently installed bbpress at http://www.mysite.com/bbpress.
One of the first plugins I installed is BB Wysiwyg editor, but it fails to work properly. After some debugging, I found the following:
[gif]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.gif is correctly displayed on my browser.
[jpg]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.jpg is correctly displayed on my browser.
[css]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.css causes wordpress 404 error page to show up on my browser.
[js]
http://www.mysite.com/bbpress/my-plugins/bb-wysiwyg-editor/js/jwysiwyg/jquery.wysiwyg.js causes wordpress 404 error page to show up on my browser.
[txt]
Just for kicks, I created a new file called test.txt under that same folder, and it is also displayed correctly.
Needless to say, all of the above files are physically there, I can clearly see them on my ftp client. So, something is going on with certain file types. It seems like wordpress allows some files to be correctly returned to the browser, while others are banned or something like that.
Has anyone experienced anything like this? Are there any config options that could solve this issue? I’ve been googling for quite a while without finding a solution.
Thanks!
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.
Topic: show user avatar
hi, i need the function to show the user’s avatar on the forum sidebar, anyone can help me?
thanks
edit: i’ve tested this
<?php echo bb_get_avatar($user->ID, 40, $default); ?>
but i see a generic avatar and not my gravatar… help me!