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

Reply
 
Thread Tools Display Modes
  #11  
Old 10-06-2014, 10:44 AM
ozzy47's Avatar
ozzy47 ozzy47 is offline
 
Join Date: Jul 2009
Location: USA
Posts: 10,929
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by BULLDOG View Post
How / where do I do that switch, Lynne?
To switch the default page.

1) Go to your Admin CP

2) On the side menu expand "Settings" and click on "Navigation Manager"

3) The Navigation Manager will look like this, though you probably have less tabs then I do. You will see "What's New" is listed as "Default."

4) To change the default find the drop down menu on the line of the tab you want to be default. In this example we will make "Forum" the new default. Choose "Set Default."

5) If necessary click "Go" after selecting Set Default- This will bring you to the final page-

6) Confirm your choice by clicking on "Save."

You will then be returned to the Navigation Manager and "Forum" will be the new default tab. So if anyone goes to www.yoursite.com or www.yoursite.com/index.php they will see the "Forum" page.
Reply With Quote
Благодарность от:
Lynne
  #12  
Old 10-06-2014, 11:46 AM
Jesla's Avatar
Jesla Jesla is offline
 
Join Date: Oct 2013
Location: TN, USA
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Lynne View Post
..... Do you have an .htaccess file? What is in there?
<IfModule mod_deflate.c>
SetOutputFilter DEFLATE
<IfModule mod_setenvif.c>
# Netscape 4.x has some problems...
BrowserMatch ^Mozilla/4 gzip-only-text/html

# Netscape 4.06-4.08 have some more problems
BrowserMatch ^Mozilla/4\.0[678] no-gzip

# MSIE masquerades as Netscape, but it is fine
# BrowserMatch \bMSIE !no-gzip !gzip-only-text/html

# NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48
# the above regex won't work. You can use the following
# workaround to get the desired effect:
BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html

# Don't compress images
SetEnvIfNoCase Request_URI .(?:gif|jpe?g|png)$ no-gzip dont-vary
</IfModule>

<IfModule mod_headers.c>
# Make sure proxies don't deliver the wrong content
Header append Vary User-Agent env=!dont-vary
</IfModule>
</IfModule>
Reply With Quote
  #13  
Old 10-06-2014, 04:11 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Do what is suggested in post 10 and 11. arrowchat is definitely causing issues (all those issues in red that are in your image are from arrowchat).

Also, try removing the .htaccess and see if that makes a difference (just rename it to disable it).
Reply With Quote
  #14  
Old 10-06-2014, 04:36 PM
Jesla's Avatar
Jesla Jesla is offline
 
Join Date: Oct 2013
Location: TN, USA
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I renamed the .htaccess.....

I don't see an arrowchat directory that those errors point too.....

Where would I look for where these errors are coming from?

Thanks for all the help......
Reply With Quote
  #15  
Old 10-06-2014, 04:43 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jesla View Post
I renamed the .htaccess.....

I don't see an arrowchat directory that those errors point too.....

Where would I look for where these errors are coming from?

Thanks for all the help......
Disable the Arrowchat plugin, if present.
Search through the templates for "arrowchat" and remove all references.
Reply With Quote
  #16  
Old 10-06-2014, 05:31 PM
Lynne's Avatar
Lynne Lynne is offline
 
Join Date: Sep 2004
Location: California/Idaho
Posts: 41,180
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Jesla View Post
I don't see an arrowchat directory that those errors point too.....

Where would I look for where these errors are coming from?

Thanks for all the help......
The errors are because there is no directory there, thus it can't find the files. So, disable the modification.
Reply With Quote
  #17  
Old 10-06-2014, 05:47 PM
Jesla's Avatar
Jesla Jesla is offline
 
Join Date: Oct 2013
Location: TN, USA
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Done......so far so good, I haven't crashed the site anyway.

Found and deleted arrowchat in the template Header.

How would I just comment out the line instead of deleting it?

I also changed some lines in the template that referred to
pipesmokerunleashed.com to pipesmokerunlimited.com.....
Reply With Quote
  #18  
Old 10-06-2014, 05:49 PM
Dave Dave is offline
 
Join Date: May 2010
Posts: 2,583
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Your site loads a lot faster to me now.
Reply With Quote
  #19  
Old 10-06-2014, 05:54 PM
Jesla's Avatar
Jesla Jesla is offline
 
Join Date: Oct 2013
Location: TN, USA
Posts: 6
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Cool, thank you guys so much......
Reply With Quote
  #20  
Old 10-08-2014, 11:04 PM
thetechgenius's Avatar
thetechgenius thetechgenius is offline
 
Join Date: Jun 2014
Posts: 258
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Yeah, it loads very fast for me too.

If you want to load even faster, install (Linux) Google Page Speed or (windows) IISpeed on your server and enable it for every site you want to load faster. I have IISpeed enabled on my server and site, and it loads very fast. However, the first time you enable it for your site, it might take awhile for it to start working properly, because it needs to start caching your site resources.
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 05: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.05761 seconds
  • Memory Usage 2,262KB
  • 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
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (2)pagenav_pagelink
  • (10)post_thanks_box
  • (1)post_thanks_box_bit
  • (10)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit
  • (10)post_thanks_postbit_info
  • (10)postbit
  • (10)postbit_onlinestatus
  • (10)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
  • fetch_musername
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • post_thanks_function_fetch_thanks_bit_start
  • post_thanks_function_show_thanks_date_start
  • post_thanks_function_show_thanks_date_end
  • post_thanks_function_fetch_thanks_bit_end
  • post_thanks_function_fetch_post_thanks_template_start
  • post_thanks_function_fetch_post_thanks_template_end
  • 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