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 - QuoteIt! - Quote Database (https://vborg.vbsupport.ru/showthread.php?t=135297)

Chadi 08-01-2007 09:22 PM

I need help please.

First, I want to make the category window/frame wider and vertically taller. Which template would I edit? I searched a few and couldn't find the code section for this.

I also want to move the search box to the right side of the category frame as well, in a new column of course.

Also, some features that would be nice:

sort categories alphabetically

Cap'n Steve 08-03-2007 04:29 AM

quote_listquote contains the searchbox. The category list is generated in includes/functions_quoteit.php starting at line 1292.

nnjj.net 08-04-2007 08:21 AM

me 2
I am installing hack, all goes good, made all style modifications as readme.html file explains, but nothing appear in the homepage and seems can't find the way to add some quote!

welovehiphop 08-04-2007 09:41 PM

same here...i installed...and see nothing or now way to add a quote...

Cap'n Steve 08-06-2007 05:39 AM

Make sure the random quote is enabled in the options, save the options just to be sure. Try going to quotes.php and see what happens. If all else fails, reinstall the mod.

nnjj.net 08-06-2007 07:17 PM

thanks its working now but need alot of style change :)

nnjj.net 08-06-2007 08:05 PM

how I can change the user id to "1" to moderate the quotes?

Cap'n Steve 08-07-2007 06:04 AM

If you only want administrators to be able to moderate quotes, you can change that in the usergroup permissions.

nnjj.net 08-07-2007 08:51 AM

its correct! but still can't approved the quote!

Cap'n Steve 08-08-2007 04:12 AM

Try saving the usergroup permissions again or rebuilding bitfields.

nnjj.net 08-08-2007 08:15 AM

how rebuilding bitfields?

Cap'n Steve 08-09-2007 05:34 AM

It's under vBulletin Options, you might have to turn debug mode on.

welovehiphop 08-11-2007 06:02 PM

Quote:

Originally Posted by Cap'n Steve (Post 1310893)
Make sure the random quote is enabled in the options, save the options just to be sure. Try going to quotes.php and see what happens. If all else fails, reinstall the mod.

that did it!

welovehiphop 08-11-2007 06:08 PM

actually it worked but its not allowing me to approve the quotes..saying

Sorry, you don't have permission to access the administrative controls on this page.

If you need to access this page, ask your lead administrator to enable your permissions for this page using the Administrator Permissions section of the control panel.

Cap'n Steve 08-12-2007 06:58 AM

Try rebuilding the bitfields or saving the usergroup permissions like I mentioned in the post above. If that doesn't work, what vBulletin version are you using?

Gray Matter 08-14-2007 02:56 AM

This may be a stupid question, but where can I edit the URL for the pagenav links? There are unencoded ampersands in it and I'm getting a bunch of errors in the W3C Validator. :p

Cap'n Steve 08-14-2007 04:58 AM

I believe the pagnav is in the pagenav template. I never noticed that before, so I'm not sure exactly why they aren't getting escaped. It looks like they might need to be escaped in includes/functions_quoteit.php (just search for $querystring), but that might break something else. I'll have to take a deeper look sometime.

Megareus Rex 08-15-2007 10:53 PM

For anyone who can help, I get this mysql error when trying to upload the product:

MySQL Error : 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 'ENGINE=MyISAM' at line 15
Error Number : 1064

Does anyone have any idea what causes it, and/or how to fix it?

Cap'n Steve 08-18-2007 02:38 AM

Try redownloading and reinstalling it. What MySQL version do you have?

zmuda 08-21-2007 02:46 PM

Problem Solved...

Chadi 08-23-2007 08:00 PM

Quote:

Originally Posted by chadi (Post 1262202)
This mod has a problem that needs to be fixed, hopefully will be.


Parse error: syntax error, unexpected T_STRING in /home/user/public_html/tags/index.php(194) : eval()'d code on line 1


The kind support team at Zoints who created Zoints Tag module spent countless hours on my site trying to figure out why I kept getting the below errors oddly, on two different modules: Zoints Tags and vBISpy.

Their final find was this:

$headinclude =& $vbulletin->templatecache['headinclude'];

That is the line that is causing the problem, it is not the correct method of parsing a template to a variable.



I hope you can correct this. The errors went away after disabling the "parse_templates" in the quoteit plugin.

Has this been fixed yet?

Robbed 08-24-2007 08:14 PM

