Using frames within Joomla - Joomla! Forum - community, help and support
hi,
i've searched around , couldn't find answers, hoping might know.
i have full php based site hundreds of pages. i'd use joomla interface. if create menu using "wrapper", first php page no problems within joomla app. however, if click of links within page, takes me page...completely removing me joomla.
is there way site such run within joomla...or way force php scripts stay within joomla? manually recoding pages or creating joomla button every php page , deactiving links in php script impossible.
thanks,
tray.
i've searched around , couldn't find answers, hoping might know.
i have full php based site hundreds of pages. i'd use joomla interface. if create menu using "wrapper", first php page no problems within joomla app. however, if click of links within page, takes me page...completely removing me joomla.
is there way site such run within joomla...or way force php scripts stay within joomla? manually recoding pages or creating joomla button every php page , deactiving links in php script impossible.
thanks,
tray.
most likely, has happened "legacy" pages have "target" attribute in links set break new window.
and actually, fix less impossible might think, still going require savvy kung foo.
if have access, or can gain access, console (ssh/telnet) might, crafted grep query, combined other unix magic, able dynamic search-and-delete on affected pages.
on other hand, if you're on windows, hope lost. (just kidding, there's equivalent process can go through there.)
any hardcore *nix types crafting grep-fu?
***or***
a crafted series of scripting , mysql queries import old pages' raw text joomla articles. again, ahead of skill-set, know can done.
"best practices" mandates getting content joomla whatever means necessary or practical, can enjoy same managment , seo benefits on old content enjoy on new.
code: select all
(<a href="yourpage.html" target="_new">link</a>, example.)
and actually, fix less impossible might think, still going require savvy kung foo.
if have access, or can gain access, console (ssh/telnet) might, crafted grep query, combined other unix magic, able dynamic search-and-delete on affected pages.
on other hand, if you're on windows, hope lost. (just kidding, there's equivalent process can go through there.)
any hardcore *nix types crafting grep-fu?
***or***
a crafted series of scripting , mysql queries import old pages' raw text joomla articles. again, ahead of skill-set, know can done.
"best practices" mandates getting content joomla whatever means necessary or practical, can enjoy same managment , seo benefits on old content enjoy on new.

Comments
Post a Comment