vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Miscellaneous Hacks - Thread Prefixes (https://vborg.vbsupport.ru/showthread.php?t=123033)

GNeRaL 02-21-2007 05:18 PM

Great hack, thanks.

Snake 02-22-2007 07:33 PM

Quote:

Originally Posted by Snake (Post 1186589)
Mystics, first of all, great job on making this hack and I'm loving it. Though I'm having a problem here. My templates such as search_newposts are kinda messed up and that's prolly because of having the thread starter as it's own column. Here's the hack that I've installed on vB.com (http://www.vbulletin.com/forum/showthread.php?t=197265).

Could you help me out and fix this please? Would you like me to send you my templates or what?

Many thanks!

Anyone please? :(

Snake 02-27-2007 12:49 PM

Bump!

Sephirot 02-28-2007 06:23 PM

In reported posts the prefix was not displayed, although I've modified class_dm_threadpost.php.

For those of you who have this problem too, here is a the plugin code that fixes this problem.

prodcut: Thread Prefixes
hook: report_send_process
title: Prefix: Display Prefix in Front of Title (reports)
PHP Code:

if (!empty($threadinfo['threadprefix']) AND $foruminfo['allowprefix'])
{
    
$threadinfo['title'] = unhtmlspecialchars($vbulletin->options['prefixmarkup_start'] . $threadinfo['threadprefix']) . $vbulletin->options['prefixmarkup_end'] . $threadinfo['title'];



Amavisca 03-01-2007 08:47 AM

I got this error all arround
Call to undefined function: fetch_thread_prefixes() in /home/vietshar/public_html/newthread.php(457) : eval()'d code on line 4
also this happens for search.php

PLEASE HELP!!!!

SpanishHarlem 03-14-2007 06:10 PM

Great hack and in the process of installing it on a new forum . I have the default skin and in the editpost template when I look for this

<td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td>

It's not being found. Any idea what could be the problem?

Thank you.

mauro1947 03-15-2007 03:50 AM

Nobody see this?: :(
Bye!

Shazz 03-15-2007 03:54 AM

Quote:

Originally Posted by mauro1947 (Post 1203870)
Nobody see this?:
:(
Bye!

Yes, its on basically every mod :)

Bree 03-16-2007 08:06 AM

*Installed* This took a while to install (I'm probably just slow) but it was definately worth the work!! I love it! Thanks so much! vB 3.6.5 Always, Bree

TheMilkCarton 03-16-2007 08:36 AM

It took me a long time too. haha.

Any chance of somehow incorporating this with vB Event Forums mod??

The main reason I installed this was for my Events forum.. and now I can't use it. :(

I'll still enjoy this mod in other forums though. Good job!


All times are GMT. The time now is 11:05 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.01464 seconds
  • Memory Usage 1,740KB
  • 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_php_printable
  • (3)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