![]() |
Thank you! I'm going to try this with 3.5 :D
|
still need help
|
Quote:
http://www.cyberxp9.net/blog/?p=15 and click on the "RSS 2.0" link, it tries to run postfeed.php which is correct. I think the problem on your part is you haven't activated RSS on your forums. To activate it, on your forums admincp, go to vBulletin Options->External Data Provider and check 'Yes' on Enable RSS Syncidcation. That should fix it. |
Quote:
|
First, I see that your blog comments RSS is already working:
http://www.cyberxp9.net/forum/postfe...=170&type=rss2 For the Entries (RSS), no, the change should not have affected it. Actually it works. If you try: http://www.cyberxp9.net/blog/?feed=rss2 you should see the actuall RSS of your blog's entries. |
Let me ask this regarding the vBulletin integration:
If someone wanted for the comments to be posted exclusively by forum members within the blog itself and not the forum, is that possible? Just like how Sitepoint.com has it, in where members of the message board could post comments inside the blog article and not on the forum. |
It seems like you are asking for an integration of the user database. That would be an entirely different hack. This hack aims to have users not register via WordPress at all and just use vBulletin as the main user database. Only the authors are intended to be registered in Wordpress.
I thought that having just one database will be more efficient. Also, a lot of 3rd party commercial programs integrate best with vB, like PhotoPost, ReviewPost, Coppermine, Chat apps, etc. |
Quote:
|
I can probably create an enhancement to list the comments made in vB. ;) If they want to add a comment, they have to do it in the forums though.
|
Quote:
|
is it a problem that if I access postfeed directly you get an error?
Database error in vBulletin 3.0.8: Quote:
Quote:
|
Yes, you need to specify the id of the thread:
..postfeed.php?t=x where x is the thread id |
Quote:
LINK REMOVED DUE TO RETARDS CLICKING ON IT SO I KEPT ON GETTING SENT ERROR EMAILS |
You would notice that Wordpress posts that weren't done through the bridge will not allow comments ("Comments Off"). I think you are clicking on those blog entries and thus getting the error. If you look at you latest blog entries, they run pretty well.
|
Quote:
http://www.macnn.com is another site that pulls it off. |
Back from vacation, and I made this change so that I could make drafts and click the "advanced editing" button without creating a new thread. Basically, you should only create a new thread if you publish.
Find in wp-admin/post.php Code:
// VB Bridge Start Code:
// VB Bridge Start |
this is very cool. a couple questions though:
1) after the wp post is written and automatically generates the vb thread & post, am i correct in assuming that editing the wp post will not affect the vb thread/post? i think that would be good for when people rename the post or edit the post, etc 2) does anyone have any experience with wordpress MU (multi-user)? if so, would this hack be just as easy to apply to MU? |
Quote:
Thanks |
Would it be possible to set it up so that when I set which forum the post is submitted to based on the post's category in WP?
I have several major sections of my blog that I would like to keep seperated in my forums pages... E.G. News Category Blog -> News Forum Product Reviews Blog Category -> Product Reviews Forum |
Quote:
|
Quote:
For my particular needs I only have 3 categories and wouldn't have any trouble managing it. Basically what I have done so far is to make sure that my Forum IDs are the same as my Category IDs. What I am trying to do now is force the forumid variable to use submitted category variable instead of the vb3-settings.php forumid. E.G (from the "post.php" file) Code:
... WHERE `forumid`='{$post_category}' ... Edit: I did it!... Basically I just moved the hack code down below the category functions in the post.php left the variable as $post_category. And it's working great now. Thanks! |
Quote:
|
take out the "feed:" in the URL. Use this instead: http://www.cyberxp9.net/blog/?feed=rss2
|
Any links to demo blogs?
|
You can see mine. I have it integrated with 3.5 also! http://blog.5solas.org
|
Thank you Darth Gill !
|
Quote:
|
This is a nice hack! It's just what I need, with one minor (haha) problem: my bulletin board is a different database, and on a different server than my blog. My php and DB skills are pretty minimal, so does anyone know how to do this? I would dearly love to have the comments from my blog on my bulletin board!
|
Yeah, me too and I'm in the same situation as you Bad Astrono.
|
A workaround is probably to add the database name in the dbprefix variable like:
$vb_dbprefix = 'databasename.vb3_'; Also, in phpmyadmin, give full access to the wordpress user to the vb database. It might work. |
Interesting. I might try that. Thanks!
Would that be visible to users? If they did, say, a View Source on the page? I'd hate for someone to figure out how to access my bulletin board! :-) |
Quote:
|
Quote:
|
Quote:
http://www.netimechannel.com/OnlineRssViewer/ Enter "http://www.cyberxp9.net/blog/?feed=rss2" in the feed field and hit on "View Results". On the results, click on the expand icon to see the contents of each entry. Btw, the "feed:" protocol is for the Mac's Safari RSS viewer. |
|
Quote:
|
Well, delete the erring link at post 41 and you'll be ok.
|
I'm wondering if it would be easy to add a box inside wordpress under your categories posting box that lists your forums. This way you could click which forum you want the post to go in addition to your wordpress categories. This would be helpful for people who don't want to create a one blog forum for all the WP posts.
I think that would be easy to do. SQL the forums > html with form data for the checkboxes. I'm a newbie when it comes to php/mysql programming, but I know enough thatthis should be doable. I couldn't find where you were inserting information into the database, but that could be done by using the forumid with the associated checkbox. |
Quote:
I just want to use the wordpress comments system, but have that user integration so users can use their forum account to make comments on the wordpress. |
Quote:
|
All times are GMT. The time now is 11:28 AM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|