Go Back   vb.org Archive > vBulletin Modifications > vBulletin 3.8 Modifications > vBulletin 3.8 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Comments Tags Details »»
Comments Tags
Version: 1.3.2, by mad@Max mad@Max is offline
Developer Last Online: Jun 2013 Show Printable Version Email this Page

Category: Add-On Releases - Version: 3.8.x Rating:
Released: 03-23-2009 Last Update: 04-12-2009 Installs: 29
Uses Plugins Auto-Templates
Code Changes Additional Files  
No support by the author.

The idea of hack belongs to Selrion.

This hack able to you add comment to users messages (like in IPB).

Features:
  • choosing groups to use admins tag and moders tag
  • prevent editing (edit button will be removed, if message contain a tag comment)
  • hierarchical protection (cut [mod] and [admin] for users, and [admin] for moderators)

Install:

Upload all files from folder "upload" in root directory of your forum.

Before installing the product, edit the following file:

Open file newreply.php, and search:

PHP Code:
if ($vbulletin->GPC['ajax'])
 {
  
// posting via ajax so we need to handle those  entries
  
$newpost['message'] = convert_urlencoded_unicode($newpost['message']);
 } 
Add bottom:

PHP Code:
    ($hook vBulletinHook::fetch_hook('commtag_illegaluse')) ? eval($hook) : false
Next import product.

To insert a comment button in the quick edit or quick post (if the button has not yet appeared there), insert the variable $ commbtn in the desired location on the bbcode panel.

Download Now

File Type: zip Comments Tags 1.3.2 Eng.zip (7.9 KB, 113 views)

Screenshots

File Type: jpg comm_set.jpg (106.2 KB, 0 views)
File Type: jpg comm_main.jpg (112.6 KB, 0 views)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #22  
Old 04-14-2009, 01:20 PM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What image are you talking about?
Reply With Quote
  #23  
Old 04-14-2009, 03:58 PM
Gersfan Gersfan is offline
 
Join Date: Dec 2007
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I'm talking about the Editor Image (comm.gif) - It appears if Admin but doesn't appear for Super Mod to press.

Also I' have a bug, When I click the editor image the bbcode is displayed [ADMIN]Blah[/ADMIN]
but when I post it turns into [ADMIN]Blah[/admin] and it doens't work, If I click edit and save it turns back into [ADMIN]Blah[/ADMIN] and works fine.
Reply With Quote
  #24  
Old 04-14-2009, 04:10 PM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Maybe you and supmod use different style.
I dont understand, what you mean under ''? Make a screenshot or something.
Reply With Quote
  #25  
Old 04-14-2009, 04:18 PM
Gersfan Gersfan is offline
 
Join Date: Dec 2007
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mad@Max View Post
Maybe you and supmod use different style.
I dont understand, what you mean under ''? Make a screenshot or something.
I only have one style and thats the orgainal vbulletin style.

Quote:
Originally Posted by Gersfan View Post
Also I' have a bug, When I click the editor image the bbcode is displayed [ADMIN]Blah[/ADMIN]
but when I post it turns into [ADMIN]Blah[/admin] and it doens't work, If I click edit and save it turns back into [ADMIN]Blah[/ADMIN] and works fine.
Post Edited!
Reply With Quote
  #26  
Old 04-16-2009, 06:30 PM
Gersfan Gersfan is offline
 
Join Date: Dec 2007
Posts: 150
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I've fixed my issues, Thanks.
Reply With Quote
  #27  
Old 04-25-2009, 11:48 PM
TAIFUN_T's Avatar
TAIFUN_T TAIFUN_T is offline
 
Join Date: Apr 2009
Location: Ukraine
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Лежит этот хак на саппорте.. в разделе Sellrion .. в гурушнике
Reply With Quote
  #28  
Old 05-17-2009, 08:39 PM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

A little Question before installing this. Normal users see or don't see the mod/admin comments?

If NO, this is exactly what i need - team comments what normal (not allowed) usergroups can't see.

If YES, can you tell me, how to modify this hack so only ADMINs (or allowed groups) can see ADMIN comments and only MODs (and admins too ofcourse) can see MOD comments?

Thanks for reply.
Reply With Quote
  #29  
Old 05-17-2009, 09:07 PM
Sofia Sofia is offline
 
Join Date: Oct 2006
Location: France
Posts: 725
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Good. Thank you for this hack.
Reply With Quote
  #30  
Old 05-18-2009, 12:09 AM
mad@Max's Avatar
mad@Max mad@Max is offline
 
Join Date: Jul 2007
Location: Russia
Posts: 536
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

HolyKiller, Yes, you need rewrite plugin Comments Tags: prevent edit.
Reply With Quote
  #31  
Old 05-18-2009, 11:34 AM
HolyKiller HolyKiller is offline
 
Join Date: Dec 2006
Posts: 172
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thanks ... but one more thing ...

I have problem with importing product XML file, because the file contains some non-standard chars.

I'm talking about this:

Code:
276 --- 		<phrasetype name="?Ń????ŰĹ" fieldname="global">
280 --- 		<phrasetype name="?ń????űĺ ?ŕńňđ??ęč" fieldname="vbsettings">
Maybe there is another rows with this. Anyway, can you tell with what words(strings) can i rewrite this?

Thanks for reply
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 01:30 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.05194 seconds
  • Memory Usage 2,340KB
  • Queries Executed 27 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (2)bbcode_php
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (3)postbit_attachment
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_attachment
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete