vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   QuoteIt! - Quote Database (https://vborg.vbsupport.ru/showthread.php?t=97585)

Lea Verou 10-05-2005 05:37 AM

Quote:

Originally Posted by Boofo
Any way to make this so that only the Admin can enter quotes?

By denying all other quotes maybe?
By removing the add new quote link from the template so only you know the link?

Maybe there are permissions but I'm too bored to have a look right now :p

Vizionz 10-05-2005 05:39 AM

i thought u did something wrong but it aint you its this hack it dont work :( sorry neutral i misread what u said


maybe the only one who has a name with neutral in it :P

Lea Verou 10-05-2005 05:41 AM

Quote:

Originally Posted by Vizionz
i thought u did something wrong but it aint you its this hack it dont work :( sorry neutral i misread what u said

Maybe you'd add a quote to your post so that we know who you are talking to? :rolleyes:

Cap'n Steve 10-05-2005 05:43 AM

The easy way to only allow administrators would be to edit quotes.php

Find
PHP Code:

require_once('./global.php'); 

and after that add
PHP Code:

if ($_REQUEST['do'] != 'view' AND $_REQUEST['do'] != 'list' AND $_REQUEST['do'] != 'rate' AND !empty($_REQUEST['do'])) {
    if (!
$vbulletin->userinfo['permissions']['adminpermissions']) {
        
print_no_permission();
        exit;
    }


Restricting the quotes to various usergroups is something I'll work on for the next version.

EDIT: For those of you having problems, what exactly is going wrong? What shows up on your forum home page? What happens if you go to quotes.php?

Vizionz 10-05-2005 05:47 AM

this dont work for me

i added the product

i uploaded the files

i even tried to submit a quote normal and moderated
when it was moderated i accepted the quote it said added to the phrazes but it isnt showing on the forum home

http://www.thaasylum.com/index.php see for yourself

even add a quote

http://www.thaasylum.com/quotes.php

there showing up in there but nothing on home page

Lea Verou 10-05-2005 05:49 AM

Quote:

Originally Posted by Vizionz
this dont work for me

i added the product

i uploaded the files

i even tried to submit a quote normal and moderated
when it was moderated i accepted the quote it said added to the phrazes but it isnt showing on the forum home

have you made the necessary template edits to FORUMHOME?
(yes you have to make them manually)

Vizionz 10-05-2005 05:53 AM

Quote:

Originally Posted by Loukrhtia
have you made the necessary template edits to FORUMHOME?
(yes you have to make them manually)

dont talk to me like i am stupid

Neutral Singh 10-05-2005 05:53 AM

Quote:

In Forums Home Page Options this option is not showing up in my AdminCP. I even tried editing the phrase and saving it. But the option is not showing up.
This seems to be the main problem. Its must have been, by default, disabled under that option and as its not visible, we can not enable it. Anyways of showing it in Forums Home Page Options?

Lea Verou 10-05-2005 05:57 AM

Quote:

Originally Posted by Vizionz
dont talk to me like i am stupid

I was just trying to help, but if you think I am talking to you like you are stupid maybe we have a little problem here!

ontopic: Have you made the appropriate settings so that it's displayed in forumhome? Sometimes we make silly mistakes without noticing, this doesn't mean we're stupid ;)

Vizionz 10-05-2005 05:59 AM

(yes you have to make them manually) i found that offensive
but okay

yes i followed every direction

under vbulletin options there is quote it.
it lets you dispaly random quote i got it clicked

but undr vbulletin options > forum home page theres nothing there with quote it


All times are GMT. The time now is 09:22 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.02309 seconds
  • Memory Usage 1,744KB
  • 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_php_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)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