vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Major Additions - VBNow: twitter.com equivalent for vbulletin (https://vborg.vbsupport.ru/showthread.php?t=155945)

pipedreams 08-23-2007 12:08 PM

Quote:

Originally Posted by stonyarc (Post 1323943)
I'll put that in the next release. Hopefully you won't be bothered by spammers.

Much thanks for that :D

I run a small community and we don't get spammed that much...

rayphua 08-23-2007 01:14 PM

Quote:

Originally Posted by TheBlackPoet (Post 1323466)
this is what my screen looks like....... i went through everything... everything else shows perfectly... but the image verification image doesnt and i get the error... that says.., i need to select that..

Stonyarc, that's exactly how my screen looks like, same problem with BlackPoet. All instructions were followed, yet can't post without seeing the image verification table... Help.

stonyarc 08-23-2007 01:22 PM

can you pm me a user with admincp priviledges so I can have a check.

I cannot similate the error except when I allow guest users to post.

stonyarc 08-23-2007 01:43 PM

All,

VBNow is set to 1.0.3

Change: image verificiation option, different option availability check, 1 nonchached template fixed

To upgrade as always upload the files and run to product xml with overwrite.

Enjoy
StonyArc

TheBlackPoet 08-23-2007 01:49 PM

SWEET!!!!! i knew you'd come through!!!!!!

stonyarc 08-23-2007 01:54 PM

Quote:

Originally Posted by TheBlackPoet (Post 1324000)
SWEET!!!!! i knew you'd come through!!!!!!

Does it now work if you activate it too????

pipedreams 08-23-2007 02:13 PM

Much thanks for the Enable image verification option ;)

stonyarc 08-23-2007 02:15 PM

I'll be moving this from Beta to stable soon.

any other features you want in ?

rayphua 08-23-2007 03:01 PM

Quote:

Originally Posted by stonyarc (Post 1324003)
Does it now work if you activate it too????

Yeah, image verification finally works now!!

Julrou 08-23-2007 03:22 PM

Looks quite good, thanks a lot.

I will install it and test it. ;)

:up:

Endurer 08-23-2007 06:34 PM

Great, Installed, rated and nominated for motm. Does this use vbulletin's buddy list for friend tracking? Also, any chance for widgets like the ones twitter has?

themajor 08-23-2007 11:12 PM

I have a stupid question. how do i find the forum root? i am very new to adding stuff like this to my forum as i just had a tech guy (my one and only) quit.

i know how to do the XML, just not the upload.

FleaBag 08-24-2007 01:37 AM

Thanks!

stonyarc 08-24-2007 08:05 AM

Quote:

Originally Posted by themajor (Post 1324439)
I have a stupid question. how do i find the forum root? i am very new to adding stuff like this to my forum as i just had a tech guy (my one and only) quit.

i know how to do the XML, just not the upload.

The forum root is actually just the directory where you installed your forum.

stonyarc 08-24-2007 08:10 AM

Quote:

Originally Posted by Endurer (Post 1324234)
Great, Installed, rated and nominated for motm. Does this use vbulletin's buddy list for friend tracking? Also, any chance for widgets like the ones twitter has?


This uses a separate friends system to make it snappy.

The rss feeds should allow me to add a number of widgets. I think there are sites where you can create them yourself using the rss

stonyarc 08-24-2007 08:11 AM

The live demo should be online soon again. We're moving the site to a dedicated server.

stonyarc 08-24-2007 07:47 PM

Don't forget to drop in your feature requests for the new version !

Endurer 08-25-2007 12:51 PM

Quote:

Originally Posted by stonyarc (Post 1324619)
This uses a separate friends system to make it snappy.

The rss feeds should allow me to add a number of widgets. I think there are sites where you can create them yourself using the rss

Fantastic. I think the easiest method would be to use feedburner and a more customizable one would be achieved by using this.

Thanks for the product. I am really loving it. :)

stonyarc 08-25-2007 06:28 PM

Quote:

Originally Posted by Endurer (Post 1325398)
Fantastic. I think the easiest method would be to use feedburner and a more customizable one would be achieved by using this.

Thanks for the product. I am really loving it. :)

I know the dynamicdrive ones. Maybe a flash one could be nice.

Endurer 08-25-2007 08:23 PM

I am getting an SQL error:

Quote:

Database error in vBulletin 3.6.7:
Invalid SQL:
SELECT count(id) AS ecounter FROM vbnow;
MySQL Error : Table '*****_vbulletin.vbnow' doesn't exist
Error Number : 1146
I ran the installer but it didn't create the table. Should I reimport the product?

Edit: reimport didn't work.

stonyarc 08-25-2007 10:15 PM

Quote:

Originally Posted by Endurer (Post 1325694)
I am getting an SQL error:



I ran the installer but it didn't create the table. Should I reimport the product?

Edit: reimport didn't work.

You need to reinstall the product.

For uninstall it so it cleanly drops the tables. Did you accidently drop the table, as that seems to be the only way you can get that error.

Endurer 08-26-2007 03:56 AM

I did a clean install again. The no-permission page came up for the first time. Then I went ahead to usergroup permissions to allow access, rebuilt bitfields, visited the vbnow application and the error is there again. Seems like something is dropping the table or it's not being created at all. Whats interesting to note is that vbnow_friends and vbnow_profile tables are being created. It's just the vbnow table that's causing problems.

stonyarc 08-26-2007 08:02 AM

Quote:

Originally Posted by Endurer (Post 1325824)
I did a clean install again. The no-permission page came up for the first time. Then I went ahead to usergroup permissions to allow access, rebuilt bitfields, visited the vbnow application and the error is there again. Seems like something is dropping the table or it's not being created at all. Whats interesting to note is that vbnow_friends and vbnow_profile tables are being created. It's just the vbnow table that's causing problems.


That part hasn't changed since the initial release.

Please uninstall the product and check if there are tables left (shouldn't be, if so drop) before reinstalling. If that doesn't work run the query manually (you need to edit it before being able to run in phpmyadmin)

Endurer 08-27-2007 03:10 AM

I tried to run the query and here's the error that I've received from phpmyadmin:

Quote:

Error
SQL query:
CREATE TABLE `vbnow` (
`id` int( 11 ) NOT NULL AUTO_INCREMENT ,
`itimestamp` int( 11 ) NOT NULL ,
`message` mediumtext CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`url` varchar( 255 ) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL ,
`updated` int( 11 ) NOT NULL default '0',
`utimestamp` int( 11 ) NOT NULL ,
`userid` int( 11 ) NOT NULL ,
`views` int( 11 ) NOT NULL ,
`archived` int( 11 ) NOT NULL default '0',
PRIMARY KEY ( `id` ) ,
KEY `updated` ( `updated` , `userid` , `url` )
) ENGINE = MYISAM DEFAULT CHARSET = utf8 AUTO_INCREMENT =2

MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'character set utf8 collate utf8_unicode_ci NOT NULL,
`url` v

stonyarc 08-27-2007 09:39 AM

On my server that runs fine. strange

Endurer 08-27-2007 09:47 AM

Yes, it's pretty strange because it's working on my PC too. My MySQL version on server is: 4.0.27-standard

and as per mySQL:

Quote:

As of MySQL 4.1, character data types (CHAR, VARCHAR, TEXT) can include CHARACTER SET and COLLATE attributes ...
Any alternatives?

Endurer 08-30-2007 02:11 PM

Any solutions stonyarc? I am pretty desperate to get it running on my website.

stonyarc 08-31-2007 08:18 AM

Quote:

Originally Posted by Endurer (Post 1328891)
Any solutions stonyarc? I am pretty desperate to get it running on my website.

You can create the tables manually as long as you respect the names and settings but it's strange you are the only one reporting this. Has to be a setting somewhere.

Sirtis 09-02-2007 10:42 AM

very fine hack

teach1st 09-02-2007 11:10 AM

Quote:

Originally Posted by stonyarc (Post 1329358)
You can create the tables manually as long as you respect the names and settings but it's strange you are the only one reporting this. Has to be a setting somewhere.

I get the same errors and symptoms as Endurer. Uninstall/reinstall doesn't work (vbnow tables were dropped on uninstall). I get the same errors when trying to manually create the vbnow table. MySQL 4.0.27, vBulletin 3.6.8

PoetJA-1975 09-03-2007 11:45 PM

Hey STONYARC - very nice modification - just saw it on TheBlackPoet's Forum!
Suggestions: Possibly add some ajax features to the system so that it's just one page load? Don't know how difficult of simple that'd be - but would be nice to have ajax... ALSO possibly a way to count twitter posts in the overall Forum post-count? Anyway - just a thought...

Gonna try install! Thanx for the sharing ;)

