Search Results for 'code'
-
AuthorSearch Results
-
May 16, 2011 at 7:45 am #100552
In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
Keymaster@tooltrainer – unrelated, and fixed. Try the latest revision.
Was a bug with subforums, categories, and topic/reply counts.
May 16, 2011 at 7:45 am #105652In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
Keymaster@tooltrainer – unrelated, and fixed. Try the latest revision.
Was a bug with subforums, categories, and topic/reply counts.
May 16, 2011 at 7:09 am #38482Topic: Connect problem… with Simple Facebook Connect
in forum PluginsDykarna
MemberAPI Error Code: 191
API Error Description: The specified URL is not owned by the application
Error Message: redirect_uri is not owned by the application.
I use Simple Facebook Connect and I get the following error info from Facebook when I try to login … Does anyone know why this happens? I have tried to fill it up that wants me to fill out the application but … yes it will as it gets (see above) and search or ask for help on facebook, one can not hope, yes, more or less.
Anyone know what I need to do to complete so it works with the Simple Facebook Connect
My page:
May 16, 2011 at 6:27 am #100550In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberSo far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.
JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!
Will let you know if I run into any issues with it but I’m very optimistic.

Jonathan
May 16, 2011 at 6:27 am #105650In reply to: New bbP plugin install, users cannot create topics
tooltrainer
MemberSo far, so great!! I actually grabbed JUST the file with this fix in it last night and threw it on my production site. Fixed the problem immediately! Now we’re working on re-integrating a clean install of the latest bbP build into our theme, and making sure everything stays happy.
JJJ, you’re a star. Thank you again for being so willing to actually investigate and fix this issue, and quickly too!
Will let you know if I run into any issues with it but I’m very optimistic.

Jonathan
May 16, 2011 at 5:51 am #95349In reply to: bbPress 2.0 – Updates
r-a-y
Participant@RickLewis
In my case, for the forum index, I had to create a WP page with the same page slug as the bbPress forum base slug (located in “Settings > Forums”).
On that page, I used this shortcode:
[bbp-forum-index]
I’m not sure if this is supposed to be generated automatically by bbPress during activation. JJJ, can you confirm if this is the case or not?
May 15, 2011 at 11:51 pm #95347In reply to: bbPress 2.0 – Updates
John James Jacoby
Keymaster@CrownOfMars – Try the latest revision and let me know if it’s fixed for you. Was a regression from fixing something else.
@Rick Lewis – You haven’t started over, because you still have a custom theme. It looks to me like you still have
add_theme_support( 'bbpress' );
in your custom theme, even though you don’t have any bbPress files in your custom theme to actually provide bbPress support.
Using the add_theme_support() method is what tells bbPress not to use its own internal files, and just let WordPress do its thing and figure it out. In that case, bbPress will follow the normal template hierarchy for WordPress (archive.php, index.php, etc…)
So you either…
- Copy the bbPress files out of the bbp-twentyten folder into your custom theme and use the add_theme_support() method, which allows you to use page templates.
- Don’t move anything, don’t add anything, and use shortcodes and adjust your CSS as needed.
- Create your own completely custom method of handling bbPress, which is possible to do but way more work than it’s probably worth doing unless you need something *really* tricked out.
May 15, 2011 at 6:42 pm #100477In reply to: Starting a new bbPress forum
Gautam Gupta
Participant1. No, you should install it in a sub-directory like
forums. If you install it in the same dir, then their might be conflicting urls.2. You’d need to port the theme yourself. There is no theme compat. (Though the new under-development bbPress plugin has that)
3. If you don’t want anything of WordPress to be shown in bbPress (ie. by using WP functions), then no. It would add extra load.
May 15, 2011 at 6:42 pm #105577In reply to: Starting a new bbPress forum
Gautam Gupta
Participant1. No, you should install it in a sub-directory like
forums. If you install it in the same dir, then their might be conflicting urls.2. You’d need to port the theme yourself. There is no theme compat. (Though the new under-development bbPress plugin has that)
3. If you don’t want anything of WordPress to be shown in bbPress (ie. by using WP functions), then no. It would add extra load.
May 15, 2011 at 5:27 pm #100010In reply to: WordPress and BBpress Integration
gdecaro
MemberThanks bbklo. I think I must have misunderstood your original dilemma. The solution for me was to change the defined cookie path within wp-config.php from define( ‘COOKIEPATH’, ‘/’ ) to define( ‘COOKIEPATH’, ‘/wordpress’ )
Now I am no longer logged out when switching between the two. For a little insight WP & BB are installed at mysite/wordpress and mysite/bbpress
Anyway… thank you. I’m pretty new to this stuff but trying to wrap my head around it.
May 15, 2011 at 5:27 pm #105110In reply to: WordPress and BBpress Integration
gdecaro
MemberThanks bbklo. I think I must have misunderstood your original dilemma. The solution for me was to change the defined cookie path within wp-config.php from define( ‘COOKIEPATH’, ‘/’ ) to define( ‘COOKIEPATH’, ‘/wordpress’ )
Now I am no longer logged out when switching between the two. For a little insight WP & BB are installed at mysite/wordpress and mysite/bbpress
Anyway… thank you. I’m pretty new to this stuff but trying to wrap my head around it.
May 15, 2011 at 3:46 pm #95345In reply to: bbPress 2.0 – Updates
Rick Lewis
Member@jjj you mentioned above that you don’t need to create a Forums page?
From older posts I thought that was the only way to make this work and with that I also moved things around and added in the code you mention to my functions.php. While things seem to show up they do so just like CrownofMars with the Blog Archive thing.
I too had the forums/forum thing and believe I killed that by deleting all the slugs listed in the settings and saving.
My issue is I can’t get to my main Forum page at all. I keep getting either redirected to the stupid Group forum directory or the second forum I made and it’s noted a Blog Archive.
I think I am going to back track a little and retry things without moving template files around and so on. Maybe that was needed in an earlier version?
I would love to get my forum page looking like this http://archaudio.org/forums/. That one looks nice. I haven’t achieved that yet.
May 15, 2011 at 10:12 am #95343In reply to: bbPress 2.0 – Updates
CrownOfMars
MemberOne more thing

