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 12-23-2007 05:26 AM

I'm not familiar with that mod, do the codes work in a normal post? You can also try saving the QuoteIt! options again.

Tanapangarap 12-24-2007 07:02 PM

Hi, I'm looking to apply a very simple random quotation function on my vBulletin. I found yours, I found it much more than what I'm wanting. I was wondering if you--the author of the modification showcased on this thread--might have interest in undertaking such a project? I posted much detail about my request here.

Regards,

Kevin

Cap'n Steve 12-25-2007 01:17 AM

I probably won't have time, but it looks like what you want is pretty simple. I don't think you'll have a problem finding someone to write it (or you could probably write it yourself if you don't mind spending some time reading tutorials).

Tanapangarap 12-25-2007 01:46 AM

Well, I am trying to learn about coding on the vBulletin software, but I've been using it for only a few days (converted from phpBB2, the only forum software I've used beforehand), so I've got a lot of reading to do.

If you do end up having some free time, and would choose to attempt to code my requested modification, I would much appreciate that. Here is the URL for more info and download of the modification I used on my phpBB installation: http://www.phpbbhacks.com/viewhack.php?id=431
There's very little code. I believe it was one or two edits and the uploading of the text file.

Antwerp 01-16-2008 11:33 AM

So, I screwed up when I upgraded my forum from 3.5.4 to 3.6.8

I uninstalled all hacks for a fresh clean install.
But I do have a functioning backup of the 3.5.4 with hacks still installed.

What I'm trying to do is restore the quotes
Namely;
vb3_quote.sql & vb3_quoteratings.sql

I exported the files from the AdminCP in VB.
I put them in the root directory via FTP.
I'm ready to add them via SSH.
I can't get MyPHPAdmin to work.

Basically I don't want to overwrite the current database, I want to append to it.

So I have SecureCRT and I'm ready to do the SSH upload.

I've been trying to read up on this, but I am confused and I don't want to nuke my current database.

Suggestions / Help Appreciated!
- Ant

expatdirectory 01-18-2008 04:57 AM

Hi Steve,
have been using this mod for a while now and quotes are starting to build up. I have noticed however that my users quote count (in stats section on postbit) is showing as 0 (even for those who have posted quotes. Am I missing something??

Also,

I removed a fair bit of the script to reduce the size of the box on my forum index (as most people do). I now note that there is no-where to rate quotes. Is there a way to add the rate this quote etc in the Quotes page (seen after clicking view all quotes)?

Cap'n Steve 01-18-2008 06:33 AM

Antwerp - If you open your backup SQL file in a text editor, you should be able to see what part is the table structure and what part is the actual data. If you just delete the table structure parts, the data might be able to be inserted without problems. The only conflict I could think of is the id column of the quotes table, which is the same number as the quoteid column of the quoteratings table. If new quotes have been added to your database since you upgraded, you'll have to adjust these numbers to avoid conflict (any number will work, as long as it's consistent). Be sure to backup your current database before you try anything.

expatdirectory - Try the "Rebuild Quote Counts" option in your control panel. If you open the product XML file in a text editor and search for the name of the template (quote_randomquote for the home page, quote_listbit for the main quotes page, etc.) you'll find the default template and should be able to spot the portion that handles ratings. Look for this:
HTML Code:

<if condition="$quoteitpermissions['canratequotes']">

Antwerp 01-22-2008 11:32 PM

Thanks for you response.

Now, is the only way to upload the tables through MyPHPAdmin?

Cap'n Steve 01-23-2008 03:09 AM

Quote:

Originally Posted by Antwerp (Post 1426964)
Now, is the only way to upload the tables through MyPHPAdmin?

Yes, unless you have shell access on your server.

Mum 01-25-2008 02:00 AM

Uninstalled. I have rebuilt bitfields like it says to in the instructions, but i still can't moderate quotes.


All times are GMT. The time now is 10:30 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.01679 seconds
  • Memory Usage 1,742KB
  • 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_html_printable
  • (1)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