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)

turbidblue 08-14-2004 09:31 PM

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

turbidblue 08-16-2004 02:13 AM

boost for any help??

please!

KW802 08-16-2004 02:10 PM

Quote:

Originally Posted by KW802
What would the installation instructions be for somebody who only wants to use it as a vBa CMPS module? Would it just be a matter of skipping steps #4a and #5 or .... ?

Thanks,
Kevin

For anybody else in the same position as above, the steps I took/had to take on a VB 3.0.3 & vBadvanced CMPS 1.0.0 configuration were....
  • Do Step #1 from the installation instructions
  • Do Step #2 from the installation instructions
  • Do Step #3 from the installation instructions
  • Do Step #4b from the installation instructions
  • Do Step #6 from the installation instructions
  • Upload the PHP file from Nineball
  • Do the phrase manager trick by Platinumgamer
  • Modified the randomquote template to the look & feel of the rest of my generic vBa CMPS modules (essentially give it the outside border but not on the inside cells; accomplished by doing an inner table)....
    Code:

    <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" class="tborder" width="100%">
    <thead>
            <tr>
            <td class="tcat" colspan="2">
                    <a style="float:$stylevar[right]" href="#top" onclick="return toggle_collapse('forumhome_randomquote')">
                    <img id="collapseimg_forumhome_randomquote" src="$stylevar[imgdir_button]/collapse_tcat$vbcollapse[collapseimg_forumhome_randomquote].gif" alt="" border="0" />
                    </a>
                    $vbphrase[random_quote]
            </td>
            </tr>
    </thead>
    <tbody id="collapseobj_forumhome_randomquote" style="$vbcollapse[collapseobj_forumhome_randomquote]">
            <tr>
            <td class="alt1">
                    <table align="center" border="0" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" width="100%">
                    <tr>
                            <td class="alt1" align="left" colspan="2">
                            <i>"$randomquote[quote]"</i>
                            </td>
                    </tr>
                    <tr>
                            <td class="alt1 smallfont" align="left">
                            <if condition="$bbuserinfo['userid']">(<a href=$vboptions[bburl]/quotes.php?do=addquote>$vbphrase[add_a_quote]</a><if condition="$bbuserinfo['permissions']['adminpermissions']"> | <a href="$vboptions[bburl]/quotes.php?do=delquote&quoteid=$randomquote[quoteid]">$vbphrase[delete_this_quote]</a></if> | <a href="$vboptions[bburl]/quotes.php?do=list">$vbphrase[view_all_quotes]</a>)</if>
                            </td>
                    <td class="alt1" align="right">
                            - <b>$randomquote[author]</b>
                            </td>
                    </tr>
                    </table>
            </td>
            </tr>
    </tbody>
    </table>
    <br />

I need to tweak the rest of the templates yet but that's minor. The above should only take about 10-15 minutes to get you up & running with vBa CMPS.

TopeeGuy 08-16-2004 06:33 PM

Hope someone can help me on a problem I'm having...

I installed QuoteIt, but at the time I only had one template... now I've got three styles and need QuoteIt to run with all three styles.

Is there anyway to re-install it somehow or make it work with the two new styles? Even if I try to access the install script again, it just keeps on editing the original style but does nothing to the two new styles :ermm:

Help?

integra99 08-16-2004 07:39 PM

Quote:

Originally Posted by TopeeGuy
Hope someone can help me on a problem I'm having...

I installed QuoteIt, but at the time I only had one template... now I've got three styles and need QuoteIt to run with all three styles.

Is there anyway to re-install it somehow or make it work with the two new styles? Even if I try to access the install script again, it just keeps on editing the original style but does nothing to the two new styles :ermm:

Help?

You don't need to reinstall it to work with your other two styles. Just copy over the $randomquote tag to wherever you want it to show up in your other template.

TopeeGuy 08-16-2004 08:19 PM

Quote:

Originally Posted by integra99
You don't need to reinstall it to work with your other two styles. Just copy over the $randomquote tag to wherever you want it to show up in your other template.

That doesn't work... The install script adds some fata to the template table in the DB specific to the styles. It needs that (and any other DB entries?) for it to work on other styles...

Holidazed 09-02-2004 05:54 PM

Quote:

Originally Posted by ryancooper
I ran the script and did all the updates but I get no quote. Made sure it was turned on and everything. Looks like some phrases are missing. See pic..

I am running a totally unmodified version (except for this hack) of vb3.03 and I have the exact same problem. See my attachments for yourself.

In my ACP, It is not displaying the "Moderate Quotes" option until I told it to not pull from the phrase. Now when I click on it, I see the "Quote Manager" but there are no options. See my attachment.

On the front page of the site, I see no quotes. See the attachment.

Help?

venomx 09-04-2004 06:00 AM

Quote:

Originally Posted by integra99
Open admincp/index.php and find:
Code:

        print_cells_row(array(
                $vbphrase['new_threads_today'], vb_number_format($newthreads['count']),
                $vbphrase['threads_awaiting_moderation'] . construct_link_code($vbphrase['view'], "../$modcpdir/moderate.php?$session[sessionurl]do=posts"), vb_number_format($threadcount['count']),
        ), 0, 0, -4, 'top', 1);


Seems vB3.0.3 is different.. mine is

print_cells_row(array(
$vbphrase['new_posts_today'], vb_number_format($newposts['count']),
$vbphrase['new_threads_today'], vb_number_format($newthreads['count']),
$vbphrase['unique_registered_visitors_today'], vb_number_format($users['count']),
), 0, 0, -4, 'top', 1, 1);

Holidazed 09-04-2004 04:01 PM

Is anybody going to address my issue?

Logician 09-07-2004 09:32 AM

Quote:

Originally Posted by bitg
Is anybody going to address my issue?

Reading the thread first might help. It has been addressed a lot of times. Eg.
https://vborg.vbsupport.ru/showpost....&postcount=143


All times are GMT. The time now is 11:22 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.01369 seconds
  • Memory Usage 1,755KB
  • 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
  • (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