[ic] Re: Very newbie question and new to the list...

interchange-users@interchange.redhat.com interchange-users@interchange.redhat.com
Wed Nov 14 11:07:01 2001


Thanks for the replys,
but I don't seem to have that anywhere in my index page. I pasted it below.
I will try what Curt and Bob said to do and will be back I am sure... 

 -------------------------------
[comment]
ui_template: Yes
ui_template_name: sel_left
[/comment] 

[set page_title]__COMPANY__ -- Welcome[/set]
[set hbanner]Specials[/set]
[set hpromo_type]specials[/set]
[set component_hsize]2[/set]
[set page_banner]Welcome[/set]
[set component_left3][/set]
[set component_left2][/set]
[set component_left1][/set]
[set members_only]0[/set]
[set vbanner]New items[/set]
[set component_before][/set]
[set vpromo_type]new[/set]
[set component_after]promo_horizontal[/set]
[set component_vsize]3[/set]
@_SEL_LEFT_TOP_@ 

<!-- BEGIN CONTENT -->
						
	[if session source]						
		[calc]
		my $coupon_enable = $CGI->{coupon};
		my $campaigns = q{[data
							table=affiliate
							column=campaigns
							key='[data session source]'
						]};
		delete $Scratch->{coupon_approve};
		return unless $coupon_enable;
		return unless $campaigns =~ /\bcoupon\b/;
		$Scratch->{coupon_approve} = 1;
		return;
		[/calc] 

	<br>
	<font __FFACE__ size="1">
	Welcome Affiliate Program Visitor:
	<br>
	<a href="[data table=affiliate column=url key='[data session 
source]']"><img src="[data table=affiliate column=image key='[data session 
source]']" border="0"></a>
	</font>
	
		[if scratch coupon_approve]
		[seti coupon_amount][data table=affiliate column=coupon_amount key='[data 
session source]'][/seti]
		[discount ENTIRE_ORDER] $s - $Scratch->{coupon_amount}; [/discount]
		[set order_discounted]1[/set]
		[/if]
	
		[if scratch order_discounted]
			<font __FFACE__ size="1" color="#ff0000">
			<b>[currency][scratch coupon_amount][/currency] Off Coupon Active</b>
			</font> 

		[/if]
	[/if]
	
	  <p><img src="navigation/default_b.gif" width="313" height="252" 
align="top"></p>
	  <p><font __FFACE__ size="2">Welcome
		to __COMPANY__, the Internet's premier source
		of quality hand tools! We have tools for every building
		project. Thank you for visiting.</font></p><br>
<!-- END CONTENT --> 

@_SEL_LEFT_BOTTOM_@
 --------------------------------- 

re: my problem:
How, where and what file do I need to modify the line
"Welcome to Construct Something, your online hardware store!"
the line is under the menu.. 

 --------------------------------------------------------------------------- 


Rick Eicher II writes: 

> If you are using the admin pages go to Content,  then click on index.html ,
> scroll down till you see the "Welcome to Construct Something, your online
> hardware store!..." then edit it to what ever you want. 
> 
> If you are not using the admin pages go to the catalog directory. For me it
> is /var/lib/interchange/foundation. Then go to the pages directory. There
> open index.html. Scroll down to the "Welcome to Construct Something, your
> online hardware store!..." then edit it and save your changes. Be carefull
> not to change any of the Interchange tags ([tag]). 
> 
> Hope this helps,
> Richard Eicher II
> www.pbol.net 
> 
> -----Original Message-----
> From: interchange-users-admin@interchange.redhat.com
> [mailto:interchange-users-admin@interchange.redhat.com]On Behalf Of
> diavolo@mail.eaze.net
> Sent: Wednesday, November 14, 2001 1:42 AM
> To: interchange-users@interchange.redhat.com
> Subject: [ic] Re: Very newbie question and new to the list... 
> 
> 
> Thanks guys,
> I have tried what you said and no works..I think it's because I have
> Interchange 4.6.  I know my systems admin is never going to download the
> latest version, so if any of you have any more ideas that would be great. 
> 
> re: my problem:
> How, where and what file do I need to modify the line
> "Welcome to Construct Something, your online hardware store!"
> the line is under the menu.. 
> 
> Thanks again, 
> 
> Sam
>  -------------------------- 
> 
> Justin Bonds writes: 
> 
>> I know in Interchange 4.8, it's under Content, Page Edit and then
> whichever
>> file you want to change the title in.  For instance, index.html and then
>> change the Page Title. 
>>
>> I'm not sure if this is the way with older versions, however . . . 
>>
>> Justin 
>>
>>
>> Justin Bonds
>> ~~~~~~~~~~~~~~~~~~~~~~
>> justin@hypertech.net
>> Tel: 501-745-2882 X103
>> Toll-Free: 866-WildNut X103
>> Fax:  501-745-7939
>> http://www.hypertech.net - corporate site
>> http://www.storemotion.com - ecommerce engine
>> http://www.wildnut.com - creative division 
>>
>>
>> -----Original Message-----
>> From: interchange-users-admin@interchange.redhat.com
>> [mailto:interchange-users-admin@interchange.redhat.com]On Behalf Of
>> David Bordas
>> Sent: Wednesday, November 14, 2001 1:57 AM
>> To: interchange-users@interchange.redhat.com
>> Subject: Re: [ic] Very newbie question and new to the list... 
>>
>>
>> Hi, 
>>
>> i think you can find this in /templates in a file named leftright_top and
>> leftonly_top.
>> I can't be sure 'cause i'm not using construct demo but fondation one. 
>>
>> Bye
>> ----- Original Message -----
>> From: <diavolo@mail.eaze.net>
>> To: <interchange-users@interchange.redhat.com>
>> Sent: Wednesday, November 14, 2001 3:30 AM
>> Subject: [ic] Very newbie question and new to the list... 
>>
>>
>>> Hello everyone or anyone,
>>> I know this must have been brought up a million times or maybe it hasen't
>>> and I am on the wrong list.  Either way maybe you can help.
>>> First off:
>>> I know nothing about linux or redhat other than they are an os.
>>> Secondly:
>>> I am a designer and forced to configure interchange for my company.
>>> Finally:
>>> How, where and what file do I need to modify the line
>>> "Welcome to Construct Something, your online hardware store!" 
>>>
>>> If this is the wrong list for this sort of question please forgive me and
>>> please could you be so kind and redirect me to where I can get some
>> answers.
>>>
>>> Thanks a bunch
>>> sam
>>> _______________________________________________
>>> interchange-users mailing list
>>> interchange-users@interchange.redhat.com
>>> http://interchange.redhat.com/mailman/listinfo/interchange-users
>> 
>>
>> _______________________________________________
>> interchange-users mailing list
>> interchange-users@interchange.redhat.com
>> http://interchange.redhat.com/mailman/listinfo/interchange-users 
>>
>> _______________________________________________
>> interchange-users mailing list
>> interchange-users@interchange.redhat.com
>> http://interchange.redhat.com/mailman/listinfo/interchange-users
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users 
> 
> _______________________________________________
> interchange-users mailing list
> interchange-users@interchange.redhat.com
> http://interchange.redhat.com/mailman/listinfo/interchange-users