vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Warning System, Automatic Ban, Make Posts Invisible, Edit Signature/ Avatar/ Picture (https://vborg.vbsupport.ru/showthread.php?t=59718)

Erwin 08-22-2004 12:15 AM

Quote:

Originally Posted by SnowBot
I know you can not release the whole hack as like you said you used some code from it, but anychance you may release add-ons for it :) So we have the best of both? I love this hack but i was hanging around for the updates.

I would love to release the integrated hack - the ultimate vB moderating system hack. :) Everything is automated - from one-click thread moves to a trash bin forum, to one-click post split and moves, with automatic PMs/ emails to the member on all moderator actions, automatic thread creations of moderator actions in separate staff forums etc. Like I said, this hack has been quite redundant. The only problem in releasing it is that it's quite complex, and builds on this original hack and the other warning hack quite extensively - writing the instructions would be a nightmare. :) Not to mention the template mods involved in postbit and showthread, and the moderator php files!

pcalloway 08-25-2004 12:59 AM

Am in the midst of applying this hack and on the step where I'm to edit the "postbit" template and replace this code:

Code:

<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
Problem is, I cant find anything like that. The postbit does appear to have been edited by a prior hack. Anywhere else I can put the code?

pcalloway 08-25-2004 02:22 AM

Quote:

Originally Posted by pcalloway
Am in the midst of applying this hack and on the step where I'm to edit the "postbit" template and replace this code:

Code:

<tr><td class="vbmenu_option"><a href="profile.php?$session[sessionurl]do=addlist&amp;userlist=buddy&amp;u=$post[userid]"><phrase 1="$post[username]">$vbphrase[add_x_to_buddy_list]</phrase></a></td></tr>
Problem is, I cant find anything like that. The postbit does appear to have been edited by a prior hack. Anywhere else I can put the code?


Got that plugged in somewhere and it seems to be working with the notable exception that when I pull up the drop-menu, no 'Warning Score' is showing up between the parantheses. I presume whatever score they've accumulated (1-7) should show up there. I can go into the User Profile in the admincp and see it there... how do i get it reflecting in the vbmenu in the postbit?

68 Z-28 08-31-2004 05:17 AM

Just installed the hack and so far so good.

Only thing I ask is: Do the moderators have the ability to subtract points or are the admins the only ones allowed to do so. Also, is there any way that we can see who warned the user?

the wiz 09-03-2004 07:37 PM

I don't have time to look through 17 pages, so I don't know if this has already been discussed.

My vBulletin tables start with vb_ and when I go to the warning points thing, it is looking for vb.

How can I change this?

the wiz 09-03-2004 11:17 PM

Also, when I edit the forumdisplay.php file, the following lines:

Quote:

SELECT " . iif($sortfield == 'voteavg', $votequery) . " threadid, user.usergroupid AS usergroupid

$deljoin LEFT JOIN " . TABLE_PREFIX . "user ON user.userid = postuserid

AND usergroupid<>17
give me the following SQL Error when someone tries to view one of the forums:

Quote:

Database error in vBulletin 3.0.3:

Invalid SQL:
SELECT threadid, user.usergroupid AS usergroupid
FROM vb_thread AS thread
LEFT JOIN vb_deletionlog AS deletionlog ON(thread.threadid = deletionlog.primaryid AND type = 'thread') LEFT JOIN vb_user ON user.userid = postuserid
WHERE forumid = 16
AND sticky = 0
AND visible = 1
AND usergroupid<>8



AND deletionlog.primaryid IS NULL
ORDER BY sticky DESC, thread.lastpost DESC
LIMIT 0, 20

mysql error: Unknown table 'user' in field list

mysql error number: 1109

Date: Friday 03rd of September 2004 05:50:45 PM

AnhTuanCool 09-07-2004 12:17 AM

Works perfectly :D

One more thing I want to make sure, if I edit my member in that pop-up to modcp/user.php, would I be logged in Moderator Logs or in any logs? ;)

Erwin 09-07-2004 02:08 AM

Quote:

Originally Posted by AnhTuanCOol
Works perfectly :D

One more thing I want to make sure, if I edit my member in that pop-up to modcp/user.php, would I be logged in Moderator Logs or in any logs? ;)

Yes. :)

Glad to hear it still works.

AnhTuanCool 09-07-2004 03:42 AM

Oh thanks, Erwin, that's great ;) Keep up with great work

68 Z-28 09-13-2004 05:57 AM

What would it take to add a log file of who warned who? Perhaps something in the admin CP that's listed, much like the banned users. What would be included for each entry? User warned, Moderator, link to post, amount of warning points issued, ammount of warning points total for the warned user. Would that be very hard to do?

Also, is there a way to limit the removal of points to solely the admins?

Thanks for the wonderful hack Erwin, works great so far.

