![]() |
Its really time that this hack becomes standard.
It should find its way to the next Jelsoft Release and become a default part of a vBulletin installation |
Without a doubt.
|
How to addapt the scroll to my style, is using vbulletin default style.
|
Hi guys,
I don't know what the hell I did... When I firstly installed, it was ok, I remember. Now, after more then 1 month, I don't know why, in my Forum Tools there is not the function t add prefixes. I would like to add prefixes to this area, but in the Tool there isn't. Can you help me? Thanks Steve |
Ciao Stefano
Sembra che nel template non ci sia la stringa per quel link. Ti riporto le modifiche del template da fare per aggiungere quel link tra gli admin tools. in FORUMDISPLAY trova: Code:
<if condition="$show['post_new_announcement']"> Code:
<if condition="$foruminfo['allowprefix']"> Code:
<if condition="$show['post_new_announcement']"> Code:
<if condition="$foruminfo['allowprefix']"> Bye bye |
It works!
Thank you very much pollon! Regards Steve |
In the display options drop down for prefixes, there is no option to display threads without a prefix. Having this option can be very handy for applying prefixes to forums. Can you please add this?
When searching the total forum for threads with a certain prefix, the search engines does not allow for a search on thread prefix only. When searching for a term + thread prefix, then the outcome is just for the term and includes threads with other or no thread prefixes. |
Will this every be fixed? I really really really need something just like this, but I already messed up my board a few times trying to install it and I despise doing file edits. Anybody?
|
Quote:
|
I want all priefuxes show on the "forumdisplay"
Could anybody tell me what shoud I do? |
It would be nice if this would be possible:
prefixes by usergrouppermissions like: usergroup admin get prefix admin no other groups see it then admin so i can make a thread, set the prefix admin and finish now all the groups, who have permissions to this prefix can see the thread |
I just wish this would work on 3.6.8 :(
|
Thread prefixes are working fine for me on 3.6.8
|
Did you have to modify anything? I followed the instructions sep by step and it would not work. :(
|
No...I just know of all the modifications on my site that has to be the most complex to install and can be easily messed up if something is done wrong.
|
I'm trying to install this plug-in and I believe I've made the correct edits (I've checked it twice). But it still doesn't work. There is no "Manage Thread Prefixes" when I click on "Forum Tools"; there is no option to choose a prefix when I try to create a new thread (although prefixes were defined in the admincp and prefixes are enabled for each forum). Any idea where to look for the error?
|
1. is it possible to specify for every prefix a color?
2. i'd like to put the "filter form" https://vborg.vbsupport.ru/attachmen...6&d=1154712437 under the navbar could somebody help pls? |
I solved it:
changed the templateedit to: Code:
<if condition="$show['threadprefix'] == 2"> |
Quote:
What template is it? what is the name? If it is a file edit, what is the name of the file? |
sorry for my english but i am spanish
i have a problem during installation. i complete step 3 where i edit the files: 1. Files that need to be edited: - /showthread.php (Display prefix in 'Similar Threads') - /clientscript/vbulletin_textedit.js (JavaScript error message if no prefix was selected) - /includes/class_dm_threadpost.php (Prefix within emails to moderators) - /includes/functions_databuild.php (Update prefix in column 'Last Post' for mod functions) - /includes/functions_online.php (Display prefix in 'Who's online') buy in step 4, where i edit the template files, the first 1. Edit the Template: editpost 1) Find this code: $vboptions[postminchars] but i dont found this line in my editpost. Y have a vbulletin 3.6.8 and the theme y default and y dont make other modificains in the vbulletin, this is first modification. Can you help me? Thanks!! |
Quote:
I found the template. The edit you mentioned does not work. |
I have been using this MOD for many versions now. The latest is 3.6.8 PL1
Unfortunately, it does not seem to work. There is no option to mange prefix's under the forum tools drop down and... no prefixes in the newthread function. ... update I found an area in SHOWTHREAD that is easy to miss with certain themes(styles) For anyone missing the "Manage Thread Prefixes" under the Forum Tools drop down menu, carefully look over the following template edit. In my own case, it was placed in the wrong location thus causing it to appear as not working. Code:
<if condition="$foruminfo['allowprefix']"> |
Hi,
thanks for this great add-on, it`s really useful. As the search-query performance on my board is decreasing, I`d like to switch to mysql fulltext search. Would this cause any trouble with the prefix-extension? Thank you - all the best, Sacha |
Quote:
I have the same problem, how can I solve it? thx ;) |
Hi,
Can someone please tell me if it's possible to have multiple thread prefixes? Additionally, would it be possible to give users a text area within which they can specify their own prefix as well as selecting one from a drop down menu? I want to give two drop down prefix options and 2 text area prefix options (actually one would be a 'suffix' option). Please see my post here: https://vborg.vbsupport.ru/showthread.php?p=1378901 |
does this work for version 3.6.8
I am trying to install in but cant find the code i am meant to replace. Can anybody help me here please. |
Works just fine in vB 3.6.8 Patch Level 2.
Thanks! |
I'm still trying to get the $thread[threadprefix] to show up in the body of 'notify' emails.
this is what I have in Phrase>Email Body Text>notify Code:
Dear $touser[username], I'm also having the same problem with the Phrase>Email Body Text>newthreadsub |
to all whom had the Sticky Threads problem i have the following fix
not the best but it works Edit Template: threadbit Search for <if condition="$thread['sticky'] == 1"> Replace with <if condition="$thread['sticky'] == 1 AND $show['threadprefix'] == 2"><td> </td> |
Really a very nice hack.
I have it running on 3.6.8 and it seems to be fine. But I have 1 question - How can I set VB to search for just the prefix. For example, if I had a car forum, I would want to setup prefixes for Ford, Chevy, and Dodge. How could I setup a search to be for all Dodge cars? Thank you to all, Great hack. |
Ok well I was looking at the search feature, and basically I think I can make it work, but I need to know how to include multiple forums.
mydomain.com/forum/forumdisplay.php?f=35&daysprune=-1&threadprefix=Astronomy/Long%20Exposure f=35 is the forum. How can I do something like - 35 and forum 20 ? Thanks!!! |
Is there a way to choose graphics rather than words? Like somethingawful.com??
|
thanks
|
Is there a way to designate pre-fixes that can be used by moderators and admins only?
Just curious. If anyone knows how to modify that please let me know. I really could use this. There are some pre-fixes I want any user to use. And then there are pre-fixes that I want only my admins and moderators to have access too. |
Does anyone know if this works with 3.6.8 (p2)? I'm getting an error that is telling me to:
"Please select an appropriate thread prefix from the drop down list beside the subject field." I don't have a subject field? We have a title field instead. Also when I try to run the install i'm unable too. All i see is a blank page. http://www.mymodeltalk.com/jobs/admi...fixinstall.php Please someone help me here. I really do need the use of those thread tags. |
Just wondering if anyone else is having this problem. With i try to run the preinstall.php file from the browser i cannot. i'm running it right. All files are uploaded. i'm just getting a blank page.
I'm prompted to login and I do. Then I get a blank page. All other *.php files seem to work fine. When i view the source of the "blank" page generated I see nothing there. However, if I view the file contents i can see the installation script is there. Can someone help me here? I have no idea what to do... |
Quote:
|
glad to see this feature as part of vb3.7
|
Hi,
transfer shouldn`t be too hard. I just checked the products code and only 6 fields are added to 3 different tables: Code:
$db->query_write("ALTER TABLE " . TABLE_PREFIX . "thread ADD threadprefix varchar(100)"); all the best, Sacha |
Hello, when i first installed, I didn't modify all the templates. Now I switch to an other template and find it very difficult to modify the new template to be compatible with "Thread Prefix".
Is there any stand-alone guide to modify the templates ? If I use the php install file there will be some mistaken as codes in this php file have some odd characters like "/" . Thanks anybody that help :) |
All times are GMT. The time now is 02:25 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|