Search Results for 'test'
-
Search Results
-
hi, I’m a newbie and I really like bbPress forum but I don’t know how can I install to my wordpress. Some information give advise using FTP such as this information, but the wordpress plugin site give information that the instalation is through the plugin as a normal plugin.
So I follow the wordpress plugin way and it work, I can see th forum, modify add some forum and topics, but I haven’t had any clue on how I can change the theme or how to add the theme.
My first question is, did I installed it the right way? and secondly, how I can change the theme? I make a child theme but it didn’t work. My objective is to have my wordpress theme for the posts and as the forum for now I’m hoping to use the static bbPress forum theme.
I’m truly lost and I don’t know how I can manage to do it? Currently I’m using wordpress 3.5 with leaf theme, and latest bbPress forum bbPress 2.2.3.
My wordpress is currently in the subdirectory of my main site.
Thank you in advance and sorry for my bad English.
Hello, I just installed the latest version of bbpress, but I would like to translate it into Spanish … How I can do?
Thank you!Topic: Forum URL
Hello,
I am a new user of Bbpress. Currently I have the latest version of WordPress as well as Bbpress. But I am facing an irritating problem. I have created a forum for my site: http://realestateconnectionplace.com/forums/forum/forum/ .I like the url to be http://realestateconnectionplace.com/forum/ . I searched everywhere and found that many a one tried to provide a solution. They made plugins and code for .htaccess file. But all of them make some issues like admin link’s working issue and extra slash in the url.
In a nutshell I am very depressed. Because I am not an expert and found no perfect help anywhere. So I would like to request to John James Jacoby, please consider spending a little time to give us instruction about how to stop Archive Slugs and Single Slugs appearing in the url.
Looking forward to hearing from you.
My website URL : http://crystalseeds.tk/
Latest version of BuddyPress and WordPress.So, umm well, I made a change in the website from http://crystalseeds.tk/wp-admin/options.php
I changed http://crystalseeds.tk/ to http://www.crystalseeds.tk/ in siteurl and another field with the site’s URL.When I opened my website after I did that, the title of my website, just went.
I cannot see it anymore.I also cannot see my site’s title. It’s the site’s URL now.
What can be the possible reasons? How do I fix it?
Thanks in advanceTopic: Testing code formatting
Let’s test some code formatting.
`backticks`
How about some
code tags
inline in sentences?What about pre tags:
tags are neat
WP: 3.4.2
BB: 2.2.3
http://www.grumpybread.com/forums/forum/grumpy-forums/
Tested on Nightly x64 and Opera x64 browser.No login or register button is showing. It just says:
You must be logged in to create new topics.Any idea why this is not working?
Posting as admin seems to work fine. And if I check the box ‘allow anyone to post’ then it works.
I did try googling help and did try some other fixes but they either did not work, I did not fully understand what to do, the links were broken or I just missed something. I am new to the entire WP scene and now I do seem to be stuck.
Here is where I have looked so far:
http://wordpress.org/support/topic/login-for-users-of-bbpress-forum
My bbpress is useless if users can't register…and no one can help?
after install, user registration, new posts and viewing themes are not working
Thanks.
I’m writing a theme function which automatically creates a discussion forum for a post on publish. I can create a forum and a topic, but linking the two has proven difficult. Here is what I have:
$forum_topic = array( 'post_title' => $post->post_title . ' - test. ', 'post_content' => $post->post_title . ' test', 'post_name' => $post->post_title . 'test', 'post_status' => 'publish', 'post_parent' => $created_forum_id, 'post_type' => 'topic', ); $posted_topic_id = wp_insert_post($forum_topic);
Then, making it sticky, this is what I’ve attempted:
`update_post_meta( $created_forum_id, ‘_bbp_sticky_topics’, array($posted_topic_id) );`
Both the forum and topic are created, but the parent and sticky are not assigned. How can I do this?
Wordpress Version: Latest
bbPress version: LatestHello, I cannot post a topic in Japanese when I use a theme called ExtraNews I purchased. With the theme whenever I type a word and hit space key to convert the word into Japanese, the page automatically starts re-loading itself. It doesn’t happen with TwentyEleven theme. Could you tell me how to fix this issue?
http://www.thestardust.us/forums/forum/classified/buy-and-sell/
Thank you.
Hello! I have a rather simple change to make but I’m finding myself stuck. I need to add some text above the list of forums on the main forum page – just some basic intro text. I don’t think I can do this within the WP Editor but I can’t seem to identify which file I need to edit; can someone point me in the right direction?
Here is the forum:
http://www.bluecanaryworks.com/test/natalie/forums/
The text will go above the Forums table.
Thanks in advance! 🙂