vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=134521)

Wings69 01-07-2008 06:31 AM

Heh - never mind, problem was that for whatever reason during the move, "turn plugin on" was turned off. Funny how after searching through tons of code trying to figure out if theres a problem, it always turns out to be so goddamn simple :) Oh well - I'll take this time to thank Jafo for all his hard work

Wings69 01-07-2008 06:46 AM

Actually - is there any way to display who has written the post on VB? Like at the top of every article in WP it lists who writes it, using this code:

Code:

<i>Written <?php the_time('F jS, Y') ?> <?php _e('by'); ?>
<?php
if ($vbridge[id] > 0) {
?>
<a href=<?php echo get_option('vbb_VBURL') ?>/member.php?u=<?php echo $vbridge[thread_starter] ?>><?php the_author() ?></a></i>

<?php
}
else {
the_author();
}
?>

Any way for that to display on the actual article that gets posted to the forums?

Jafo232 01-07-2008 10:14 AM

If you get a blank screen, this usually indicates an error, and that your server is setup to NOT display errors. Check your error log. I have found that when this happens to people, it is usually another plugin conflicting with it (on the VB side) Try uncommenting this line the vbbridge.php file:

Code:

define('DISABLE_HOOKS', true);
As for showing the author in the thread, doesn't VB automatically show in the thread information who posted?

Blackhat 01-10-2008 11:13 AM

*lets try again*

Does it work for 3.7.x ?

Jafo232 01-11-2008 12:54 PM

Quote:

Originally Posted by Blackhat (Post 1418921)
*lets try again*

Does it work for 3.7.x ?

Instead of trying again, try reading :rolleyes::

https://vborg.vbsupport.ru/showpost....&postcount=815

Wings69 01-11-2008 05:43 PM

Quote:

Originally Posted by Jafo232 (Post 1417053)

As for showing the author in the thread, doesn't VB automatically show in the thread information who posted?

Rather than having the people listed as authors and letting them do it themselves, we have them as contributors. They submit the story for review, then me and a few others review it, fix up any errors etc, then mark it as published.

However, whoever it is that marks it as published - that's the username that shows up as posting it on the forum. Even on Wordpress, and in the story itself where it lists author it lists the original author, but because we're approving it, it shows up on vb as the person that approved it.

Jafo232 01-11-2008 06:42 PM

Hmm, I don't think there is a way around it at the moment unless you manually change it in VB.. When 3.7 is released, I will look into it..

vbem2 01-13-2008 05:45 AM

Nevermind, I figured it out, great plug-in!

d8tabyte 01-14-2008 02:05 PM

Is there any way to make it so it remembers the forum it was posted into when you edit?

Every time I edit I have to go back and re-select the forum and because I have multiple authors, this can sometimes get confusing.

Also - It seems to always post under my name (the admin) and not the person who made the article - is this something I have wrong in the settings?

CyberRanger 01-14-2008 03:52 PM

Quote:

Originally Posted by d8tabyte (Post 1421240)
Is there any way to make it so it remembers the forum it was posted into when you edit?

There's not right now but that would be a great enhancement. I think what's really needed is that if the article is already posted to a forum, you are only shown the forum it's posted in and asked if you want to update the posting when you save the article.

Quote:

Originally Posted by d8tabyte (Post 1421240)
Also - It seems to always post under my name (the admin) and not the person who made the article - is this something I have wrong in the settings?

It's going to post using the name of that you are signed into vbulletin with.


All times are GMT. The time now is 12:46 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02658 seconds
  • Memory Usage 1,746KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (3)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete