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)

Jafo232 02-02-2007 01:09 AM

Quote:

Originally Posted by tutorials.de (Post 1172261)
Please tell me how can I disable the "Select Forum To Post To" feature? Thanks ;)

There is no option to take it out other than checking the box to not post to the forum.

Jafo232 02-02-2007 01:10 AM

Quote:

Originally Posted by akulion (Post 1172277)
will this work with multi user version?

I have no idea, I have never used the MU version.

akulion 02-02-2007 10:04 AM

oh then it probably wont...

WPMU is the multi version of word press where all the users can create their own individual blogs using their own settings themes etc

http://mu.wordpress.org/

Jafo232 02-02-2007 05:33 PM

Just a note, I posted up a copy of the 2.05 BETA. It should be stable but PLEASE read the readme before you install!!!

See the starting thread for more information on what is in the new version.

AutomatikStudio 02-03-2007 02:56 PM

I upgraded to the BETA and now when I visit the vBBridge Options page it only shows:

Quote:

Cannot load 0.

Jafo232 02-03-2007 11:07 PM

Quote:

Originally Posted by AutomatikStudio (Post 1173698)
I upgraded to the BETA and now when I visit the vBBridge Options page it only shows:

Yes, I see. I will fix this in the beta release Monday or Tuesday, but for now, you can fix it by opening up the vbbridge.php file and find the first instance of this:

Code:

if (get_option('vbb_VBION')) {
$cwd = getcwd();

Change to:

Code:

if (get_option('vbb_VBION') and $_GET['page'] != 'vbbridge.php') {
$cwd = getcwd();


RichieBoy67 02-04-2007 07:37 PM

Great mod but I am having some miner trouble with the linking. I did try to manually add the url into the config but I am still having issues..

It will not let me add the end slash http://www.talkandmore.net/wordpress/

I coded it like this into the config.. Is this correct??

PHP Code:

chdir('/home/talkandm/public_html'); 

My forum is in the root and blog is in /wordpress

Thanks....

Jafo232 02-04-2007 08:04 PM

Quote:

Originally Posted by RichieBoy67 (Post 1174711)
Great mod but I am having some miner trouble with the linking. I did try to manually add the url into the config but I am still having issues..

The code you showed has nothing to do with linking, if you mean hyperlinking. That code is for the base path (file directory path) to the vb files.

RichieBoy67 02-04-2007 08:10 PM

I'm sorry. I didn't mean the linking I guess. I meant the paths. When you click on the Title on the top page it does not redirect properly.

I am a bit confused about the general options menu where the urls go. I am not exactly sure what goes where.

In both boxes I put http://www.talkandmore.net/wordpress/ but it kept removing the /

I'm sorry. I am having difficulty explaining my problem. If you follow the link I put up to the blog you will see what I mean...

Thanks...

Jafo232 02-05-2007 11:48 AM

One of the domains is www.talkandmore.net, yet the other is talkandmore.net. Different host names.

Anyway, this hack doesn't affect that URL.


All times are GMT. The time now is 05:06 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.01850 seconds
  • Memory Usage 1,745KB
  • 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
  • (1)bbcode_php_printable
  • (5)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)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