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)

Cap'n Steve 10-25-2007 05:14 AM

Thanks for solving that for me, I'll have to add that to the instructions.

imk 10-25-2007 02:58 PM

where can i change the size of the system on my forumhome?

Cap'n Steve 10-27-2007 08:22 AM

The quote_randomquote template is what gets displayed.

Cooleyvol 11-03-2007 05:38 PM

Has anyone edited this so it doesnt take up so much height space on the forum? Maybe getting rid of the quotation graphics, etc.

Chadi 11-03-2007 05:48 PM

Quote:

Originally Posted by Cooleyvol (Post 1374958)
Has anyone edited this so it doesnt take up so much height space on the forum? Maybe getting rid of the quotation graphics, etc.


I have. I made it so it shows strictly only the quote and quote's author (not the author submitted the quote that is).

listbit template

Code:

<tr><td class="quoterow {$quoteclass}" align="center" id="quote{$quote['quoteid']}-{$globalcounter}">
<br />
{$quote['quote']}
<br /><br />
<div class="authorcontainer">
    <if condition="!empty($quote['author'])">
        <div class="author" id="author{$quote['quoteid']}-{$globalcounter}">- {$quote['author']}</div>
    </if>
    <if condition="$quoteitoptions['enablecontext'] AND !empty($quote['context'])">
        <span class="context" id="context{$quote['quoteid']}-{$globalcounter}">({$quote['context']})</span>
    </if>
</div>
<br />
</td></tr>


Neutral Singh 11-09-2007 06:34 AM

When i enable random quotes option, the following error shows up:

Quote:

Parse error: syntax error, unexpected T_STRING in /home/******/public_html/includes/vba_cmps_include_top.php(502) : eval()'d code on line 373
What could be reason? Please guide.

Cap'n Steve 11-12-2007 11:10 PM

What have you changed recently? Is it a new version of vBadvanced?

Chadi 11-15-2007 09:23 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.


Ok, calling all coders, geniuses, programmers - anyone that can figure out how to fix this problem. I'll pay $25 via paypal :)

zetetic 11-19-2007 05:57 AM

I've made a lot of changes lately (including upgrading to php and mysql 5.x) so I'm not sure what might've caused this weirdness, but now when I do a search in the quotes and there are no results, it redirects to my vps WHM page instead of anywhere on the forum. Any ideas?

Cap'n Steve 11-19-2007 08:09 AM

Where is your forum? I have to see this.


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