The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
hi ,
I have tried to integrate this into my site but I cant get it to work, i have made the plugins as mentionned : for the footer: Code:
ob_start(); include('../wordpress/wp-content/themes/gazette/footer.php'); $wp_footer = ob_get_contents(); ob_end_clean(); for the header : Code:
ob_start(); include('.../wordpress/wp-load.php'); include('../wordpress/wp-content/themes/gazettte/header.php'); $wp_header = ob_get_contents(); Warning: include(.../wordpress/wp-load.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(400) : eval()'d code on line 75 Warning: include() [function.include]: Failed opening '.../wordpress/wp-load.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in [path]/global.php(400) : eval()'d code on line 75 Warning: include(../wordpress/wp-content/themes/gazettte/header.php) [function.include]: failed to open stream: No such file or directory in [path]/global.php(400) : eval()'d code on line 76 Warning: include() [function.include]: Failed opening '../wordpress/wp-content/themes/gazettte/header.php' for inclusion (include_path='.:/php/includes:/usr/share/php') in [path]/global.php(400) : eval()'d code on line 76 any help would be appreciated |
#12
|
||||
|
||||
Code:
include('../wordpress/wp-content/themes/gazette/footer.php'); If not, then remove "/wordpress" from the include code. Code:
include('.../wordpress/wp-load.php'); All this said, however, you're not likely to have better luck than I or others have had. While it "looks" okay integrated, vB is functionally broken in some way. The vB editor messes up image html/bbcode. I've given up, it clearly doesn't work right. I'm having to write PHP to pull in RSS from WP, for my footer. The navbar has been replaced on both my WP and vB install using a JS-based menu. WP displays the CSS version with an "enable JS" error message. vB displays just the "enable JS to see site menu" error, no sitewide menu. Look and feel is simply editing code both in WP and vB, editing/adding CSS and templates. There's no simple way to bridge the visual portion of WP/vB right now, not from what I've seen and tried. |
#13
|
|||
|
|||
hi.. thanks for your replies..
I actually now jyst noticed the problem of the vb editior messing with image html/bbcode did you or anyone else find the problem? |
#14
|
||||
|
||||
No. I've looked at it as much as I can do. The problem likely lies in code that is above my comprehension level right now.
I just gave up on the visual bridge, and have implemented alternative approaches. I'll chronicle them sometime this spring after the sites are done. I'll just keep monitoring vB+WP for potential future sites. |
#15
|
|||
|
|||
could you hint me on the alternative approaches?
I have put my new site live before I discovered the editor problem.. now I need to fix it fast.. any help would be appreciated I know that disabling the plugin stops the mess with the vb editor.. I also noticed that i cannot access the blogs anymore when I enable the plugin again...(vblogs) I have no programming xp but maybe we call some wordpress functions that interfere with vbulletin and these need to be turned off once the header is called? |
#16
|
|||
|
|||
I've tried the same approach but I got so many problems. CSS style problems and php problems when trying to create a new thread. Any different solution?
|
#17
|
|||
|
|||
i dont understand...that tutorial works fine for me....i created a new thread and it works good...quick reply also works fine...is there a bug im not seeing?
|
#18
|
||||
|
||||
Quote:
The issue was an insane amount of unescaped slashes, along with chewing up CSS (conflicting naming conventions). It also caused a number of db connection failures, possibly for sending bad data. I tried everything I could think of before simply giving up. It was far easier to just use a different nav. I now load a special PHP include file for nav and footer, independent of either CMS. It's manually updated. Not that I change nav/header or footer very often. The "cached output" method also didn't work, which is an alternative approach by Pixo. . |
#19
|
|||
|
|||
yea im havin some log in issues right now...damn thats a shame...cuz it looked like it works fine...i mean if you can fix the log in issue it would work fine
|
#20
|
|||
|
|||
I would LOVE this
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|