vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB4 General Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=251)
-   -   How to List all posts from all forums in one page? (https://vborg.vbsupport.ru/showthread.php?t=282536)

revitclinic 05-06-2012 08:35 PM

How to List all posts from all forums in one page?
 
Hi,

I was wondering if it is possible to show all posts and threads from all forums on one page? The reason I am asking is, that I moved my entire forums to a sub-domain and I am trying to redirect all old urls to the new urls with .htaccess file It is almost not possible to go through all forums to find all posts and threads to get the desire url for redirect.

Please, let me know if there is a function like this in vBulletin 4+ or anything you might suggest which is better than what I am doing.

Thank you

Lynne 05-06-2012 08:37 PM

Can't you just do a redirect from the top level to the new sub-domain? Why would you need to have a list of all the posts/threads in order to do that?

revitclinic 05-06-2012 08:52 PM

Quote:

Originally Posted by Lynne (Post 2326855)
Can't you just do a redirect from the top level to the new sub-domain? Why would you need to have a list of all the posts/threads in order to do that?

Please give me an example. I don't know how that works.

Lynne 05-06-2012 09:36 PM

Google gives me this on redirecting to a sub-domain - http://stackoverflow.com/questions/9...t-to-subdomain There are many links that come up in google when searching on ".htaccess redirect to subdomain"

LifesGreatestGift 05-07-2012 04:21 AM

that redirects. for seo purposes you will also need to rewrite the URLs from their previous format to their new format.

Maybesomething like this
Code:

RewriteCond %{HTTP_HOST} !^www\.mydomain\.com
RewriteRule ^(.*)$ http://forums.mydomain.com/$1 [R=permanent,L]

Hasn't been tested, you will need to read up on it, but when moving from a root, or sud-directory to a subdomain this is mandatory, or all links indexed by search engines will give a user a 404 error.


All times are GMT. The time now is 07:41 PM.

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.00991 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (5)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.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/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.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
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete