Search Results for 'test'
-
Search Results
-
Hi there, first I want to say thanks for creating this, seems like a great forum plugin once you get it working.
To start, I have read the entire thread on the forum on theme compatibility; http://bbpress.org/forums/topic/bbpress-20-theme-compatibility and a few other treads and topics relating, unfortunately I am still having some problems.
I am including screen-shot links to be as clear as possible in hope for great support.
What I have done so far;
A.) I decided to go with the child theme option since I am using a custom theme that I am not the author of and prefer not to clutter that folder.
I copied all the files (except functions.php) that were inside “bbp-twentyten” (/bbpress/bbp-themes/bbp-twentyten) and put them in my “gridlocked-child” folder that I placed inside /wp-content/themes/ (next to my custom “gridlocked” theme folder)
I added the “theme name” and “template” name to the empty “style.css” in folder “gridlocked-child”. screenshot: http://grab.by/cJ7R
I put the ” add_theme_support( ‘gridlocked-child’ ); ” code in my “gridlocked” (not child) functions.php file. screenshot: http://grab.by/cJ7S
At this point, after just test creating a few forums and topics, it looks like the plugin is “functioning” like it should. I can tell that it’s using some of the styles from my main theme style.css (colors, fonts etc), the MAIN PROBLEMS that I have now is the fact that it’s not taking to my page template widths in my main theme (gridlocked), it wont use a full-page-width template (or let me pick) and the default that it is probably using, is also supposed to be full width, plus something is wrong with the padding and it snugs too tight to the page edges.Here are some screenshots to show you what I mean;
Forum home page: http://grab.by/cJ7I
Forum named MINGLE page and test topics: http://grab.by/cJ7J
I would like the forum to look like this; http://grab.by/cJ7H
and fill up the entire width of a full page, with nice padding. I achieved that preview by adding shortcode [bbp-forum-index] in the html section of a “page” picking the “full-width-template” option in my theme.
Ok, here comes the questions:
1. Did I set everything up correctly in the directories and files?
2. What files do I need to modify to tell the bbPress forum to use a full page width template? Can I copy code from my main theme “template-full-width.php” into one or more template files inside my new child theme?
2. Do I need to add code/functions into my main theme “template-full-width.php”? and if so, what kind of code? and on a scale, how easy should these edits be? (I have asked, but I am not getting any support with this from my theme support forum, otherwise great forum but they wont help with plugins, understandable)
3. How does shortcodes work? Are those simply just for placing certain parts of your forum on different pages as previews/links but not for use throughout the FULL forum?
Do you have ANY ideas on how I can solve this issue, I feel pretty lost and I am not a developer or programmer, just a stubborn, enthusiastic designer that loosing her hair about this.
I HIGHLY APPRECIATE ANY HELP WITH THIS!
Thank you!
I am running the current version of WordPress, v1.0.2 of bbPress and trying to import it into the latest available build of bbPress 2.0.
When selecting to begin the import this error gets thrown:
Fatal error: Cannot redeclare class BPDB in /home/winextra/public_html/forums/bb-includes/backpress/class.bpdb.php on line 39
Now that it the path to the installed version of the stand-alone version (1.0.2) of bbPress but for the live of me I can’t figure out how to gt past this so *any* help would be greatly appreciated
Topic: All Links Broken BBpress 2.0
Every single permalink for forums give me a ‘page not found’ error. I’m using BBpress 2.0 and Buddypress 1.5 on the latest version of WP.
Any suggestions? Thanks
Hi,
The forum homepage now shows only list of forums.
How to show list of latest topics above this forums index? (like it is done in the bbPress forums page)
I am using bbPress 2.0 plugin.
Which file should I edit and what should I add?
http://ravidreams.in/offgrid/forums/ is the site I am working on.
Thanks,
Ravi
In WP, most of the users usually set the latest post or comments shown on the first loaded page. I think it’s very natural to show like that, but somehow the forum topic URL is made to show the first page when clicking the forum link.
I’m curious to know if there’s any manual way to show the latest page URL when clicking the topic URL. Thanks for reading!
Topic: [bbpress 2.0] Spoiler Plugin
I’ve installed a spoiler plugin which uses html tags as bbpress does not accept shortcodes within posts. The spoiler plugin is called enhanced-ss.
The plugin works fine within WordPress Posts but does not seem to work within bbpress posts. I am using the latest wordpress version, buddypress version and bbpress 2.0.
The code is available here –> http://pastebin.com/AkH7eNJ4
Is there a reason why it does not display within a bbpress post?
I run a fairly large site with a standard integrated bbPress forum, categorized by groups. I’ve been able to successfully update to version 1.5. However my attempts at migrating to bbPress 2.0 have so far been unsuccessful.
All I’ve tried so far is the default process:
Tools -> Import -> bbPress Standalone
I’m given a path to bb-config.php, at the root of my WordPress install, which seems to be correct. Going by these default settings has worked just fine on a much smaller test site. On this big one however, no such luck.
We have ~20’000 threads and ~15’000 users. If you’ve attempted to migrate a fairly large website to bbPress 2.0 from the legacy BuddyPress forum, kindly share your findings.
Topic: Loading Time/ Permalinks
I looked at “http://codex.wordpress.org/Using_Permalinks”, it reads: “For performance reasons, it is not a good idea to start your permalink structure with the category, tag, author, or postname fields.”
I can’t seem to be able to use the recommended link structures with bbpress forums and topics such as /%post_id%/%postname%/.
Will the permalink structure greatly affect the loading time of my different pages or has this issue been resolved with the latest version of WordPress?