View Single Post
  #552  
Old 03-23-2005, 05:07 PM
trulylowcarb's Avatar
trulylowcarb trulylowcarb is offline
 
Join Date: Apr 2004
Location: Colorado
Posts: 120
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed last night on a vb3.07 forum running cmps1.01
Ran into some trouble with the installer, probably due to some changes I have made in order to wrap my forum homes pages with the portal modules, but I wanted to let you know what's up.

One error: "Can not complete change to forumdisplay.php - step 209 as I can not find the text to replace. You will have to manually complete this step.
Looks like there were some errors reverting the files. manual changes (link will open in new window) before continuing."


Quote:
step 209
in forumdisplay.php, replace:
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');

with:

// === GAS step 208 ===
if ($GAS_setting['rt_template']){

eval('print_output("' . fetch_template($GAS_setting['rt_template']) . '");');

}else{
eval('print_output("' . fetch_template('FORUMDISPLAY') . '");');
}
// === /GAS step 209 ===
MINE WAS:
eval('$HTML = "' . fetch_template('FORUMDISPLAY') . '";');
print_portal_output($home, $HTML);

So I did this instead:
Quote:
// === GAS step 208 ===
if ($GAS_setting['rt_template']){

eval('print_output("' . fetch_template($GAS_setting['rt_template']) . '");');

}else{

eval('$HTML = "' . fetch_template('FORUMDISPLAY') . '";');
print_portal_output($home, $HTML);
}
// === /GAS step 209 ===
Wasn't sure what to do after that, the installer doesn't start up again on its own, so I tried running again, got some 'this is already done, skipping this step' messages, then it appeared to complete the rest of installation. However, at the end, I discovered that it hadn't, and I had to go back and manually do all edits after step 209. Once I did that, all appeared to be as it should be. Thanks for the chuckles in the install file.

Now that I've given you some feedback that I assume you want, I need to pick your brain. It doesn't appear to be displaying the designated article forum as designed. Hoping you/someone can/will help me figure out how to either
a] use this changed code appropriately so I can display the articles forum "wrapped" the same as my others
OR
b] Figure out how to use and call a different showthread template for the forums I am designating as articles. I really don't care if *they* are wrapped, actually, but the regular forums do need to stay as-is, and I am a rank ametuer with conditionals and the rest... everything I do is by trial and error guesswork....
Thanks in advance.
(Voting for this hack for HOTM now!!)
Reply With Quote
 
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01129 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
  • (2)bbcode_quote
  • (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