The Recent Posts widget on my sidebar gets the following errors:
Warning: array_merge() [function.array-merge]: Argument #1 is not an array in /nfs/c08/h01/mnt/120506/domains/stephenjohnmartin.com/html/spa/wp-content/plugins/bbpress/bbp-includes/bbp-forum-functions.php on line 799
Warning: array_merge() [function.array-merge]: Argument #2 is not an array in /nfs/c08/h01/mnt/120506/domains/stephenjohnmartin.com/html/spa/wp-content/plugins/bbpress/bbp-includes/bbp-forum-functions.php on line 799
Warning: implode() [function.implode]: Invalid arguments passed in /nfs/c08/h01/mnt/120506/domains/stephenjohnmartin.com/html/spa/wp-content/plugins/bbpress/bbp-includes/bbp-forum-functions.php on line 802
The widget works it’s just that these errors are shown above it.
They don’t appear when i’m logged in.
May 15, 2011 at 9:08 am #38470Topic: Custom Registration form
in forum Pluginsabu4net
MemberDear Folks!
I’ve setup a bbPress Forum online. Its for my school friends. So i want custom registration form that includes some fileds like batch, current location, class name etc. Is there is any plugin available for that? I’ve searched many bt didnt get.
If there is no plugin, how can i do it by code?
Your immediate help is highly appreciated.
Thanks.
May 15, 2011 at 7:19 am #100549In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
KeymasterCan you all try the most recent revision, and see if that fixes it for you? I think there’s probably a cleaner way to handle some of this, but I’d like to let this sit for a few days and see how it’s received.
The limit is finding what circumstances should be prevented completely, and what should provide some kind of specific user feedback. The question is enough to make me want to eventually write some kind of legitimate permissions based access feedback; something that works similar to a 404.php but for access errors. No time to get this in before beta though.
May 15, 2011 at 7:19 am #105649In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
KeymasterCan you all try the most recent revision, and see if that fixes it for you? I think there’s probably a cleaner way to handle some of this, but I’d like to let this sit for a few days and see how it’s received.
The limit is finding what circumstances should be prevented completely, and what should provide some kind of specific user feedback. The question is enough to make me want to eventually write some kind of legitimate permissions based access feedback; something that works similar to a 404.php but for access errors. No time to get this in before beta though.
May 15, 2011 at 7:07 am #95339In reply to: bbPress 2.0 – Updates
CrownOfMars
MemberWorked out how to do what i posted above.
Can someone please explain to me why this is happening?
http://stephenjohnmartin.com/spa/forums/forum/
I’m pretty sure this page is using archive.php, which i haven’t changed from the default TwentyTen theme.
I’ve had to create my own page named forums and insert the shortcode [[bbp-forum-index] in order to achieve what i want on the forums/forum page. It is located here:
http://stephenjohnmartin.com/spa/forums/
Basically, how do i make forums/forum appear the same as /forums, or, how do i remove the need for the forums/forum page?
Sorry i’m a rookie.
May 15, 2011 at 5:51 am #100412In reply to: Initial config can't get to step 1
Gautam Gupta
ParticipantbbPress only supports MySQL.
May 15, 2011 at 5:51 am #105512In reply to: Initial config can't get to step 1
Gautam Gupta
ParticipantbbPress only supports MySQL.
May 15, 2011 at 5:18 am #100548In reply to: New bbP plugin install, users cannot create topics
jvanclute
Member!!!!!!!!!!!!!
IF YOU FIX THIS TONIGHT I WILL ERECT A SHRINE TO YOUR IMAGE!!!

Oh and this is ToolTrainer, my posts are now all being marked as spam… major sad frowny face.
And here I was going to report that I regressed all the way back to build 2993 where it immediately began working properly.
I can’t tell you how relieved I am that you actually did track down the issue, and are working on the fix now. Thankyouthankyouthankyouthankyou. Seriously. Thank you for not just writing me off as a nutjob. Even if I am one.
My birthday is tomorrow and as pathetic as this may sound, this is a FANTASTIC present. LOL
Jonathan
May 15, 2011 at 5:18 am #105648In reply to: New bbP plugin install, users cannot create topics
jvanclute
Member!!!!!!!!!!!!!
IF YOU FIX THIS TONIGHT I WILL ERECT A SHRINE TO YOUR IMAGE!!!

Oh and this is ToolTrainer, my posts are now all being marked as spam… major sad frowny face.
And here I was going to report that I regressed all the way back to build 2993 where it immediately began working properly.
I can’t tell you how relieved I am that you actually did track down the issue, and are working on the fix now. Thankyouthankyouthankyouthankyou. Seriously. Thank you for not just writing me off as a nutjob. Even if I am one.
My birthday is tomorrow and as pathetic as this may sound, this is a FANTASTIC present. LOL
Jonathan
May 15, 2011 at 5:09 am #100547In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
KeymasterConfirmed on a fresh installation. Working on a fix.
This is me, apologizing… with a fix!
May 15, 2011 at 5:09 am #105647In reply to: New bbP plugin install, users cannot create topics
John James Jacoby
KeymasterConfirmed on a fresh installation. Working on a fix.
This is me, apologizing… with a fix!
May 15, 2011 at 3:48 am #95338In reply to: bbPress 2.0 – Updates
CrownOfMars
MemberI saw a list of shortcodes mentioned a few pages back.
I’ve been able to get [bbp-forum-index] to work easily.
How do i get the [bbp-single-forum] shortcode to work?
I’ve tried [bbp-single-forum id="# of the forum"] without luck?
May 15, 2011 at 12:32 am #37835Topic: Running alpha-2
in forum Showcasejonkristian
Memberalpha you say!!!?… But running strong!
Thanks to all bbpress devs who made it a lot easier to maintain a wp site and forum in one package;)Not 100% done theming but here it is: http://archaudio.org/forums/
-
AuthorSearch Results