![]() |
![]() |
![]() |
||||
Welcome to the GoFuckYourself.com - Adult Webmaster Forum forums. You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! If you have any problems with the registration process or your account login, please contact us. |
![]() ![]() |
|
Discuss what's fucking going on, and which programs are best and worst. One-time "program" announcements from "established" webmasters are allowed. |
|
Thread Tools |
![]() |
#1 |
Beer Money Baron
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
|
fris, a wp plugin question
Have you seen any plugins around that replace wp comments with a forum? Imagine this workflow. You create a new blog post. A copy or excerpt of the post is created as a new topic on the forum with a link to read the full story on the blog. Instead of using comments on the blog, there's a link to the forum thread that was created to hold the discussion there instead.
__________________
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#2 |
Confirmed User
Industry Role:
Join Date: Dec 2007
Location: Las Vegas
Posts: 3,220
|
interesting way to build sites
__________________
Network Of Adult Blogs With Hardlink Rentals Available |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#3 |
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,248
|
nope, but it could be done easily, say if you have a vbulletin setup, and write some code to create a thread on publish post.
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#4 |
Beer Money Baron
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
|
going to give it a shot writing it myself
__________________
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#5 |
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,248
|
look into the the following actions, to hook your create thread function into.
Code:
function create_thread() { // blah blah do it here } add_action('wp_insert_post', 'create_thread'); add_action('new_to_publish' , 'create_thread); add_action('draft_to_publish' , 'create_thread'); add_action('private_to_publish', 'create_thread'); add_action('xmlrpc_publish_post', 'create_thread'); add_action('publish_phone', 'create_thread'); add_action('publish_post', 'create_thread'); // this one would be the main one to hook into
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#6 | |
Too lazy to wipe my ass
Industry Role:
Join Date: Aug 2002
Location: A Public Bathroom
Posts: 38,507
|
Quote:
The front page with the news items are in blog format, and comments on each article are part of a vbullieten install, with an auto link as a topic... I think thats what you are describing ? |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#7 |
Beer Money Baron
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
|
Sober, yes that's what I'm looking for.
__________________
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#8 |
Too lazy to set a custom title
Industry Role:
Join Date: Sep 2002
Posts: 34,431
|
what's the advantage of having comments as VB threads rather than WP's own comment section or Disquis/IntenseDebate?
__________________
I moved my sites to Vacares Hosting. I've saved money, my hair is thicker, lost some weight too! Thanks Sly!
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#9 |
Confirmed User
Industry Role:
Join Date: Jul 2001
Location: 127.0.0.1
Posts: 9,266
|
you can use bbPress or SimpleForum to achieve that, they have that option included. Also, you can install phpBB with Wp2BB and you can set the WP comments to be posts in phpBB
__________________
This post is endorsed by CIA, KGB, MI6, the Mafia, Illuminati, Kim Jong Il, Worldwide Ninjas Association, Klingon Empire and lolcats. Don't mess around with it, just accept it and embrace the truth |
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#10 | |
Too lazy to set a custom title
Industry Role:
Join Date: Aug 2002
Posts: 55,248
|
found this
http://dev.whatniche.com/ Quote:
__________________
Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence. ![]() WP Stuff |
|
![]() |
![]() ![]() ![]() ![]() ![]() |
![]() |
#11 |
Beer Money Baron
Industry Role:
Join Date: Jan 2001
Location: brujah / gmail
Posts: 22,157
|
@Mutt, most popular forum software handles user management much better than WordPress does in my opinion. I already have the forum and users. I want to add the blog to it, so this approach seems like it will boost both of them. I hope.
I'm using Invision software, but they have a great API I can use. http://community.invisionpower.com/r...ata-hooks-r401
__________________
|
![]() |
![]() ![]() ![]() ![]() ![]() |