vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Mini Mods - BFC-Quote (https://vborg.vbsupport.ru/showthread.php?t=212175)

Excalibur82 05-05-2009 09:46 PM

macc: Try installing using the product xml file I have attached to this post and tell me the results.

odln018 05-05-2009 10:46 PM

Quote:

Originally Posted by Excalibur82 (Post 1805278)
odln018: Permissions are controlled through the usergroups.

macc: Not to sure what is causing that error. I will check it out and get an update released.

I must be blind, because when I try to edit the usergroup, I'm not seeing a BFC Quote option.

Excalibur82 05-06-2009 01:26 AM

odln018: What version of vB are you using?

Leica.Robbiani 05-06-2009 02:14 AM

Hi,

Quote:

Originally Posted by Excalibur82 (Post 1805345)
Leica.Robbiani: The author box shouldn't have ' as no username has an ' but if its say Italian or something I'll see what I can do to fix the issue, otherwise for the time just avoid using ' when adding an author name.

Well, a username can be Georgia O'Keefe, and so there will be of course an ?'? in the username ...

So it will be great if you have a solution for the problem.

Thanks a lot, anyway it's a great mod.

Best regards

Leica.Robbiani

Excalibur82 05-06-2009 06:09 AM

Leica.Robbiani: Yeah you are correct, I don't know what I was thinking or doing when I said that. There is a solution but I won't be able to implement it till tomorrow once I've had some sleep.

odln018 05-06-2009 09:29 AM

Quote:

Originally Posted by Excalibur82 (Post 1805520)
Leica.Robbiani: Yeah you are correct, I don't know what I was thinking or doing when I said that. There is a solution but I won't be able to implement it till tomorrow once I've had some sleep.


I'm using 3.8.1 for both boards (test and production)

macc 05-06-2009 01:34 PM

Quote:

Originally Posted by Excalibur82 (Post 1805378)
macc: Try installing using the product xml file I have attached to this post and tell me the results.

i tried this file but when instal get error "eval code on line 6..." when tried to uninstall get this error
Code:

Database error in vBulletin 3.8.2:
Invalid SQL:
DROP TABLE `quotes`;
MySQL Error  : Unknown table 'quotes'
Error Number  : 1051
Request Date  : Wednesday, May 6th 2009 @ 10:23:05 AM
Error Date    : Wednesday, May 6th 2009 @ 10:23:05 AM
Script        : http://libar-libar.com/libar/vb/admi...do=productkill
Referrer      : http://libar-libar.com/libar/vb/admi...id=bfc_quote&s=
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.0.67-community


and in my admincp - when click on manage quotes get this database error
Code:

Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT * FROM `quotes` ORDER BY username ASC;
MySQL Error  : Table 'belapla_libar.quotes' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, May 6th 2009 @ 10:26:41 AM
Error Date    : Wednesday, May 6th 2009 @ 10:26:41 AM
Script        : http://libar-libar.com/libar/vb/admincp/quotes.php
Referrer      : http://libar-libar.com/libar/vb/admi...dex.php?do=nav
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.0.67-community


please some help -

regards

macc

macc 05-06-2009 01:38 PM

now my forum page works not - get this error

Code:

Database error in vBulletin 3.8.2:
Invalid SQL:
SELECT * FROM quotes WHERE unapproved = 0 ORDER BY RAND() LIMIT 1;
MySQL Error  : Table 'belapla_libar.quotes' doesn't exist
Error Number  : 1146
Request Date  : Wednesday, May 6th 2009 @ 10:29:29 AM
Error Date    : Wednesday, May 6th 2009 @ 10:29:29 AM
Script        : http://libar-libar.com/libar/vb/index.php
Referrer      : http://libar-libar.com/libar/vb/admi...ex.php?do=head
IP Address    :
Username      :
Classname    : vB_Database
MySQL Version : 5.0.67-community

some help?

macc

EnIgMa1234 05-06-2009 02:57 PM

Run the following query from the admincp->maintenance->execute sql query

[SQL]CREATE TABLE `quotes` (
`id` int(4) NOT NULL auto_increment,
`quote` mediumtext NOT NULL,
`username` varchar(255) NOT NULL default,
`unapproved` TINYINT( 1 ) NOT NULL",
PRIMARY KEY (`id`)
)[/sql]

Use this at your own risk.

macc 05-06-2009 03:21 PM

tried from phpmyadmin but get error -
my board and admincp - not accessible ...

some help ?

macc

edit - this error come up
Code:

ERROR: Oavslutat citat @ 174STR: "SQL: CREATE TABLE `quotes` (  `id` int(4) NOT NULL auto_increment,  `quote` mediumtext NOT NULL,  `username` varchar(255) NOT NULL default,  `unapproved` TINYINT( 1 ) NOT NULL",  PRIMARY KEY  (`id`))


All times are GMT. The time now is 09:04 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.01125 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
  • (4)bbcode_code_printable
  • (4)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (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