![]() |
Quote:
|
In the same template, find:
$post[reputationdisplay]</if> This entry is not present in my postbit or postbit_legacy template... Any ideas...I am using the Grassy Knoll template |
Quote:
2. check 3. well...i don't have that. so what i did was reverted my memberinfo template and coded the way it wanted me to do it in the WarningSystemInstallationInstructions.txt directions from 2.3.5 not the updatetothelatestversion.txt maybe i'm lost but the code that you told me to find in memberinfo in the past threads: Code:
<!-- checks for warning system --> Code:
<!-- main info - avatar, profilepic etc. --> mind you i reverted my memberinfo template and did exactly what was said to do in the latest 2.3.5 i went into my test users public profile and i still don't see the options to warn them. https://vborg.vbsupport.ru/ i'm completely lost. |
Quote:
Code:
$post[reputationdisplay] |
Quote:
|
Ok, I found the difference. Make sure in your memberinfo template, there is $warn_options instead of $warn_opts. Apparently that's what was wrong in my case and could be in your case as well.
|
Quote:
|
Quote:
if it were the stock temlate you should be able to find it....at least on vb 3.0.3 |
Quote:
|
Quote:
|
Nubian and Samir,
If you have some where warn_options, instead of warn_opts, that means that somewhere along your upgrades you haven't followed the instructions properly. The change to warn_opts was done back in version 2.2, when I moved the query for the options in the global.php file. It now resides in functions_warning.php, but the warn_opts parameter has not been changed, since then. If you check the upgrade instructions there, you will see that it says to replace all warn_options with warn_opts. Check your member.php file There should be the following line somewhere: require_once('./includes/functions_warning.php'); From there on, make sure that warn_options is replaced in the file, with warn_opts. That's the proper parameter and that is what should be checked wherever it is checked. |
Quote:
Rgds |
One more thing, gentlemen, for some reasons I am not receiving e-mail notifications from this forums, whenever you post something. This is the reason I am late at responding some times. The funny thing is that I do receive notes about hacks I've participated in their threads months ago, but not from this one, at least not regularly.
Apologies, and I would appreciate if an admin can look at this problem, I am reporting this post right now, to see what can be done. |
Quote:
PHP Code:
|
I originally started with 2.3.1. The only changes I've made since then is the member template cut and paste. For the live board, I'll be starting fresh with the latest version.
The piece of code is there. I'm thinking that during a db query something isn't returning right. I've seen this happen with other hacks as well installed on the test server. I just wanted to make sure that was the case, but it doesn't seem like I'll be able to pinpoint it. I'll be installing the warning system on the live board next week. |
Quote:
Just download the latest zip, the day you start the installation, and work with it. Don't cut any corners, do everything as it is in the instructions. To the best of my knowledge, they are correct 100%. Rds |
1 word........... fantastic!!
closed the forum... applied the installation step by step, took a while - double checked EVERYTHING - opened forum...... and booya! works a treat! fantastic stuff... Thanks :D ! |
Quote:
|
Quote:
Quote:
|
Quote:
there is nothing stating that i had to change all of my warn_options to warn_opts. now the thing is that i initially started with 2.3.2 and upgraded to the latest insequential order 3.2 to 3.3 to 3.4 to 3.5 the only place from the 2.3.5 "UpgradeToLatestVersion.txt"t is where it starts from versions 2.1 to 2.2 but more enough...it's working now. thank you for the great support |
When I run this i get a error..
how would i get this to work right? PHP Code:
|
Quote:
Rgds |
just try this ALTER TABLE `warning_options` ADD COLUMN `version` char(10) AFTER oid
|
hi,
open up config.php and look for PHP Code:
note DO NOT EDIT THIS SETTING unless vbulletin tells you todo it your vbulletin installing will stop to work ! |
THanks but i have another problem here....
this what i get when i click on View Warned Users in the admin Panel. PHP Code:
|
Is it possible to remove the logging of bans after say 6 months? I'm just thinking if a member gets banned and the first ban is 7 day the 2nd ban is permanent. Say he got a ban within 1 months of joining, then he becomes a quality member and 2 years later gets banned again (due to multiple warnings) he'll be banned permanently and i think theis might be a little harsh. Could you add an option like:
Delete ban history if older than 6 months? YES / NO Tell me what you think? |
ThAnXxXxX
|
Quote:
|
Gentlemen,
please forgive my absence, but yesterday, rain got through an open window, into my PC's monitor. At this time, my Internet access is done through an old Sun server, with a very old version of Netscape browser. Unfortunatelly, this version crashes, every time I go into a message composition screen. I just downloaded and installed a beta version of Mozilla, hoping,that I'll be able to send this message to you. As you understand, I am unable to provide support, until my normal access is restored hopefully tomorrow. Until then: 1. DR MrSinister's problem originates from the fact that he has not added the three new columns, in his user table, during one of the upgrades (I do not have access to the Versions file, so I do not remember in which version they were added). Check the UpgradeToLatestVersion.txt file and fine the query that adds these in the table. 2. Deleting the bans is more troublesome that it initially appears, because I do not store the ban date anywhere, at this time. If this feature is to be included, I'll have to have at least the date of the last ban, stored in the user table, so that a cron job can then remove it. Also, a parameter has to be added in the warning_options table, to specify after how many days the bans will be erased. I assume you will have to wait for after the Holidays for this. Sorry for not being here yesterday or today, but I was trying to have my monitor fixed. I didn't, so I have to get a new one, and this is not the best of times for such expenditure. Rgds just to see if that would allow me to |
I don't know what version I have lol you are creating them so fast..
Anyway I got a suggestion, when I warned someone and then disactived it (removed) just removed not completely, how can I re-active it... without having to send out a nother warning to the user... I think that would be a good add-on :) |
Quote:
Anyway, I am back on-line (and 325 Euros poorer), so I have to catch up with all the things that got left behind these two days. Rgds |
This is a wonderfull hack! Took me some time to install from scratch (mostly because of the different styles that I've done manually, but it works nice).
This really helps out my moderators on my board!!!! VERY VERY nice work. Keep it up! |
Quote:
sorry to hear about U stuff there.. That sucks.. Thanks for the help... Got it working now.. :) |
For some reason it is like I can see the warning points in the postbit for a minute or so then it DISAPEARS..does ANYONE have any idea about this??
|
Also, I have a person helping me install this and he cannot see The "View [USER] Warnings" but I can? What is this..It is going crazy lol. I think it has a mind of its own.
Would apreciate ANY help. Thanks Big Curt |
did you enabled the cron job ? if so admincp =>scheduled tasks => cron log and see what's in there
also only users who have rights to warn others can do that (administrator super moderator) if you view your memberlist click the username (other then yours cause an admin can't be warned) then you should see a link called "warnings" in the uper right corner also if that person who is helping you to install AWS is using a different style then yours it is pretty normal he won't see it cause those templates aren't edited for it |
Quote:
For example, a moderator can see that link in all forums, but he can see the "Warn USERXYZ" link only in the forums he moderates. And a Supermoderator can see the corresponding links for the users AND the moderators. What is the usergroup you are in, and what the one of the person who is helping you? Rgds |
Hey sv1cec ... I have a request/suggestions for future version.
I would be very nice if we could get some warning stats out of your system. This doens't have to be very extensive, just basic: how many warnings are written out by a mod(s), how many warnings were issued of a certain warning type, what are the top warned users (in addition to the warned user section that is), etc... I don't know how hard this is to include, but would really appreciate it if you would consider it! Keep up the good work!!!! |
Quote:
Rgds and Merry Christmas to all those who celebrate Christmas. |
Quote:
Merry Christmas to you too my brother. :) |
All times are GMT. The time now is 07:15 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|