Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Full Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
[RELEASE] Apply to be Mod or Admin. VIA Email. Details »»
[RELEASE] Apply to be Mod or Admin. VIA Email.
Version: 1.00, by Logik Logik is offline
Developer Last Online: Sep 2010 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 01-31-2003 Last Update: Never Installs: 28
 
No support by the author.

[HIGH]Description:[/HIGH]
This hack will add an option to where your users can email the owner of the forums and ask to be moderator or administrator. This is useful for people who want their boards to get more popular. But give me feedback. Thanks

[HIGH]Screenshots:[/HIGH]
In following posts.

[HIGH]UPDATE!!!:[/HIGH]

I added the drop down option. If you want to redownload go a head.

Show Your Support

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

Comments
  #12  
Old 02-01-2003, 02:52 PM
Logik's Avatar
Logik Logik is offline
 
Join Date: Nov 2002
Location: Tx
Posts: 432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I do not mind. I was going to add that. But i forgot about it. I was working on another hack..
Reply With Quote
  #13  
Old 02-01-2003, 02:53 PM
Logik's Avatar
Logik Logik is offline
 
Join Date: Nov 2002
Location: Tx
Posts: 432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

If you use this. PLEASE click install.
Reply With Quote
  #14  
Old 02-01-2003, 03:01 PM
Dean C's Avatar
Dean C Dean C is offline
 
Join Date: Jan 2002
Location: England
Posts: 9,071
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hey just a tip use the [high] vb code instead of blue in your first post.

It means that text will be yellow on the dark blue style and red on the purple etc...

- miSt
Reply With Quote
  #15  
Old 02-01-2003, 03:18 PM
Logik's Avatar
Logik Logik is offline
 
Join Date: Nov 2002
Location: Tx
Posts: 432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok thanks..
Reply With Quote
  #16  
Old 02-01-2003, 03:20 PM
Logik's Avatar
Logik Logik is offline
 
Join Date: Nov 2002
Location: Tx
Posts: 432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I updated the zip. Redownload. all i did was add the dropdown box.
Reply With Quote
  #17  
Old 02-01-2003, 03:35 PM
Logik's Avatar
Logik Logik is offline
 
Join Date: Nov 2002
Location: Tx
Posts: 432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

@LOTR - Heres what you asked for.
[HIGH]ALL ADMINS GET THE APPLICATION[/HIGH]

In mod.php find:
PHP Code:
$email "$bbtitle Application\n\nSender Username:\t$name\nSender E- 

Mail:\t
$thereemail\nMessage:\t$message\nSender Site:\t$site\nPosition:\t$position\nIP:\t$REMOTE_ADDR\n\n"
Just under that add:
PHP Code:
$moderators=$DB_site->query("SELECT user.email FROM user,usergroup WHERE 

user.usergroupid=usergroup.usergroupid AND (usergroup.cancontrolpanel=1 OR usergroup.ismoderator=1)"
);
  }

  while (
$moderator=$DB_site->fetch_array($moderators)) { 
Next, find:
PHP Code:
$to="$webmasteremail"
And replace that with:
PHP Code:
$to "$moderator[email]"
Thats all. Now all your admins will get the mail.
Reply With Quote
  #18  
Old 02-01-2003, 07:00 PM
Logik's Avatar
Logik Logik is offline
 
Join Date: Nov 2002
Location: Tx
Posts: 432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What is it with my hacks. I make a decent hack. And no one uses it.. I feel ashamed
Reply With Quote
  #19  
Old 02-02-2003, 02:55 AM
Prankster Prankster is offline
 
Join Date: Sep 2002
Location: Berlin
Posts: 34
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

in my forum I had in the template "mod" following to add.
PHP Code:
<td width="108"><smallfont>Position:</smallfont></td>

i put this before  this:

<
td width="192">
          <
select name="position" id="position">
          <
option value="Moderator" selected>Moderator</option>
          <
option value="Administrator">Administrator</option>
        </
select>
        </
td
Reason:

all the same whether I used that drop down or the radio, it became always on the left side indicated. Now it is like that, as in your picture

------------------------------------------------------------

how become i the window, where one enters the message somewhat longer ?

greets
Prankster
Reply With Quote
  #20  
Old 02-02-2003, 05:26 PM
Logik's Avatar
Logik Logik is offline
 
Join Date: Nov 2002
Location: Tx
Posts: 432
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I dont quite get your message. Please restate it.
Reply With Quote
  #21  
Old 02-02-2003, 06:52 PM
wooolF[RM]'s Avatar
wooolF[RM] wooolF[RM] is offline
 
Join Date: Jan 2002
Posts: 524
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

installed, got 17 mails in 2 hours, uninstalled by request of my mods ( 32 of them ).

otherwise nice hack and idea
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 06:14 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.04500 seconds
  • Memory Usage 2,314KB
  • Queries Executed 25 (?)
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
  • (5)bbcode_php
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)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
  • (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_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete