Tip of the day!

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    Tip of the day!

    Tip of the Day

    For both novice and experienced vBulletin customers!

    How do I find out more about an option in the admin control panel?

    How do I modify permissions on my files or directories (using chmod)?

    How do I secure myself, and set myself up as super administrator??
    Last edited by Floris; Sun 14 Nov '04, 9:27am.
  • Floris
    Senior Member
    • Dec 2001
    • 37767

    #2
    ## Tip of the day # How do I find out more about an option in the admin control panel

    How do I find out more about an option in the admin control panel?

    When you run into an option anywhere in the admin control panel of vBulletin, you can read the small introduction text below its title. It will try to quickly explain what that option does. And sometimes it has an example.

    And now for the real tip:

    You can click on the question mark icon on the far right. It will popup a new admin help window with a more indepth explanation.

    And if that isn't enough explanation you can always go to the on-line vBulletin manual, or ask one of the staff in the on-line support forums.
    Attached Files
    Last edited by Floris; Fri 22 Oct '04, 12:34am.

    Comment

    • Mr. HillBilly
      Senior Member
      • Jun 2003
      • 547
      • 3.0.0 'Gold'

      #3
      Alot of options have the ? images but theres no help in 3.0.1, Some might have been added since then but theres still some. When I have time i'll post which ones are missing.
      Last edited by Floris; Fri 22 Oct '04, 12:36am.

      Comment

      • Floris
        Senior Member
        • Dec 2001
        • 37767

        #4
        Thank you for reporting - point them out to us. But please make sure they are also missing in 3.0.3!
        Last edited by Floris; Fri 22 Oct '04, 12:36am.

        Comment

        • Mr. HillBilly
          Senior Member
          • Jun 2003
          • 547
          • 3.0.0 'Gold'

          #5
          Duplicate Search Index Information On Thread Copy?
          -------
          No help
          -------

          Show Windows System Color Picker to WYSIWYG Users?
          -------
          No help
          -------

          Search Relevance Reply Function
          -------
          Blank help page
          -------

          Search Relevance Views Function
          -------
          Blank help page
          -------

          Search Relevance Rating Function
          -------
          Blank help page
          -------

          Post Elements
          -------
          No help
          -------

          WorldPay Installation ID
          -------
          Blank help page
          -------

          Authorize.net Login ID
          -------
          Blank help page
          -------

          Checked a friends board and confirmed these were missing in 3.0.3

          Comment

          • Jake Bunce
            Senior Member
            • Dec 2000
            • 46598
            • 3.6.x

            #6
            There are a few that are missing because they were added in recent point releases and I haven't had a chance to create topics for them. The other 99% all have help topics.

            Comment

            • James Kojiro
              Senior Member
              • Jun 2004
              • 580
              • 3.6.x

              #7
              Heh, isn't that the way it usually works?

              Comment

              • Floris
                Senior Member
                • Dec 2001
                • 37767

                #8
                ## Tip of the day # How do I modify permissions on my files or directories ?

                How do I modify permissions on my files or directories (using chmod)?

                From time to time you might require to modify the permissions on your files or directories in order to give users permission to use a feature properly. An example could be when you allow your members to upload their own custom avatars. On UNIX based systems you can use the tool chmod from the command line to achieve this; Since one doesn't always have shell access the alternative to do this through an FTP client is possible.

                And now for the real tip:

                Most FTP programs allow you to enter 'RAW' or 'QOUTE' commands, use this feature to enter " SITE CHMOD 777 FILENAME/DIRECTORY " to change the permissions on the file or directory.

                And make it even easier, a ftp program like FlashFXP allows you to select the file or directory, right click and select chmod - from that dialog window that appears you can easily enter a number or simply select the permissions the user, group or public should have.

                Note: chmod 777 gives everybody permission to read and write, and execute that file. So do not apply this on any directory unless you are sure it is what you want. You can set chmod 777 to the images/avatars directory. But do not set it to your images/ directory.

                After uploading your vBulletin forum software version 3.0.3 files to your UNIX based web server it should look like below (content of upload/ to public_html/). If I am not mistaken there are 500 files totaling 5,5 MB that you can upload in 3 minutes with about 50 Kilobytes per second. (Average DSL connection) Basicly each file is chmod 644 and each directory is chmod 755, the exceptions and suggestions are listed:
                • admincp/
                  • control_examples/
                    • button_down.gif
                    • button_hover.gif
                    • button_normal.gif
                    • button_selected.gif
                    • menu_down.gif
                    • menu_hover.gif
                    • menu_normal.gif
                    • popup_down.gif
                  • accessmask.php
                  • admincalendar.php
                  • adminlog.php
                  • adminpermissions.php
                  • adminreputation.php
                  • announcement.php
                  • attachment.php
                  • avatar.php
                  • backup.php
                  • bbcode.php
                  • calendarpermission.php
                  • cronadmin.php
                  • cronlog.php
                  • css.php
                  • diagnostic.php
                  • email.php
                  • faq.php
                  • forum.php
                  • forumpermission.php
                  • global.php
                  • help.php
                  • image.php
                  • index.php
                  • language.php
                  • misc.php
                  • moderator.php
                  • modlog.php
                  • options.php
                  • phrase.php
                  • profilefield.php
                  • queries.php
                  • ranks.php
                  • repair.php
                  • replacement.php
                  • resources.php
                  • stats.php
                  • subscriptions.php
                  • template.php
                  • textarea.php
                  • thread.php
                  • user.php
                  • usergroup.php
                  • usertitle.php
                  • usertools.php
                • archive/
                  • archive.css
                  • global.php
                  • index.php
                • clientscript/
                  • vbulletin_css/
                    • index.html
                  • activecell.htc
                  • index.html
                  • vbulletin_cpcolorpicker.js
                  • vbulletin_editor.css
                  • vbulletin_editor.js
                  • vbulletin_global.js
                  • vbulletin_md5.js
                  • vbulletin_menu.js
                  • vbulletin_moziwyg.js
                  • vbulletin_quickreply.js
                  • vbulletin_stdedit.js
                  • vbulletin_templatemgr.js
                  • vbulletin_thrdpostlist.js
                  • vbulletin_wysiwyg.js
                • cpstyles/
                  • vBulletin_2_Default/
                    • colorpicker_close.gif
                    • colorpicker_toggle.gif
                    • colorpicker_transparent.gif
                    • controlpanel.css
                    • cp_collapse.gif
                    • cp_expand.gif
                    • cp_help.gif
                    • cp_logo.gif
                    • cp_tick_no.gif
                    • cp_tick_yes.gif
                    • index.html
                    • move_down.gif
                    • move_up.gif
                  • vBulletin_3_Default/
                    • colorpicker_close.gif
                    • colorpicker_toggle.gif
                    • colorpicker_transparent.gif
                    • controlpanel.css
                    • cp_colheader_bg.gif
                    • cp_collapse.gif
                    • cp_expand.gif
                    • cp_help.gif
                    • cp_logo.gif
                    • cp_navbody_bg.gif
                    • cp_tblhead_bg.gif
                    • cp_tick_no.gif
                    • cp_tick_yes.gif
                    • index.html
                    • move_down.gif
                    • move_up.gif
                    • option_name_bg.gif
                  • vBulletin_3_Frontend/
                    • colorpicker_close.gif
                    • colorpicker_toggle.gif
                    • colorpicker_transparent.gif
                    • controlpanel.css
                    • cp_colheader_bg.gif
                    • cp_collapse.gif
                    • cp_expand.gif
                    • cp_help.gif
                    • cp_logo.gif
                    • cp_tblhead_bg.gif
                    • cp_tick_no.gif
                    • cp_tick_yes.gif
                    • index.html
                    • move_down.gif
                    • move_up.gif
                  • vBulletin_3_Silver/
                    • colorpicker_close.gif
                    • colorpicker_toggle.gif
                    • colorpicker_transparent.gif
                    • controlpanel.css
                    • cp_colheader_bg.gif
                    • cp_collapse.gif
                    • cp_expand.gif
                    • cp_help.gif
                    • cp_logo.gif
                    • cp_navbody_bg.gif
                    • cp_tblhead_bg.gif
                    • cp_tick_no.gif
                    • cp_tick_yes.gif
                    • index.html
                    • move_down.gif
                    • move_up.gif
                    • option_name_bg.gif
                  • index.html
                • customavatars/
                  • index.html
                • images/
                  • attach/
                    • attach.gif
                    • bmp.gif
                    • doc.gif
                    • gif.gif
                    • index.html
                    • jpe.gif
                    • jpeg.gif
                    • jpg.gif
                    • pdf.gif
                    • php.gif
                    • png.gif
                    • psd.gif
                    • rtf.gif
                    • txt.gif
                    • zip.gif
                  • avatars/
                    • index.html
                  • buttons/
                    • addpoll.gif
                    • collapse_alt.gif
                    • collapse_alt_collapsed.gif
                    • collapse_tcat.gif
                    • collapse_tcat_collapsed.gif
                    • collapse_thead.gif
                    • collapse_thead_collapsed.gif
                    • edit.gif
                    • email.gif
                    • find.gif
                    • firstnew.gif
                    • forward.gif
                    • home.gif
                    • index.html
                    • ip.gif
                    • lastpost.gif
                    • mode_hybrid.gif
                    • mode_linear.gif
                    • mode_threaded.gif
                    • newthread.gif
                    • printer.gif
                    • quickreply.gif
                    • quote.gif
                    • reply.gif
                    • reply_small.gif
                    • report.gif
                    • reputation.gif
                    • sendpm.gif
                    • sendtofriend.gif
                    • sortasc.gif
                    • sortdesc.gif
                    • subscribe.gif
                    • threadclosed.gif
                  • editor/
                    • bold.gif
                    • code.gif
                    • color.gif
                    • copy.gif
                    • createlink.gif
                    • cut.gif
                    • email.gif
                    • html.gif
                    • indent.gif
                    • index.html
                    • insertimage.gif
                    • insertorderedlist.gif
                    • insertunorderedlist.gif
                    • italic.gif
                    • justifycenter.gif
                    • justifyleft.gif
                    • justifyright.gif
                    • menupop.gif
                    • outdent.gif
                    • paste.gif
                    • php.gif
                    • quote.gif
                    • redo.gif
                    • removeformat.gif
                    • separator.gif
                    • smilie.gif
                    • underline.gif
                    • undo.gif
                    • unlink.gif
                  • gradients/
                    • gradient_panel.gif
                    • gradient_panelsurround.gif
                    • gradient_tcat.gif
                    • gradient_thead.gif
                    • index.html
                  • icons/
                    • icon1.gif
                    • icon2.gif
                    • icon3.gif
                    • icon4.gif
                    • icon5.gif
                    • icon6.gif
                    • icon7.gif
                    • icon8.gif
                    • icon9.gif
                    • icon10.gif
                    • icon11.gif
                    • icon12.gif
                    • icon13.gif
                    • icon14.gif
                    • index.html
                  • misc/
                    • birthday.gif
                    • birthday_small.gif
                    • calendar.gif
                    • calendar_icon.gif
                    • im_aim.gif
                    • im_icq.gif
                    • im_msn.gif
                    • im_yahoo.gif
                    • index.html
                    • menu_background.gif
                    • menu_open.gif
                    • multipage.gif
                    • navbits_finallink.gif
                    • navbits_start.gif
                    • paperclip.gif
                    • poll_posticon.gif
                    • question_icon.gif
                    • stats.gif
                    • sticky.gif
                    • subscribed.gif
                    • subscribed_event.gif
                    • tree_i.gif
                    • tree_l.gif
                    • tree_t.gif
                    • vbulletin2_logo.gif
                    • vbulletin3_logo_grey.gif
                    • vbulletin3_logo_white.gif
                    • whos_online.gif
                  • polls/
                    • bar1.gif
                    • bar1-l.gif
                    • bar1-r.gif
                    • bar2.gif
                    • bar2-l.gif
                    • bar2-r.gif
                    • bar3.gif
                    • bar3-l.gif
                    • bar3-r.gif
                    • bar4.gif
                    • bar4-l.gif
                    • bar4-r.gif
                    • bar5.gif
                    • bar5-l.gif
                    • bar5-r.gif
                    • bar6.gif
                    • bar6-l.gif
                    • bar6-r.gif
                    • index.html
                  • ranks/
                    • index.html
                  • rating/
                    • index.html
                    • rating_1.gif
                    • rating_2.gif
                    • rating_3.gif
                    • rating_4.gif
                    • rating_5.gif
                  • reputation/
                    • index.html
                    • reputation_balance.gif
                    • reputation_highneg.gif
                    • reputation_highpos.gif
                    • reputation_neg.gif
                    • reputation_off.gif
                    • reputation_pos.gif
                  • smilies/
                    • biggrin.gif
                    • confused.gif
                    • cool.gif
                    • eek.gif
                    • frown.gif
                    • index.html
                    • mad.gif
                    • redface.gif
                    • rolleyes.gif
                    • smile.gif
                    • tongue.gif
                    • wink.gif
                  • statusicon/
                    • announcement_new.gif
                    • announcement_old.gif
                    • forum_link.gif
                    • forum_new.gif
                    • forum_new_lock.gif
                    • forum_old.gif
                    • forum_old_lock.gif
                    • index.html
                    • pm_forwarded.gif
                    • pm_new.gif
                    • pm_old.gif
                    • pm_replied.gif
                    • post_new.gif
                    • post_old.gif
                    • subforum_link.gif
                    • subforum_new.gif
                    • subforum_old.gif
                    • thread.gif
                    • thread_dot.gif
                    • thread_dot_hot.gif
                    • thread_dot_hot_lock.gif
                    • thread_dot_hot_lock_new.gif
                    • thread_dot_hot_new.gif
                    • thread_dot_lock.gif
                    • thread_dot_lock_new.gif
                    • thread_dot_new.gif
                    • thread_hot.gif
                    • thread_hot_lock.gif
                    • thread_hot_lock_new.gif
                    • thread_hot_new.gif
                    • thread_lock.gif
                    • thread_lock_new.gif
                    • thread_moved.gif
                    • thread_moved_new.gif
                    • thread_new.gif
                    • user_invisible.gif
                    • user_offline.gif
                    • user_online.gif
                    • wol_error.gif
                    • wol_lockedout.gif
                    • wol_nopermission.gif
                  • index.html
                • includes/
                  • cron/
                  • adminfunctions.php
                  • adminfunctions_announcement.php
                  • adminfunctions_backup.php
                  • adminfunctions_forums.php
                  • adminfunctions_help.php
                  • adminfunctions_language.php
                  • adminfunctions_navpanel.php
                  • adminfunctions_options.php
                  • adminfunctions_profilefield.php
                  • adminfunctions_ranks.php
                  • adminfunctions_reminder.php
                  • adminfunctions_reputation.php
                  • adminfunctions_template.php
                  • adminfunctions_user.php
                  • config.php.new
                  • datastore_cache.php
                  • db_mysql.php
                  • functions.php
                  • functions_bbcodeparse.php
                  • functions_bigthree.php
                  • functions_calendar.php
                  • functions_cron.php
                  • functions_databuild.php
                  • functions_digest.php
                  • functions_editor.php
                  • functions_external.php
                  • functions_faq.php
                  • functions_file.php
                  • functions_forumdisplay.php
                  • functions_forumlist.php
                  • functions_image.php
                  • functions_log_error.php
                  • functions_login.php
                  • functions_misc.php
                  • functions_newpost.php
                  • functions_online.php
                  • functions_register.php
                  • functions_reputation.php
                  • functions_search.php
                  • functions_showthread.php
                  • functions_subscriptions.php
                  • functions_threadedmode.php
                  • functions_threadmanage.php
                  • functions_upload.php
                  • functions_user.php
                  • functions_wysiwyg.php
                  • functions_xml.php
                  • index.html
                  • init.php
                  • mail.php
                  • modfunctions.php
                  • searchwords.php
                  • sessions.php
                  • vbulletin_credits.php
                • install/
                  • authenticate.php
                  • index.html
                  • install.php
                  • install_language_en.php
                  • installcore.php
                  • mysql-schema.php
                  • tableprefix.php
                  • upgrade1.php
                  • upgrade2.php
                  • upgrade3.php
                  • upgrade4.php
                  • upgrade5.php
                  • upgrade6.php
                  • upgrade7.php
                  • upgrade8.php
                  • upgrade9.php
                  • upgrade10.php
                  • upgrade11.php
                  • upgrade12.php
                  • upgrade13.php
                  • upgrade14.php
                  • upgrade.php
                  • upgrade_language_en.php
                  • upgradecore.php
                  • vbulletin-adminhelp.xml
                  • vbulletin-language.xml
                  • vbulletin-settings.xml
                  • vbulletin-style.xml
                • modcp/
                  • announcement.php
                  • banning.php
                  • deletedposts.php
                  • forum.php
                  • global.php
                  • help.php
                  • index.php
                  • moderate.php
                  • thread.php
                  • user.php
                • subscriptions/
                  • authorize.php
                  • index.html
                  • nochex.php
                  • paypal.php
                  • worldpay.php
                • announcement.php
                • attachment.php
                • calendar.php
                • clear.gif
                • cron.php
                • editpost.php
                • external.php
                • faq.php
                • favicon.ico
                • forumdisplay.php
                • global.php
                • image.php
                • index.php
                • joinrequests.php
                • login.php
                • member.php
                • memberlist.php
                • misc.php
                • moderator.php
                • newattachment.php
                • newreply.php
                • newthread.php
                • online.php
                • poll.php
                • postings.php
                • printthread.php
                • private.php
                • profile.php
                • register.php
                • report.php
                • reputation.php
                • search.php
                • sendmessage.php
                • showgroups.php
                • showpost.php
                • showthread.php
                • subscription.php
                • subscriptions.php
                • threadrate.php
                • usercp.php
                • usernote.php
                If you run your hosting account in safe_mode ON you can add a new directory inside images/ and call it temp/ and chmod it to 777 and set the appropiate settings for safe_mode on to Yes, and temp dir path to images/temp inside the vbulletin options
                Attached Files
                Last edited by Floris; Fri 22 Oct '04, 12:18am.

                Comment

                • ManagerJosh
                  Senior Member
                  • Jun 2002
                  • 9922

                  #9
                  Great tips...though a suggestion

                  Edit the first post to list the links to the tips of the day
                  This way people don't gotta dig through 15-20 pages of threads/comments
                  ManagerJosh, Owner of 4 XenForo Licenses, 1 vBulletin Legacy License, 1 Internet Brands Suite License
                  Director, WorldSims.org | Gaming Hosting Administrator, SimGames.net, Urban Online Entertainment

                  Comment

                  • Floris
                    Senior Member
                    • Dec 2001
                    • 37767

                    #10
                    Originally posted by ManagerJosh
                    Great tips...though a suggestion

                    Edit the first post to list the links to the tips of the day
                    This way people don't gotta dig through 15-20 pages of threads/comments
                    Thank you for the suggestion - I have cleaned up the thread

                    Comment

                    • briangumble
                      Senior Member
                      • Feb 2004
                      • 321

                      #11
                      How often is the tip of the day updated?

                      Comment

                      • Floris
                        Senior Member
                        • Dec 2001
                        • 37767

                        #12
                        Originally posted by briangumble
                        How often is the tip of the day updated?
                        When I run into a support ticket or forum question where I think it might be handy to have that fully written out, I will create a new reply. Maybe 'of the day' isn't the right title, but 'any day, at random' just does not sound as catchy

                        I wanted to make a new one last night, but then my internet connection dropped and I realized it was 4 in the morning so I better goto bed.

                        Comment

                        • Mike Anime
                          Senior Member
                          • Oct 2004
                          • 1841
                          • 3.7.x

                          #13
                          Originally posted by Floris
                          When I run into a support ticket or forum question where I think it might be handy to have that fully written out, I will create a new reply. Maybe 'of the day' isn't the right title, but 'any day, at random' just does not sound as catchy

                          I wanted to make a new one last night, but then my internet connection dropped and I realized it was 4 in the morning so I better goto bed.
                          i though tsleep was against your rules

                          Comment

                          • Floris
                            Senior Member
                            • Dec 2001
                            • 37767

                            #14
                            ## Tip of the day # How do I secure myself, and set myself up as super administrator?

                            How do I secure myself, and set myself up as super administrator??

                            When you run version 3.0.x of vBulletin you might want to secure your forum by making yourself an undeletable user. But if you are also the site owner, you might want to be the super admin, and the only one with debug powers! Here is how:

                            Open the config.php file and find the variables $undeletableusers and $superadministrators and set the userid for yourself. Usually if you own the site, the userid is 1. You find your userid by going to the who is online and hover over your own username, you will see in the status bar of your browser an url that ends with a number, that number is the userid.

                            // ****** UNDELETABLE / UNALTERABLE USERS ******
                            // The users specified here will not be deletable or alterable from the control panel by any users.
                            // To specify more than one user, separate userids with commas.
                            $undeletableusers = '1';


                            // ****** SUPER ADMINISTRATORS ******
                            // The users specified below will have permission to access the administrator permissions
                            // page, which controls the permissions of other administrators
                            $superadministrators = '1';


                            The above example shows how to set this to 1 properly.
                            Now, below the variable $superadministrators you can add the following code to turn on debug, but limit it to your own account only.

                            if ($_SERVER['REMOTE_ADDR'] == '123.123.123.123')
                            {
                            $debug = 1;
                            } else {
                            $debug = 0;
                            }


                            Now, before you save the config.php file you must replace the 123.123.123.123 with your own IP address. You can find your own IP by surfing to this web site: http://www.whatismyip.com/

                            Changed it? Good, now save the config.php file.

                            Optional tip: If you want even more options, you can set your userid to the variables $canrunqueries and $canpruneadminlog and $canviewadminlog

                            More info about the config.php file can be found in our online manual here: http://www.vBulletin.com/docs/html

                            Comment

                            • truz
                              Member
                              • Mar 2002
                              • 58
                              • 3.6.x

                              #15
                              Great tips, good job. Good idea to publish support tickets.
                              The Junkyard | Terragen Heaven

                              Comment

                              widgetinstance 262 (Related Topics) skipped due to lack of content & hide_module_if_empty option.
                              Working...