vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   [AJAX] vBShout v2.0 (https://vborg.vbsupport.ru/showthread.php?t=93097)

Sovereign 07-29-2005 07:17 PM

Doesn't this go in "Extensions" because it requires additional files?

cclaerhout 07-29-2005 07:29 PM

Sorry to ask this, but about "Bold/Italic/Underline/Colour/Font" features... Could they be an option ?

Zero Tolerance 07-29-2005 07:41 PM

@ Sovereign - Yeah it should, my bad, didn't know they would split it up for extra files, next they'll have forums for which combination of web languages do codes use...
I'll ask a mod to move it, or if they see this message first :p

@ cclaerhout - Done for v1.3, which will be released very soon, i made it an ACP option to the extra format options display can be switched on/off. :)

- Zero Tolerance

Boofo 07-29-2005 07:47 PM

Quote:

Originally Posted by Zero Tolerance
I'll ask a mod to move it, or if they see this message first :p
- Zero Tolerance

Like that? ;)

Boofo 07-29-2005 07:49 PM

Any way to move the line where we type the shout and the buttons to the bottom of the box?

Zero Tolerance 07-29-2005 07:51 PM

Quote:

Originally Posted by Boofo
Any way to move the line where we type the shout and the buttons to the bottom of the box?

Consider it done :p

- Zero Tolerance

TTG 07-29-2005 07:51 PM

Great update .. thanks Zero :)

Zero Tolerance 07-29-2005 08:02 PM

1.3 released now ... lol

- Zero Tolerance

Jason McConnell 07-29-2005 08:08 PM

Quote:

Originally Posted by Zero Tolerance
1.3 released now ... lol

- Zero Tolerance

w00t!!! thanks ZT :D

Metro Man 07-29-2005 08:10 PM

Big THX

Boofo 07-29-2005 08:11 PM

Excellent work! Going to add it (again) now! Thank you, sir. ;)

vBintense 07-29-2005 08:12 PM

After posting a shout it still says no shouts (also I had to add the first quary to make shout table myself from fresh install you may wish to edit that)

Boofo 07-29-2005 08:13 PM

One more thing ... any way to have it say at between the date and time?

Zero Tolerance 07-29-2005 08:13 PM

Quote:

Originally Posted by insane-topics
After posting a shout it still says no shouts (also I had to add the first quary to make shout table myself from fresh install you may wish to edit that)

Got v1.3 installed? :)
And what browser are you using.

- Zero Tolerance

vBintense 07-29-2005 08:14 PM

Yes 1.3 uploaded newest xml and .php and it did not run the shout quary for me, so had to pull it from 1.1 to install 1.3

Now I just see system message , no shouts.

Zero Tolerance 07-29-2005 08:16 PM

Quote:

Originally Posted by insane-topics
Yes 1.3 uploaded newest xml and .php and it did not run the shout quary for me, so had to pull it from 1.1 to install 1.3

Now I just see system message , no shouts.

Try uninstalling and reinstalling (by selecting uninstall in the product manager, then re-uploading the XML)

Also make sure you have the most updated php file uploaded. That should fix up any problems, not sure why they occured.

- Zero Tolerance

Link14716 07-29-2005 08:19 PM

OMG you stoled my hack!!!111

Good job, ZT. :)

Zero Tolerance 07-29-2005 08:20 PM

Quote:

Originally Posted by Link14716
OMG you stoled my hack!!!111

Good job, ZT. :)

First come first .. something

Enjoy :p

- Zero Tolerance

Boofo 07-29-2005 08:25 PM

I uninstalled the other version and when I try to import the plug-in, I get this:

Quote:

Database error in vBulletin 3.5.0 Release Candidate 1:
Invalid SQL:
alter table shout add `s_data` text not null default '';;
MySQL Error : Table 'bear_vb35.shout' doesn't exist
Error Number : 1146
Date : Friday, July 29th 2005 @ 09:22:16 PM
Script : http://www.xxxxxxxxxx/boards/admincp/plugin.php
Referrer : http://www.xxxxxxxxxx/boards/admincp/plugin.php?do=productadd
IP Address : xxxxxxxxxx
Username : Boofo
Classname : vb_database

Zero Tolerance 07-29-2005 08:32 PM

Quote:

Originally Posted by Boofo
I uninstalled the other version and when I try to import the plug-in, I get this:

I would of through the installations steps were done 1 by 1, ie: 1.0 then 1.2, obviously the other way around in the products import, so my bad. Updated the zip file with a working XML file :)

Sorry for the inconveniance.

- Zero Tolerance

Boofo 07-29-2005 08:40 PM

It still isn't making the table. It sets at Loading in the shoutbox. :(

cuphongle 07-29-2005 08:40 PM

Database error in vBulletin 3.5.0 Release Candidate 1:

Invalid SQL:

select s.*, u.username from shout s
left join user u on (u.userid = s.s_by)
order by s.sid desc limit 0, 20;

MySQL Error : Table 'lephong.shout' doesn't exist

vBintense 07-29-2005 08:42 PM

[07-29-2005 05:41 PM] System Reponse: No Current Shouts

Even after the new install, using firefox. And tryed 10 times to post a shout.

Zero Tolerance 07-29-2005 08:44 PM

@ Boofo - I just uninstalled and reinstalled using the XML in the zip provided and it's all working fine. Try removing the code, check the table 'shout' doesn't exist, and reinstall. If you get an error on uninstallation saying the table doesn't exist, run this query to create a temp one: (don't forget the mySQL table prefix)
[sql]CREATE TABLE `shout` (
`sid` int(15) NOT NULL auto_increment,
`s_by` int(15) NOT NULL default '0',
`s_time` int(15) NOT NULL default '0',
`s_shout` text NOT NULL,
PRIMARY KEY (`sid`)
) ENGINE=MyISAM;[/sql]

Then uninstall and re-install, should work then.

@ cuphongle - Do what i told Boofo to do :)

- Zero Tolerance

cuphongle 07-29-2005 08:49 PM

good work
thanks

Zero Tolerance 07-29-2005 08:50 PM

Working? Excellent, you can do the same thing then insane topics, and anyone else having that problem =P

- Zero Tolerance

Boofo 07-29-2005 08:53 PM

I ran the query before I saew this message. It loads fine now but when I do a shout and click the button, the shout does not get entered. I click the button again and it says I must enter a shout.

Boofo 07-29-2005 08:56 PM

Ok, I did as you said and uninstalled it and re-installed it and everything is working fine now. Good job and sorry about all the trouble. ;)

Boofo 07-29-2005 08:58 PM

Just an added note, you do have it so no links or javascript can be entered into the box right?

cclaerhout 07-29-2005 09:02 PM

vBShout v1.3 in french (Remove for update)
vBShout v1.3 en français :-)

vBintense 07-29-2005 09:05 PM

Working great now, clicked install ty for the hack

Boofo 07-29-2005 09:07 PM

Any way to have an Admin drop down that only the Admin can see for the prune options and maybe one to delete a specific shout?

cuphongle 07-29-2005 09:11 PM

zero tolerance...
how do i make it that so it apply to all skins?
i got "aria styles" and it wont work on that

Zero Tolerance 07-29-2005 09:19 PM

@ Boofo - I'll look into that, a command for a specific shout, you mean like: /prune [shout here]?

@ cuphongle - The system automatically inserts the shoutbox into the template forcebly (sp?) via PHP, using variables/html comments that SHOULD be in the template 'FORUMHOME', try changing the position of the shoutbox, if it works on other skins then they are missing some elements which are needed to place the shoutbox.

- Zero Tolerance

Biker_GA 07-29-2005 09:23 PM

The Aria style is strange. Where you would think you'd need to input something, it's done someplace complete different.

For example.. I was attempting to add some additional links to the Quick Links button. One would think that the navbar template would be the logical choice. In this case, modifications are required to the header template. Drove me absolutely stark raving mad until I figured it out.

Zero Tolerance 07-29-2005 09:28 PM

That's probably why then, the $navbar variable is supposed to be in FORUMHOME template as apposed to the header.

- Zero Tolerance

Link14716 07-29-2005 09:29 PM

Quote:

Originally Posted by Zero Tolerance
First come first .. something

Enjoy :p

I wasn't planing on porting my shoutbox anyways, so I'm glad someone did something similar. ;)

Boofo 07-29-2005 10:05 PM

Quote:

Originally Posted by Zero Tolerance
@ Boofo - I'll look into that, a command for a specific shout, you mean like: /prune [shout here]?

- Zero Tolerance

Yes, sir, just in case you get the one user who is having a bad day. Gives you a little more control over what is said in the shout box. ;)

Also, the bold button doesn't seem like it shows the bold being turned off when you are entering the message although it is turned off when you submit the message.

Can you set it up to use the Today/Yesterday time option if we have the set?

Zero Tolerance 07-29-2005 10:25 PM

Alright, i'll make it /pruneshout [shouthere] just incase someone's username is the same as a shout.

Also what do you mean by the bold exactly? Not quite sure what you meant, you turn it on then off but after posting it still shows up bold?

- Zero Tolerance

Boofo 07-29-2005 10:46 PM

Quote:

Originally Posted by Zero Tolerance
Alright, i'll make it /pruneshout [shouthere] just incase someone's username is the same as a shout.

Also what do you mean by the bold exactly? Not quite sure what you meant, you turn it on then off but after posting it still shows up bold?

- Zero Tolerance

You might want to do a drop down to pick which single shout to get rid of. ;)

The bold thing doesn't show it as not bold when you turn it off while it is still in the box before you submit it. Does that make any sense. ;)


All times are GMT. The time now is 04:20 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.03592 seconds
  • Memory Usage 1,819KB
  • 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
  • (11)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (2)pagenav_pagelinkrel
  • (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