mholtum 09-13-2004 06:37 AM

Be gental I am somewhat of a n00b. Attatched is a screenie of the ban I am using.. I am assuming it is similar to yours... Actually I know it will.. Should I restore my postbit before adding your mod?

pcalloway 09-21-2004 04:44 PM

Apparently yet another unsupported hack.

Erwin 09-21-2004 10:39 PM

Quote:

Originally Posted by SnowBot
I know you can not release the whole hack as like you said you used some code from it, but anychance you may release add-ons for it :) So we have the best of both? I love this hack but i was hanging around for the updates.

Like I said, I integrated the other warning system with this one, and added a whole lot of other stuff. It's too customised to be released - it would take me days to find all the code changes. :)

ImportPassion 09-23-2004 12:57 AM

u better get started then ;)

anyway, i get a 500 error when trying to warn. any clue? cause I don't.

wi11ie1950 10-13-2004 11:18 AM

Hi Erwin :) The hack works fine except for when i click on ban the box pops up but i dont have the banned usergroups listed,just an empty dropdown. I have gone over the install a couple of times but cant find out where it is wrong. Could you enlighten me on this please :)

wi11ie (another Aussie)

Erwin 10-13-2004 10:53 PM

Quote:

Originally Posted by wi11ie1950
Hi Erwin :) The hack works fine except for when i click on ban the box pops up but i dont have the banned usergroups listed,just an empty dropdown. I have gone over the install a couple of times but cant find out where it is wrong. Could you enlighten me on this please :)

wi11ie (another Aussie)

You need to manually create them.

wi11ie1950 10-14-2004 12:28 AM

I have created both the banned and troll banned groups numbered 21 and 15
I will go over the install again and have another look :):)

hello 11-08-2004 05:43 PM

when i try to warn a member i get a blank page please can someone help me :(

ChrisSy 11-22-2004 02:38 PM

Quote:

Originally Posted by wi11ie1950
Hi Erwin :) The hack works fine except for when i click on ban the box pops up but i dont have the banned usergroups listed,just an empty dropdown. I have gone over the install a couple of times but cant find out where it is wrong. Could you enlighten me on this please :)

wi11ie (another Aussie)

same problem here :(

checked the install instructions 4 times

hello 11-22-2004 03:26 PM

does anyone know how to fix this :(

The Markus 11-28-2004 06:18 PM

Quote:

Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting ']' in /home/covenan/public_html/forums/includes/adminfunctions_template.php(3055) : eval()'d code on line 213
I am currently Installing this hack and I am up to step 6.

When I tried to save the template I got that error message, what does it mean, and how do I fix it?

wi11ie1950 12-03-2004 10:39 AM

Dont hold your breaths waiting for help on this one :(:(:( When i work it out or find out i will post the result here :)

The Markus 12-03-2004 06:04 PM

Quote:

Originally Posted by PET
I have 2 problems :

When i click WARN [username] ... the browser opens a new page (warn.php......) but i get a white page. And i have uploaded warn.php in my forum root.

I am having the same problem. I have been trying to figure this out for the last 2 days, can someone please help me with it? That would be much appreciated..

Mark

cinq 12-26-2004 02:42 AM

Is this alright in 3.0.3 ?
Also, anyone happened to install this hack along with Logician's hack here ? Play nice together ?

thanks :)

GlitterKill 02-15-2005 08:20 PM

Does this work in VB 3.0.6?

Erwin 02-15-2005 08:57 PM

This hack is working on my forums which runs 3.0.6 - but I've modified it extensively since I released this.

GlitterKill 02-15-2005 09:09 PM

Any chance on an update? :)

BamaStangGuy 02-16-2005 01:56 AM

Quote:

Originally Posted by GlitterKill
Any chance on an update? :)

Quote:

Originally Posted by Erwin
Please be aware that this hack is designed for my private forums. If you want additional features, or customization, you have permission to do this yourself. Please do not expect me to customize this hack for your site.

:pirate:

epic1 02-17-2005 11:56 PM

Warn function isn't working for me, either. Simply pops open a blank box!

Holidazed 07-06-2005 04:42 PM

Is this mod going to be re-written for vBB v3.5? I love this addition and would hate to lose it.

Holidazed 10-05-2005 07:36 PM

Well, it has been a couple months. Are we going to get an answer to my question?

Stone Cold 3:16 10-30-2005 04:41 PM

Fake 404 error pages?

Whoa! :p

Thanx

Mindwarp 02-13-2006 12:40 PM

Quote:

Originally Posted by bitg
Is this mod going to be re-written for vBB v3.5? I love this addition and would hate to lose it.


ditto


All times are GMT. The time now is 12:51 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
  • Page Generation 0.01489 seconds
  • Memory Usage 1,809KB
  • 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
  • (2)bbcode_code_printable
  • (13)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (33)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