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)

agiacosa 01-27-2005 03:27 PM

log out and come back in

LKJR 01-27-2005 03:29 PM

nevermind I figured it out, is there a way I could put this is without the borders around it? where it was between the forum, and navbar with just text?

agiacosa 01-27-2005 03:37 PM

It's just html in randomquotebits template. Edit that template to your liking. See mine: http://www.aquaticplantcentral.com/forumapc/index.php

LKJR 01-27-2005 04:58 PM

that is exactly what I'm after!!!!

do members still have ability to add quotes? or is it all admin?

can you copy that html code for me so I could just paste it?

agiacosa 01-27-2005 05:23 PM

Functionality hasn't changed. Just the way the quote is displayed.

I changed randomquote template to be:
Code:

<table cellpadding="$stylevar[cellpadding]" cellspacing="0" border="0" width="80%" align="center">
<thead>
        <tr>
                <td colspan="2">
                </td>
        </tr>
</thead>
<tbody id="collapseobj_forumhome_randomquote" style="$vbcollapse[collapseobj_forumhome_randomquote]">
        <tr>
                <td class="alt1" align="center" colspan="2">
                <i>"$randomquote[quote]"</i>
                </td>
        </tr>
        <tr>
                <td class="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>
</tbody>
</table><br />


LKJR 01-27-2005 05:40 PM

would there be a way to move the add quote button to like usercp easily so it wouldn't look so tacky on there or is that quite a bit of work?

LKJR 01-27-2005 05:45 PM

also, manage quotes isn't showing up in the moderator cp
is that a setting I need to change in permissions?

agiacosa 01-27-2005 05:52 PM

Quote:

Originally Posted by LKJR
would there be a way to move the add quote button to like usercp easily so it wouldn't look so tacky on there or is that quite a bit of work?

I can be done I think by copying the requisite test from the randomquote to the appropriate usercp template.

CtrlAltDel 01-28-2005 08:26 PM

Manage quotes is only in the admincp, if you want it in the modcp, you need to edit the modcp index file like you did for the admincp

as for changing how the quote displays, its just a matter of editing the templates and putting whatever you want wherever you want...heck i have my quote displayed in my navbar.

docvader 01-28-2005 10:43 PM

I have my quotes displayed in my welcome block
http://x.russbo.com/vb/index.php


All times are GMT. The time now is 01:54 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.01167 seconds
  • Memory Usage 1,739KB
  • 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
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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