Anyone have an issue when a member submits a quote and the post was quoted, it doesn't parse the quotes tags

Quote:

Originally Posted by User (Post 133189)
test.

post text


It shows this instead of above.

[.QUOTE=User;133189]test.[/.QUOTE]

Is there a way to fix it, it just shows all the code.

Robbed 08-25-2007 03:12 PM

Another issue I have is when you vote you have to refresh to see the vote.

I thought it was ajax

Cap'n Steve 08-26-2007 08:28 AM

Sorry guys, I haven't had electricity for a couple of days.

chadi - Nope, I'll send an update when I release a new version. I'm still trying to get someone else to take over this hack though.

Robbed - I'm not sure about the quoting, I'll have to look at it. As for the voting, what browser and version are you using?

Robbed 08-27-2007 02:19 AM

Firefox 2.0.06 and the latest version of ie

In IE it shows error on page at the botton

Line 88
Char 3
Object expected
code 0

Cap'n Steve 08-27-2007 06:13 AM

It works on my site in both those browsers, can I get a link to your quotes page?

Robbed 08-27-2007 06:48 PM

<a href="http://www.thebreakaway.net/forums/quotes.php?" target="_blank">http://www.thebreakaway.net/forums/quotes.php?</a>

I turned on guest view and vote so you can try.

Thanks

You will see the quote tag issues too.

Cap'n Steve 08-28-2007 06:55 AM

Looks like they removed some Javascript in 3.6.8. Try adding this at the top of clienscript/quoteit_common.js
Code:

var arrayRef;
var newValue;
function array_push(arrayRef, newValue) {
        arrayRef.push(newValue);
}


TheBlackPoet 08-28-2007 10:30 AM

i'm running 3.68 when i installed this app... it crashed my system.. i couldnt get into my acp normally... it broke my front end... when i did get to the back end... i noticed i had a nested core... at first, i was disabling each plug -in in the rouge core... but realized that the whole thing was alien.. and shouldnt be there... just to be safe, i disabled it only....

my community is back online with this disabled... any ideas why this happened?

Robbed 08-28-2007 09:53 PM

Quote:

Originally Posted by Cap'n Steve (Post 1327201)
Looks like they removed some Javascript in 3.6.8. Try adding this at the top of clienscript/quoteit_common.js
Code:

var arrayRef;
var newValue;
function array_push(arrayRef, newValue) {
        arrayRef.push(newValue);
}


Thanks Steve, that worked

Anyway to make the quote tags work?

Cap'n Steve 08-29-2007 09:58 AM

TheBlackPoet - I'm not sure what you mean. Did it show any errors?

Robbed - I don't know of a good way to do that yet, my advice would be just to avoid using [quote] tags for the time being.

TheBlackPoet 08-29-2007 10:06 AM

yeah.. i was getting a fatal error and a white screen....

Cap'n Steve 08-29-2007 11:00 PM

Well if you could remember what it said, or even try to recreate it (if you're feeling brave), that might help.

netwind 09-03-2007 11:42 PM

How to avoid conversion from 8bit endcoding to utf-8 in ajax edit?
I use windows-1251 charset for all data and html.

I just remove onClick handlers from page.

Cap'n Steve 09-04-2007 06:59 AM

I never really considered character set for this hack, are you able to use the standard vBulletin ajax without problems?

netwind 09-04-2007 09:11 AM

We haven't problems with ajax functions in vbulletin core.
Can this caused by htmlspecialchars_uni() than convert 8-bit symbols into html equialent?

You can see on php manual, function htmlspecialchars has special third argument for such national encodings

pauleine 09-04-2007 09:36 AM

I have created a sql file for this with about 1500 quotes if anyone is interested in the file please let me know if i should add here.

Grunt 09-06-2007 02:42 AM

Quote:

Originally Posted by pauleine (Post 1332014)
I have created a sql file for this with about 1500 quotes if anyone is interested in the file please let me know if i should add here.

Yes please :D

pauleine 09-06-2007 09:27 AM

Quote:

Originally Posted by Grunt (Post 1333306)
Yes please :D

Here you go its attached, but bare in mind it has my name in it you should change to your own or some random name...lol

Grunt 09-06-2007 09:53 AM

thanks pauleine


All times are GMT. The time now is 02:35 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.01820 seconds
  • Memory Usage 1,810KB
  • 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
  • (6)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
  • (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