Go to main content

Textpattern CMS support forum

You are not logged in. Register | Login | Help

#1 2006-11-10 04:04:03

ramiele
New Member
Registered: 2006-11-10
Posts: 3

changing location of where textpattern is seen

Im pretty new to this program and find is very neat but im having a problem.

Right now when i add content it goes to /blog i would like it to go to the bottom frame of my frameset for the main page of my website.

something like www.mysite.com/framset.php or www.mysite.com/bottomframe.php

im thinking i need a script in the bottomfram.php file to do this but im unsure where to find or how i go about pulling this information into this page.

any help you all can give would be great.

thanks

Offline

#2 2006-11-10 07:07:04

colak
Admin
From: Cyprus
Registered: 2004-11-20
Posts: 9,012
Website GitHub Mastodon Twitter

Re: changing location of where textpattern is seen

frames are not search engine friendly.
I do not think that you need a script to have your txp content in the frameset. All you need is to allocate that content in the bottom frame in the frameset rules. TXP content by default does not have _target as it is deprecated so all links from txp will open in _self.


Yiannis
——————————
NeMe | hblack.art | EMAP | A Sea change | Toolkit of Care
I do my best editing after I click on the submit button.

Offline

#3 2006-11-10 12:44:25

ramiele
New Member
Registered: 2006-11-10
Posts: 3

Re: changing location of where textpattern is seen

right now when i add things into text pattern it goes to www.mysite.com/blog/index.php

i would like it to go to www.mysite.com/bottomframe.php. im not sure how to change this. I also wouldn’t mind it staying where it is currently at and just making a copy of itself in the desired location or have a script call it to that location.

thanks

Offline

#4 2006-11-10 12:56:53

soulship
Member
From: Always Sunny Charleston
Registered: 2004-04-30
Posts: 669
Website

Re: changing location of where textpattern is seen

We would really need to see your page and article forms to try and help here. You haven’t really given enough info for anyone to advise you. The article is called by an article tag…that tag can be placed anywhere you want it too be. I will reiterate what colak said and ask why you are wanting to use frames? It seems making it way more difficult than it needs to be.

Offline

#5 2006-11-10 14:24:53

ramiele
New Member
Registered: 2006-11-10
Posts: 3

Re: changing location of where textpattern is seen

just wanted to let you all know i found what i needed. im new to php and what all it can do but it ended up just having to add

<?php
include(“http://www.mysite.com/blog/”);
?>

into the bottomframe.php

once i did that it worked like a charm

thanks again

Offline

Board footer

Powered by FluxBB