vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Integration with vBulletin - Complete Wordpress/Vbulletin Bridge - Share Users And Postings (https://vborg.vbsupport.ru/showthread.php?t=205388)

Jafo232 02-21-2009 08:14 PM

Quote:

Originally Posted by laztrix (Post 1750951)
I uploaded the files to the plugin directory.
Activated the plugin and select the UTF-8 Option.

The Visual Editor Came Back This time No Problem! But still having Charachter problems in content posting!

And after posting the post page goes blank !

http://img9.imageshack.us/img9/4305/68403843.png

http://img9.imageshack.us/img9/4062/70482045.png

I'm sorry to do all the complaining all the time but the fixes did not helped me out much!

What encoding have you set in your Wordpress setup? Something seems wrong on your end here, because there is no reason for this plugin to do what you show on the map users page. The UTF-8 option really only comes into play when it has to DECODE it.

laztrix 02-21-2009 08:24 PM

Quote:

Originally Posted by Jafo232 (Post 1750957)
What encoding have you set in your Wordpress setup? Something seems wrong on your end here, because there is no reason for this plugin to do what you show on the map users page. The UTF-8 option really only comes into play when it has to DECODE it.

I'm running a turkish translation of wordpress.

Without activating the plugin everything is working fine.

I even did try it by turning off the language option in config.php ( define ('WPLANG', 'tr_TR');

I does not make any sense, my config file is like this:

PHP Code:


<?php
/** 
 * The base configurations of the WordPress.
 *
 * This file has the following configurations: MySQL settings, Table Prefix,
 * Secret Keys, WordPress Language, and ABSPATH. You can find more information by
 * visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing
 * wp-config.php} Codex page. You can get the MySQL settings from your web host.
 *
 * This file is used by the wp-config.php creation script during the
 * installation. You don't have to use the web site, you can just copy this file
 * to "wp-config.php" and fill in the values.
 *
 * @package WordPress
 */

// ** MySQL ayarlar? - You can get this info from your web host ** //
/** The name of the database for WordPress */
define('DB_NAME''divxsdfasdfporsfstdsfsdfal_vt');

/** MySQL database username */
define('DB_USER''dsdfdsfs_user');

/** MySQL database password */
define('DB_PASSWORD''divxporsdfsftal3sdfsdf579');

/** MySQL hostname */
define('DB_HOST''localhost');

/** Database Charset to use in creating database tables. */
define('DB_CHARSET''utf8');

/** The Database Collate type. Don't change this if in doubt. */
define('DB_COLLATE''');

/**#@+
 * E?siz do?rulama anahtarlar?.
 * 
 * Her anahtar farkl? bir karakter k?mesi olmal?!
 * {@link http://api.wordpress.org/secret-key/1.1/ WordPress.org secret-key service} servisini kullanarak yaratabilirsiniz.
 *
 * @since 2.6.0
 */
define('AUTH_KEY''buraya e?siz karakter k?menizi yerle?tirin');
define('SECURE_AUTH_KEY''buraya e?siz karakter k?menizi yerle?tirin');
define('LOGGED_IN_KEY''buraya e?siz karakter k?menizi yerle?tirin');
define('NONCE_KEY''buraya e?siz karakter k?menizi yerle?tirin');
/**#@-*/

/**
 * WordPress veritaban? tablo ?n eki.
 *
 * T?m kurulumlara ayr? bir ?nek vererek bir veritaban?na birden fazla kurulum yapabilirsiniz.
 * Sadece rakamlar, harfler ve alt ?izgi l?tfen.
 */
$table_prefix  'wp_';

/**
 * WordPress yerel dil dosyas?, varsay?lan ingilizce.
 *
 * Bu de?eri de?i?tirmenize gerek yok! Zaten T?rk?e'ye ayarl?.
 * tr_TR.mo T?rk?e dil dosyas?n?n wp-content/languages dizini alt?nda oldu?undan emin olun.
 * T?rk?e ?eviri hakk?nda ?neri ve ele?tirilerinizi iletisim@wordpress-tr.com adresine iletebilirsiniz.
 *
 */
define ('WPLANG''tr_TR');

/* Hepsi bu kadar. Mutlu bloglamalar! */

/** WordPress absolute path to the Wordpress directory. */
if ( !defined('ABSPATH') )
    
define('ABSPATH'dirname(__FILE__) . '/');

/** Sets up WordPress vars and included files. */
require_once(ABSPATH 'wp-settings.php');
?>


dieslcruisrhead 02-21-2009 08:47 PM

Hi Jafo - thank you for all your hard work on this. I just donated you some $$ on this as well, really good work and great plugin...

FYI though I am still getting an error. When I save under Settings > vBridge settings it kicks out this error. Otherwise it seems to be working excellently...


Quote:

Options saved.

Warning: Cannot modify header information - headers already sent by (output started at /home/hazard/public_html/wp-content/plugins/vbbridge.php:149) in /home/hazard/public_html/wp-includes/pluggable.php on line 850

logiik 02-21-2009 09:00 PM

Has anyone tried uploading an image or any file for that matter from wordpress? If I try clicking the upload image button from the post editor, I just get a 404 page from the popup.

Going to Upload from the top bar, after uploading it just takes me to the login page.

Fraik 02-21-2009 09:09 PM

Thanks for the quick update, but the permalinks still look the same in my forum posts:

http://www.middleearthcenter.com/unc...ed/%postname%/

Jafo232 02-21-2009 09:26 PM

Quote:

Originally Posted by Fraik (Post 1750989)
Thanks for the quick update, but the permalinks still look the same in my forum posts:

http://www.middleearthcenter.com/unc...ed/%postname%/

Did you edit the post since the upgrade? The update will not fix existing posts, unless of course you edit them and save it..

Jafo232 02-21-2009 09:32 PM

Quote:

Originally Posted by laztrix (Post 1750963)
I'm running a turkish translation of wordpress.


Wordpress CP -> Settings -> Reading -> "Encoding for pages and feeds".. What do you have there?

Reynaldovb 02-21-2009 11:05 PM

Jafo232:

Thanks for the last version update.
You forgot to answer my posts. Is there a way to be able to use the name of the author in the permalink?
Normally in WP you can use %author% to add the author's name to the permalink, any way to populate that variable?

laztrix 02-21-2009 11:14 PM

Quote:

Originally Posted by Jafo232 (Post 1750999)
Wordpress CP -> Settings -> Reading -> "Encoding for pages and feeds".. What do you have there?

http://easycaptures.com/3974987308

It's UTF-8

RobInjection 02-22-2009 01:54 AM

Quote:

Originally Posted by skariko (Post 1746271)
I tried this but the link that i have is:

http://www.czeta.it/forum//image.php...ine=1234825805

without the number of the user. (it takes all the other variables like vbb_VBURL and other so i think that there's somthing wrong on user_id)

edit: i've solved it making this:

Code:

<img src="<?php echo get_option('vbb_VBURL') ?>image.php?u=<?php echo $vbulletin->userinfo['userid'] ?>&amp;dateline=<?php echo TIMENOW ?>" alt="<?php echo $reply['username'] ?>'s Avatar" class="avatar avatar-32 photo avatar-default" width="32" height="32"
i don't know if it is right.. but it works to me :P


This returns the author of the post's avatar.

When I tried the previous method, it was not picking up my user's avatar, instead getting an image not found. When I looked at the image url, I saw that the user ID is not being generated. Any ideas? This would be extremely helpful.


All times are GMT. The time now is 09:47 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
  • Page Generation 0.01884 seconds
  • Memory Usage 1,767KB
  • 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
  • (1)bbcode_code_printable
  • (1)bbcode_php_printable
  • (7)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