Go Back   vb.org Archive > vBulletin 3 Discussion > vB3 General Discussions
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 01-03-2008, 11:33 AM
silence25 silence25 is offline
 
Join Date: Oct 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Moderator / Admin only BB code box

Hey guys -
Was wondering if it was possible to make a moderator/admin only bb-code box. I noticed someone had made such a modification to their site using phpBB3, and they posted how the did it, and what needed to be modified.

It didn't seem overly difficult, and i'm assuming the same can be done for vBulletin. Was wondering if anyone would be able to take a quick look and post back if they could do it or not.

here is what was posted on this site:
http://www.phpbb-stylers.com/forums/...&sd=a&start=10

---

Open posting.php
Find:

Code:
    $post_data['enable_sig']      = (!$config['allow_sig']) ? false : ((isset($_POST['attach_sig']) && $user->data['is_registered']) ? true : false);

After add:

Code:
    // Admin/Moderators BBcode only
        $mod_bbcode_auth = ( $auth->acl_get('a_') || $auth->acl_get('m_', $forum_id) ) ? TRUE : FALSE;
        if ( !$mod_bbcode_auth )
        {
           $message_parser->message = preg_replace("/\[mod=(.*?)\](.*?)\[\/mod\]/s", "", $message_parser->message);
        }
NOTE: only for styles based on prosilver.

Open common.css

Find:

Code:
.clear {
       display: block;
       clear: both;
       font-size: 1px;
       line-height: 1px;
       background: transparent;
    }
After add:


Code:
    .mod_edit {
       width: 230px;
       background: no-repeat 0 0 #FFFFFF url("{T_THEME_PATH}/images/bg_mod_edit.gif");
       padding: 10px;
       border: 1px solid #ccc;
       font-size: .9em;
    }

    .mod_edit span {
       display: block;
       text-align: right;
       font-style: italic;
    }

Now go to your administration control panel, click on the tab "posting", then on bbcodes. Now create a new bbcode and fill in the following text:

Textbox 1:
Code:
    [mod={TEXT2}]{TEXT}[/mod]


Textbox 2:
Code:
    <div class="mod_edit">{TEXT}<span>{TEXT2}</span></div>


You can use it as a mod or admin in any post

Code:
    [mod=Robin Huurman]testing modcode[/mod]
The end result can be found on the linked page above. While i know its for phpbb3, i figure anyone who codes or knows how to make BB codes ( i personally do not) could easily make this. let me know.. looking forward to seeing if anyone knows.

thanks.
Reply With Quote
  #2  
Old 01-03-2008, 12:14 PM
Opserty Opserty is offline
 
Join Date: Apr 2007
Posts: 4,103
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Don't understand why you posted phpBB Code...but anyway, you may find this helps you out. Advanced BBCode Permissions
Reply With Quote
  #3  
Old 01-03-2008, 08:51 PM
silence25 silence25 is offline
 
Join Date: Oct 2006
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I just figured i'd post what was posted on that other site, allowing anyone who knew how to go about this an idea of what was done there. anyway, thanks for posting the link!
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 08:34 PM.


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.03895 seconds
  • Memory Usage 2,179KB
  • Queries Executed 11 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (7)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (3)post_thanks_box
  • (3)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (3)post_thanks_postbit_info
  • (3)postbit
  • (3)postbit_onlinestatus
  • (3)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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete