secondly, they wanted the same contracttext to show up for all forums. i.e. they did not want to copy/paste the contract text into each and every one of their 20 forums and then have to do it again upon a text change.
we did this by another 1-line edit and 1 phrase creation.
create a phrase:
master_contract_text
put into it whatever rules you want or whatever verbage you want displayed.
edit template: forum_contract
replace:
with:
Code:
$vbphrase[master_contract_text]
now no matter what each forum's individual contract rules are set to, it will display the text in
master_contract_text.
it should be noted that you could skip the phrase setup and just replace $rules w/ the verbage you want as well. but you won't have to hunt around for the text in the template each time you want to make a text change if you do it via creating a phrase.
lastly, thank you Amy for a nifty plugin!