![]() |
Mystics, can Admins force users to choose a prefix? So they don't leave it blank?
|
yes this is a option you can set, and different for each forum if you wish
look at the image in post one :) |
I really, REALLY need the EDIT to work on prefixes. Any ETA on that?
|
I face a problem
I cann't change the prefix of any thread, when a user posts a thread I can never change the prefix, all of my attemts had failed. Any help? Thanks in advance. |
I have the same problem, if i try to edit a thread to a different prefix, it wont change if you try via full edit
but it will change if you do thread tools > edit thread id really prefer it if you can do it via full edit, as posters can get confused... |
Just saw the update. Is this version bug-free as far as we know then?
|
Just look at the version history ;)
|
Great. Thanks mystics. Could you help me with my other problem? I'd like to click on the prefix name and have it show only those prefixes.
|
@Mystics yer brilliant dude.
all working now :) many thanks. |
Quote:
Code:
$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1] Code:
<a href="$sorturl&threadprefix=$thread[threadprefix]">$prefixmarkup[0]$thread[threadprefix]$prefixmarkup[1]</a> |
Couple questions..
Will this work on vb 3.5.3 ? Can you choose to only display thread prefix option in certain forums only? |
danke f?rs update ;)
(thanks for update) |
Quote:
|
|
I'm not able to reproduce this....are you sure you have made all modifications?
|
I have the event-forum hack and I'm trying to get the prefix to show up when someone adds an event. Could someone please help with this?
Thanks. |
Quote:
|
I finally got some time to install 3.6 and this hack was the first I installed. Awesome hack!!! I love it!!! But I'm still having the same problem when I had this hack installed on 3.5.4 (https://vborg.vbsupport.ru/showthrea...=99925&page=23)
http://img165.imageshack.us/img165/6...titled3kl1.png Is there a way to center "Testing" Prefix? There is another prefix that is longer than Testing, that's why there is space. thanks in advance! |
i hope you can tell me what i missed so i dont have to do this all over again but......
once i do the "new thread" template edit my title box goes away on all new posts, you cant insert a title at all, not to mentionthere is no prefix box either. i can revert the template and get the title box back whats going on? |
Quote:
|
Mystics,
This seems like a great hack but one question. To make it easier on everyone and since you already modified the code, would it not be easier to include the line numbers of the code that need to be replaced. showthread.php has 1924 lines of code and it can be a little taxing to say the least when looking for a single line of code, coupled with the fact that it would insure that the right code was modified which in turn would cut down on the amount of replies like,:smoke: "it does not work" or :smoke: "i can't find it" etc. etc. Keep up the excellent hacks. jackd showthread.php - line 1810 clientscript/vbulletin_textedit.js - lines 1730,1731,1732 includes/class_dm_threadpost.php - line 398 includes/functions_databuild.php - line 146 includes/functions_online.php - line 1624 |
A liitle help lease before I screw something up.
In the editpost template step 3 it states find this code- <td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td> and add above, this code - <if condition="$show['threadprefix']"> <td>$threadprefixes </td> </if> Exactly where above does this code get added. The first thing above is the <tr> tag so I do not see it going there. Above that is another similar section of code... Is that to be replaced. tr> <if condition="$show['threadprefix']"> <td class="smallfont">$vbphrase[threadprefix]:</td> </if> <td class="smallfont" colspan="<if condition="$show['threadprefix']">2<else />3</if>">$vbphrase[title]:</td> </tr> <tr> <td><input type="text" class="bginput" name="title" value="$title" size="50" maxlength="85" tabindex="1" title="$vbphrase[optional]" /></td> I hope this makes sense but exactly where would this new line of code be added. Any help would be appreciated. jackd |
Quote:
|
Quote:
Quote:
Quote:
|
Quote:
<tr> and <td> tag... this is the reason for my question.... |
Quote:
Code:
<if condition="$show['threadprefix']"> So in the end it's just: Code:
<tr> |
I have a question about the "Show Prefix in 'Last Post' column" feature.
In order to see prefixes tagged to topic titles in index.php you need the above option on but with this option on it passes the prefix over to the next newly created thread title. (As described in the option field) So if userA makes a thread with a [Information] prefix and then userB comes along and makes a new thread without a prefix the [Information] prefix gets tagged to this new thread even though the new thread may not be information. I suppose this could be bypassed by forcing members to use prefixes but that is not suitable for my forum. Is there anyway to have the prefix shown in the last post column on index.php but not get tagged to the next new thread created if it as no prefix? P.S Good work, Easy to install and works great. |
Quote:
|
Excellent addition, just what I was looking for. I hope this is carried on to future versions of vB.
|
Quote:
The Goodbye thread was created without the [Information] prefix, But because the last prefix used in the forum was [Information] its being attached to it. If you read the desciption of the "show prefix in last post column" option in the admincp it says: Quote:
The mods installed fine, Im 100% positive. EDIT: Just so you know, I can not replicate the problem on demand, Its appears to just start happening after a certain period of time. Turning the option on and off seems to fix it for a short while then it starts happening again. |
Hi
Great hack! Installed and works great Its just one thing, it seems to temper with my stickys Anyway of fixing that ? Cheers |
I've released an Add-On for this modification:
Thread Prefixes Quick Filter :) |
Quote:
|
Quote:
ihave the same problem with stickys showing up in the prefix box. i am using the seperatre sticky hack, would this have something to do with the conflict. i did check my template mods twice and they are exactly as specified. jackd |
I got a question/request
Can you make some prefixes staff only applied. As I want to make a prefix that only a staff member can apply once they have looked at the thread, so they will edit the thread and apply the staff only prefix. Is this currently possible, if not could I request this? Thanks. |
Quote:
Having the ability for only the mods and admins to be able to apply these would be supurb. And is almost a necesity for my forums. This is a great mod... but would be a supurb one if it had an admin/mod only prefix setting. |
Feature Request:
I have a Forum where we post Daily News with only 2 Prefixes (Politics and Theologics). After a few Days we move them to their Standardcategorys where are other Prefixes more detailed are used. Is it possible to add a Prefixselection in the "Move Thread" Dialog in future Versions of this Hack ? Thx .... |
/includes/class_dm_threadpost.php (Prefix within emails to moderators)
that file edit some how disabled my editor buttons |
This Is However A Very Nyce Hack
|
Anyone tried this mod with 3.6.1 yet? The search by prefix doesn't work after upgrading to 3.6.1. To test I replaced search.php with the 3.6.0 version and it worked again.
|
All times are GMT. The time now is 10:22 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:
|