vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   QuoteIt! Quote Management System v1.2 (https://vborg.vbsupport.ru/showthread.php?t=62470)

memobug 11-23-2004 12:44 AM

This looks like fun. I'd like to see three additional fields for classic quotes

1) Who said it
2) Date of quote
3) Link to quote in context

Who submitted the quote doesn't matter so much to me...

Regards,

Matt

trackpads 11-23-2004 01:29 AM

Quote:

Originally Posted by memobug
This looks like fun. I'd like to see three additional fields for classic quotes

1) Who said it
2) Date of quote
3) Link to quote in context

Who submitted the quote doesn't matter so much to me...

Regards,

Matt

Ditto.

Great Hack!

TwinsForMe 12-07-2004 03:53 AM

[high]* TwinForMe clicks install. :)
[/high]

Love it!

I modified the global.php instead of the index.php, then changed the Forumdisplay, Forumhome, Showthread, and search_results templates. I also took out the 2 /br's at the end of the navbar template and I took out the final /br from the randomquote template so my forums and threads don't get too pushed down. Plus I took out the "Random Quote" bar in the table of the randomquote template.

You can take a look here:

http://www.twinteresting.com/forums/index.php?

mtha 12-08-2004 02:11 AM

nice job.

I think admin should be able to
- list all of quotes in AdminCP
- edit/delete quote in AdminCP
- set a quote status active/inactive (bring an active quote back to moderating list)
- select and delete multiple quotes in AdminCP

and, the quote manager in AdminCP right now, just list only one quote at a time? I think all quotes (waiting for moderated) should listed

Right now, you (admin) can delete quote in the quote list, but that shouldnt be the place where you manage things though :)
and, sometime, people just have some typo, or you want to change something, you should be able to change both quote and author

mtha 12-08-2004 02:33 AM

Quote:

Originally Posted by turbidblue
Okay, I was wondering if anyone could help me out with the "view all" page. Mine is all jumbled together and looks not so good.


Screenshot of the mess:

http://turbidblue.com/images/random.jpg

I saw Magnus posted that it was done with template edits, but what are the edits to get each quote in its own little box??

Thanks for any help/advice you can provide :)

xoxo

The quickest way is adding a horizontal line bellow each quote.


Edit template quotelistbit

add
HTML Code:

        <tr>
                <td class="alt1" align="center" colspan="2"><hr></td>
        </tr>

above the last </table>


I would suggest to use alt1 and alt2 for each quote too, just like they are for posts. :)

The Dok 12-11-2004 12:36 AM

Is there anyway to have two different quote boxes pulling qoutes from separate databases of quotes?

deb0 12-19-2004 07:54 PM

Anyone got this working in 3.03?

trackpads 12-19-2004 10:19 PM

Yes, works great on mine!

MTHA: Thanks for that!!

-Jason

CtrlAltDel 12-26-2004 09:55 PM

i wrote my own quote hack for 2.x and i had a button that allowed people to submit a post for a quote. do you plan on adding this to your hack or should i just add it onto it?

CtrlAltDel 12-30-2004 01:54 AM

ok after looking at this the code used to pick the random quote is flat out wrong

Code:

SELECT * FROM quotes WHERE approved=1 ORDER BY rand() LIMIT 1
change it to this
Code:

SELECT *, rand() AS r FROM quotes WHERE approved='1' ORDER BY r LIMIT 1
This is a more accurate and more server friendly query.


All times are GMT. The time now is 08:57 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.01447 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
  • (2)bbcode_code_printable
  • (1)bbcode_html_printable
  • (2)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