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)

websiteicons.co 01-03-2006 11:20 PM

Greatest hack ever, but i have a small problem:

I have installed everything exactly as described in the install file and everything is actually working correct. But for some reasen the prefix doesn't show up on the forumdisplay page.

- Board version: 3.5.2

What is wrong?

shadow187 01-08-2006 04:02 PM

Quote:

Originally Posted by shadow187
Great hack man, like i said it before,

just some questians ?

How difficult would it be to have different colors for every specific prefix you define it a forum ??
And would it be possible to change the thread prefix in forumdisplay page than rather editing every thread seperate ?
Or change the prefix in the quick reply box ??

Would that be hard to do ??

Any help would be awsome

Thanks in advandce

Shadow

ANy News please ????

PIKenPIK 01-09-2006 01:42 PM

Couldn't live without this hack ... Just now I can update my forum vB 3.07 to 3.5.3 :rolleyes:

All installed and works linke a charm!

2 minor questions:

The title in threadview is now:
Prefix - NameOfTheTitle
I want to change that into:
(Prefix) NameOfTheTitle

I changed in class_dm_threadpost.php:
PHP Code:

$threadinfo['title'] = $threadinfo['threadprefix'] . ' - ' $threadinfo['title']; 

into
PHP Code:

$threadinfo['title'] = ($threadinfo['threadprefix']) . $threadinfo['title']; 

or
PHP Code:

$threadinfo['title'] = '(' $threadinfo['threadprefix'] . ')' $threadinfo['title']; 

but both ways didn't work :disappointed: Do you know a (other) way?

2nd) On the forumindex (home) the latest post is shown as an URL with the Prefix in it:
Like: Prefix - This Is The Latest Post
I would like to show there the Prefix with the link next to it:
Like: (Prefix) This Is The Latest Post

Hopefully you can give two nice answers ;)


XXX
PnP

marc_t 01-09-2006 01:48 PM

As far as I know you can change this at the admin cp. You've got a field where you can define how this looks like. I think <strong>{1}</strong> was standard. The {1} is for the prefix itself and the rest is changeable...

PIKenPIK 01-09-2006 02:12 PM

Quote:

Originally Posted by marc_t
As far as I know you can change this at the admin cp. You've got a field where you can define how this looks like. I think <strong>{1}</strong> was standard. The {1} is for the prefix itself and the rest is changeable...

Thanks I know :)

The title in the threadview can then me made as:
(Prefix) - NameOfTheTitle
But still with the '-' in it. More worse: The Prefix will be shown the same way in the colomn of forumview.
So that's not he answer!

marc_t 01-09-2006 02:36 PM

Ah ok.. got you wrong then... sorry ;)

YLP1 01-10-2006 01:19 AM

Being new to php, will this work for version 3.5.3?

SwissPegasus 01-10-2006 09:27 AM

I installed this Mod without any Problems...Thanks a lot

jj 01-10-2006 05:34 PM

Quote:

Originally Posted by YLP1
Being new to php, will this work for version 3.5.3?

running it with 3.5.3 (after update)

IrPr 01-11-2006 12:01 AM

installed on 3.5.3 and workin

how to set prefixes in vBAdvanced Recent Threads?


All times are GMT. The time now is 05:18 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.01370 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
  • (3)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
  • (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