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)
-   -   Thread Prefixes (https://vborg.vbsupport.ru/showthread.php?t=99925)

machtzu 02-10-2006 08:53 PM

Mystics
Is it possible search just for Prefixs? I have a forum where rather then create hundreds of sub-forums I have used your prefix mod but I need to be able to select groups of messages by specific prefix. Is that possible?

Mystics 02-12-2006 07:47 PM

Quote:

Originally Posted by pipin
any hint about this, Mystics?

I don't know this hack...maybe you have to insert this code in one of the plugins/hooks added by the other hack:
Code:

$this->validfields['lastthreadprefix'] = array(TYPE_STR, REQ_NO);
Quote:

Originally Posted by machtzu
Mystics
Is it possible search just for Prefixs? I have a forum where rather then create hundreds of sub-forums I have used your prefix mod but I need to be able to select groups of messages by specific prefix. Is that possible?

No, maybe in a next version.
Quote:

Originally Posted by Larrysw
I'm getting the fowling error:
Code:

Fatal error: Call to undefined function: verify_thread_prefix() in /home/rdsx667/public_html/forum/includes/class_dm_threadpost.php(1494) : eval()'d code on line 1

Re-upload includes/functions_threadprefix.php and check your global_start hook:
Code:

require_once(DIR . '/includes/functions_threadprefix.php');
if (THIS_SCRIPT == 'moderator' AND $_REQUEST['do'] == 'manageprefix')
{
        manage_thread_prefixes($foruminfo);
}

You can also try moving this code to the hook init_startup.

DrewM 02-13-2006 09:32 AM

Quote:

Originally Posted by Mystics
I don't know this hack...maybe you have to insert this code in one of the plugins/hooks added by the other hack:
Code:

$this->validfields['lastthreadprefix'] = array(TYPE_STR, REQ_NO);
No, maybe in a next version.
Re-upload includes/functions_threadprefix.php and check your global_start hook:
Code:

require_once(DIR . '/includes/functions_threadprefix.php');
if (THIS_SCRIPT == 'moderator' AND $_REQUEST['do'] == 'manageprefix')
{
        manage_thread_prefixes($foruminfo);
}

You can also try moving this code to the hook init_startup.

It's working with the extra plugin.

Mystics 02-13-2006 02:36 PM

Quote:

Originally Posted by Larrysw
It's working with the extra plugin.

init_startup? Did you move or copy the code?

pipin 02-13-2006 04:18 PM

Quote:

Originally Posted by Mystics
I don't know this hack...maybe you have to insert this code in one of the plugins/hooks added by the other hack:
Code:

$this->validfields['lastthreadprefix'] = array(TYPE_STR, REQ_NO);

not necessary it works flawlessly with the prevent doublepost, i had a part of the your product set to inaktive. :rolleyes:

kopfnick 02-17-2006 11:04 PM

Quote:

Originally Posted by bashy
Hi

Since installing this my bb codes nor smilies are clickable/working

What have i broken, Please can advise?

You can have access to what ever you need :)

I don?t know if you already solved this, but i had the same problem when installing today.

The solution was simple: Since the whole Smilies, Quick Reply, etc. are done by Javascript, i just redid Step 1 of the file-modifications and now it works...

Just for the info :squareeyed:
Greets,
kopfnick

bashy 02-18-2006 06:36 PM

Hi

Sadly i am going to have to uninstall this hack...
The reason being is because i have installed the GARS system and your prefixes
do not work ( i cant see the drop down box anymore)

If you can fix this then that will be brillian, if not please can you supply
full uninstall instructions as they are not in the zip file :(

Hopefully you can resolve this without uninstalling...
Yours hopefully :)

Mystics 02-18-2006 06:46 PM

Quote:

Originally Posted by bashy
The reason being is because i have installed the GARS system

Sorry, but it's really not my problem if my hack doesn't work after installing an other hack :) Please ask the author of the other hack or analyse and compare my and his plugins yourself.

Uninstall:
/admincp/prefixinstall.php?productlanguage=english&step=2

Scroll to the bottom of that page.

bashy 02-18-2006 07:19 PM

Fair enough!

jluerken 02-19-2006 07:53 AM

Quote:

Originally Posted by bashy
Fair enough!

bashy, I've also GARS installed and thread prefixes are still working fine.
Whats exactly your problem?


All times are GMT. The time now is 09:11 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.01358 seconds
  • Memory Usage 1,749KB
  • 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
  • (6)bbcode_code_printable
  • (9)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