Thread: mYvBindex v3.1
View Single Post
  #1005  
Old 03-31-2003, 03:27 AM
Tigga's Avatar
Tigga Tigga is offline
 
Join Date: Dec 2001
Location: Atlanta
Posts: 1,061
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Intex - Just creating a new page with the header and footer is fairly easy. I'm not sure I follow you as to why you need to preserve the forum permissions though if it's just going to be a page with the header, footer, and some html... If you just need a page with the header and footer though, the easiest way would be to create a new file with the following content:
PHP Code:
<?php
error_reporting
(7);

$templatesused 'yourcustomtemplate';

chdir('/path/to/your/forum');

require(
'./global.php');

eval(
"dooutput(\"".gettemplate('yourcustomtemplate')."\");");

?>
You would enter the path to your forum in the chdir part (or if the file is placed in your forums directory then that line isn't necessary and can be removed). Then you would create a new template and enter all the html in there, and just use the variables $header and $footer just like in every other template. And of course you can call the template whatever you want, you just need to be sure to change the 2 places you see yourcustomtemplate in the file to whatever you named the new template. I'm assuming there's something more that you needed to be able to do with these pages since you mentioned the forum permissions, so if you could elaborate a little more as to what you're trying to do with those then I'll be glad to try and help.


Yuber - You could try opening your myvbindex file and looking for:
require('./global.php');

Right above that add:
$stlyeid=1;

Then you would just change the 1 there to whatever styleid you want it to be. I'm not sure how well that will work though as when I tried it, it kept that style when I went to other pages even though I had another one selected. :ermm:


Hostc - If the style is only different in the colors and etc, then the new style will work fine. If the new style also has a new template set with it, then you will also have to install the index templates with that template set (I think). I'm not positive about that though as I only use one template set and just have different colors and such with my other styles. I'm pretty sure though that you will have to also add the index templates to the new template set. I'm sure there would be an easier way than to just copy and paste them all into the new set, so if you add some new styles and need some help let me know.
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01094 seconds
  • Memory Usage 1,769KB
  • Queries Executed 11 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD_SHOWPOST
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_php
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_box
  • (1)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (1)post_thanks_postbit_info
  • (1)postbit
  • (1)postbit_onlinestatus
  • (1)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • reputationlevel
  • showthread
Included Files:
  • ./showpost.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_postinfo_query
  • fetch_postinfo
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • showpost_start
  • bbcode_fetch_tags
  • bbcode_create
  • postbit_factory
  • showpost_post
  • 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
  • showpost_complete