vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 4.x Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=245)
-   -   Forum Display Enhancements - Make Prefixes Clickable to Filter Forumdisplay (https://vborg.vbsupport.ru/showthread.php?t=230906)

Kerdh 04-13-2012 06:14 PM

Great job, thanks! :)

WheelList 04-15-2012 12:24 AM

Installed on 4.1.11 and working great.

GameOverViper 04-15-2012 01:23 AM

Never seen this until now. Just installed. Will help us out a LOT with application forums and other stuff.

Skierpetros 06-13-2012 08:01 PM

Installed! Works on 4.2.0 Patch level 1

ywwz 07-19-2012 08:39 PM

works on 4.2.0

nesttle 07-20-2012 01:52 PM

Awesome script, this must be for default on vB!

I was looking to do the same with thread icons, but not working, maybe someone knows one plugin for make thread icons sortable?

Thanks and good job!

imported_dfmafia 07-21-2012 08:20 PM

works great on vB 4.2.0 PL 2
one of my favs!!!

SpawnedX 07-22-2012 12:12 AM

Quick question, how can I change the help text when you highlight the prefix?

Lynne 07-22-2012 01:45 AM

It's just a phrase, so do a Search in Phrases for it and then change it.

sub_ubi 08-02-2012 01:58 AM

Bug in vbulletin4.2:

Using mobile style, users are unable to click to read threads with a prefix. Clicking the title of a thread only filters for the prefix.

Is there a way to disable this on mobile?

Lynne 08-02-2012 02:08 PM

Quote:

Originally Posted by sub_ubi (Post 2353536)
Bug in vbulletin4.2:

Using mobile style, users are unable to click to read threads with a prefix. Clicking the title of a thread only filters for the prefix.

Is there a way to disable this on mobile?

Try wrapping the plugin code with a condition (or just add it to the existing condition in the plugin):
PHP Code:

if (!VB_API) { 
code here



zascok 08-04-2012 02:47 PM

Lynne, you are the best of the bests https://vborg.vbsupport.ru/external/2012/08/28.gif

nyenius 08-13-2012 04:50 AM

great mods, thanks! :D

RedFoxy 08-13-2012 10:33 PM

After the upgrade to lastes vbulletin, the prefix in search result and forum index are not clickable anymore... any suggest?

Zarhym 08-14-2012 03:24 AM

Great mod, thanks!

Lynne 08-14-2012 03:53 PM

Quote:

Originally Posted by RedFoxy (Post 2356739)
After the upgrade to lastes vbulletin, the prefix in search result and forum index are not clickable anymore... any suggest?

They have always only been clickable on the forumdisplay page.

sticky 08-14-2012 09:55 PM

How do you change the color of prefixes?

Lynne 08-15-2012 01:23 AM

Quote:

Originally Posted by sticky (Post 2356998)
How do you change the color of prefixes?

That is done when you create/edit the prefix - it isn't something this mod does.

RedFoxy 08-15-2012 09:47 AM

Quote:

Originally Posted by sticky (Post 2356998)
How do you change the color of prefixes?

edit prefix and add html code in the prefix :P

RedFoxy 08-15-2012 09:48 AM

Quote:

Originally Posted by Lynne (Post 2356916)
They have always only been clickable on the forumdisplay page.

I can't, asu you can test here: http://www.softairmania.it/forum.php

Lynne 08-15-2012 04:06 PM

Quote:

Originally Posted by RedFoxy (Post 2357096)
I can't, asu you can test here: http://www.softairmania.it/forum.php

That is a forum.php page. As I said, it only works on the forumdisplay.php pages.

RedFoxy 08-18-2012 11:16 PM

Quote:

Originally Posted by Lynne (Post 2357166)
That is a forum.php page. As I said, it only works on the forumdisplay.php pages.

whops :3

There is a way to have it on search result?

Lynne 08-18-2012 11:43 PM

Quote:

Originally Posted by RedFoxy (Post 2358027)
whops :3

There is a way to have it on search result?

You would probably need to create a new plugin to do that using one of the search_* hook locations.

zascok 09-07-2012 08:08 AM

Hi Lynne, sorry to bother you. But the idea comes from a usage of you plugin.

Any chance, that you will be interested to create a plugin that removes any prefix from closed threads if any?

Lynne 09-07-2012 03:25 PM

Quote:

Originally Posted by zascok (Post 2363297)
Hi Lynne, sorry to bother you. But the idea comes from a usage of you plugin.

Any chance, that you will be interested to create a plugin that removes any prefix from closed threads if any?

I am not modifying this plugin, but someone else is welcome to modify and release it.

goldoff 09-16-2012 08:51 PM

Installed and working fine, thanks.
I also translated it into Spanish. If someone is interested in it just let me know.

SpikedRocker 11-13-2012 05:31 PM

I was wondering if it was possible to have a way to say have a drop down or legend on the forum section page that would do this, incase a prefix that i wanted to sort by was not on the first page?

It would be pretty handy to check things that we may have forgotten to look at.

Lynne 11-13-2012 09:41 PM

Quote:

Originally Posted by SpikedRocker (Post 2380847)
I was wondering if it was possible to have a way to say have a drop down or legend on the forum section page that would do this, incase a prefix that i wanted to sort by was not on the first page?

It would be pretty handy to check things that we may have forgotten to look at.

Of course there is a way to do that, but it isn't part of this modification. You would need to coe something like that or try a search and see if someone else has coded it.

Skyrider 12-17-2012 01:29 PM

Temp disabled. There's a bug with this plugin on the default vB4 mobile theme, when clicking on threads it selects the pre-fix instead of which shows the entire prefix thread list rather than going to the thread that you selected. I've tested it and doesn't matter where I click, it shows the prefix list.

Lynne 12-17-2012 04:29 PM

You could just disable it in the mobile style by adding another condition to the condition in the plugin:

PHP Code:

 AND $vbulletin->options['styleid'] != 


Skyrider 12-18-2012 07:44 AM

Quote:

Originally Posted by Lynne (Post 2391309)
You could just disable it in the mobile style by adding another condition to the condition in the plugin:

PHP Code:

 AND $vbulletin->options['styleid'] != 


Thanks, though I can't get it to work with the code. For some odd reason it keeps working on both styles. Perhaps you can add something within the plugin as well to fix this issue? After all, more people are installing this of which will break the mobile style seeing no one can click on threads with prefixes on them.

Lynne 12-18-2012 04:50 PM

Sorry, use $vbulletin->userinfo['styleid'] and then change 2 to your mobile styleid.

ClanScene 01-12-2013 09:31 AM

Hi, am a bit confused is this mod in any way like the one of NeoSeeker: http://www.neoseeker.com/forums/57902

MrD 01-12-2013 11:26 AM

Hi,
Yes it is :)
If you click on an Prefix, the Forum will sort all Threads with your selected Prefix

ClanScene 01-12-2013 12:22 PM

Super thanks!

ps Works on 4.2.0 I hope :)

MattGarner 01-15-2013 12:23 PM

Quote:

Originally Posted by Lynne (Post 2391518)
Sorry, use $vbulletin->userinfo['styleid'] and then change 2 to your mobile styleid.

Can you tell me where this is suppose to be entered? Bit lost on how to do it.

Lynne 01-15-2013 07:06 PM

Quote:

Originally Posted by MattGarner (Post 2397027)
Can you tell me where this is suppose to be entered? Bit lost on how to do it.

You need to modify the condition in the plugin. There is only one plugin in this modification (called Make Prefix Clickable).

yjeanrenaud 03-04-2013 08:07 PM

1 Attachment(s)
here you got it in German. it's a great mod. simple, easy to use. perfect. I'd love to select which usergroups to use it, but for now it's great.

Lynne 03-04-2013 08:35 PM

Quote:

Originally Posted by yjeanrenaud (Post 2407919)
here you got it in German. it's a great mod. simple, easy to use. perfect. I'd love to select which usergroups to use it, but for now it's great.

Thank you. I've added the translation to the first post so it is easier for users to find it. :)

eTiKeT? 03-05-2013 08:14 PM

1 Attachment(s)
Thank you very much needed ;)

- İNSTALLED -

Turkish version of the XML :)


All times are GMT. The time now is 04:51 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.01551 seconds
  • Memory Usage 1,801KB
  • 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
  • (14)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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