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 - vBTwitter (https://vborg.vbsupport.ru/showthread.php?t=204694)

King Kovifor 02-18-2009 06:17 PM

Quote:

Originally Posted by RedeemedWarrior (Post 1747687)
I'm getting that multi tweet message too

I'll try to have a fix out by the end of the week. If you want to disable this to go back to the direct edit disable the "Add "Tweet this Post"" plugin.

RedeemedWarrior 02-19-2009 05:47 AM

sounds good :)

King Kovifor 02-19-2009 08:40 PM

Quote:

Originally Posted by itsbobtista (Post 1745518)
But when I check my Twitter, the URL it goes to is:
http://www.atxscene.com/forums/showp...&postcount=414

Which looks funky. Shouldn't it go to forums/showthread.php?p=414&postcount=414 so that it shows the thread and just automatically scrolls to that post? It just makes my style look funky lol you can check it out.

I've added a code switch in v1.0.2 that'll allow you to change this.

Joe Gronlund 02-19-2009 10:03 PM

1 Attachment(s)
KK , I still can not install this since I un-installedl it when it had very few features..

Is there some tables I can drop manually to get this installed???


Code:

Invalid SQL:
ALTER TABLE `user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL);

See Screenshot


Thank you...

King Kovifor 02-19-2009 10:13 PM

Quote:

Originally Posted by Joe Gronlund (Post 1749387)
KK , I still can not install this since I un-installedl it when it had very few features..

Is there some tables I can drop manually to get this installed???


Code:

Invalid SQL:
ALTER TABLE `user` ADD (`twitter_username` VARCHAR( 255 ) NOT NULL ,`twitter_password` VARCHAR( 255 ) NOT NULL);

See Screenshot


Thank you...

This was on the last page. Guess you missed it, but I don't mind.

Be sure to add your prefix before user.

[sql]ALTER TABLE `user` DROP COLUMN `twitter_password`, DROP COLUMN `twitter_username`[/sql]

Joe Gronlund 02-19-2009 11:01 PM

Quote:

Originally Posted by King Kovifor (Post 1749393)
This was on the last page. Guess you missed it, but I don't mind.

Be sure to add your prefix before user.

SQL Query: (how to run queries)
ALTER TABLE `user` DROP COLUMN `twitter_password`, DROP COLUMN `twitter_username`


Worked perfect!~!!

Thank you....

Mukashi 02-19-2009 11:12 PM

Getting this error on users options pages, after users have entered in their passwords for twitter accounts.

Warning: mcrypt_decrypt() [function.mcrypt-decrypt]: The IV parameter must be as long as the blocksize in [path]/profile.php(1873) : eval()'d code on line 5

PHPInfo confirms Mcrypt 2.5.8 installed on the server.

King Kovifor 02-20-2009 01:10 AM

Joe, your welcome.

Mukashi, I know. It was an oversight on my part as during testing I had already had a password. It will be rectified in v1.0.2.

Capper5016 02-21-2009 01:26 AM

When can we expect the updated release?

King Kovifor 02-21-2009 02:11 AM

Quote:

Originally Posted by Capper5016 (Post 1750308)
When can we expect the updated release?

I didn't have time to work on it today, so hopefully tomorrow.


All times are GMT. The time now is 08:11 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.02579 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
  • (5)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