Jacquii.

LPH2004 09-04-2007 03:32 AM

Installation was a breeze but I am curious if you might consider adding a twist. If users could text message their quick posts to the twitter add-on then there might be more excitement.

Is that even possible? I know there are email add-on ons for WordPress, etc but not sure if something exists for vB.

Here is the install: http://www.whatisnew.com/vbnow.php

soulface 09-05-2007 05:25 PM

Installed it. was working fine, until I get this msg.

Quote:

The flood protection interupted your post. Please wait a few minutes before posting a new entry.
Flood protection, I set: 15mins

But I posted my last msg almost 3hrs ago. now i cant post any msg. when ever i try to post msg, Im getting that msg :S

PoetJA-1975 09-07-2007 05:11 PM

INSTALLED and Customized: http://jpicforum.info/vbnow.php
Thanx very much for sharing.
I do have one request though if possible...
Anyway to parse bbcode and/or smilies?

Again = Thanx,

Jacquii.

edenx 09-07-2007 11:19 PM

SQL:
SELECT count(id) AS ecounter FROM vbnow;

MySQL Error : Table 'xemcl_xem.vbnow' doesn't exist
Error Number : 1146
Date : Friday, September 7th 2007 @ 08:16:07 PM
Script : /estudiantes/vbnow.php
Referrer :
IP Address :
Username : xem
Classname : vb_database

bibosk8 09-08-2007 12:32 PM

A problem: http://vagos.es/vbnow.php

Database error in vBulletin 3.6.7:

Invalid SQL:
SELECT count(id) AS ecounter FROM vbnow;

MySQL Error : Table 'vagosvb.vbnow' doesn't exist
Error Number : 1146
Date : Saturday, September 8th 2007 @ 03:31:39 PM
Script : http://vagos.es/vbnow.php
Referrer :
IP Address : 81.9.140.32
Username : vago
Classname : vB_Database

PoetJA-1975 09-09-2007 04:26 AM

Quote:

Originally Posted by PoetJA-1975 (Post 1334347)
INSTALLED and Customized: http://jpicforum.info/vbnow.php
Thanx very much for sharing.
I do have one request though if possible...
Anyway to parse bbcode and/or smilies?

Again = Thanx,

Jacquii.

Hi STONYARC - also wondering... Is there a way that after posting a message the page redirects to the main vbnow.php?

Thanx,

Jacquii.

PoetJA-1975 09-11-2007 06:55 PM

Hello?!?

Anyway - another suggestion: Make it so that the top "tweeters" is shown in a list with number of "tweets" -- Maybe perhaps the list can be shown on all pages right beneath the Menu...

ALSO - is there anyway to get smilies parsed? And how do I make it so that after each post - it redirects to the main page?

Thanx AND looking forward to a reply ;)

Jacquii.

Kaelon 09-16-2007 02:20 PM

I love this hack, but after I installed and configured it on vBulletin 3.6.8, going to vbnow.php returned a database error saying that the table did not exist. Help!

ComeToSin 09-16-2007 07:16 PM

I was just wondering, I just installed the plugin but i don't know how to get (avatar's) to show

http://www.xboxbar.com/forums/vbnow.php


All times are GMT. The time now is 01:33 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.01458 seconds
  • Memory Usage 1,829KB
  • 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
  • (17)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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