Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
Ian Edwards #1
Client web site updating
Hi
I have a client who wishes to have daily menu shown on his web site. Hence
each day there will
be a different menu. He wants to upload it himself via a browser interface.
Silly question I suppose but I do not wish him to have access to the
complete site just one small DIV
Is this what Contribute does? or is there something better?
thanks
Ian
--
[email]i.edwards@NOSPAMedwards-micros.co.uk[/email]
[url]http://www.edwards-micros.co.uk[/url]
Ian Edwards Guest
-
Spry Accordian - Updating a Site
Hi all, I have a site in development that uses Spry accordian. It displays great in Firefox but in IE the accordian menu will not collapse. I am... -
Updating Updating site map or archive dynamically
Hi there! ;-) Posted in Site Design as well.... Anyone know if there is a way to use Contribute to automatically/dynamically update a site map... -
Updating Templates in Dreamweaver & Keeping Client SideUpdates
I have a situation with a website where the client requests a change to be made within the main menu system of the website, so all of the templates... -
Updating site with contribute
Can you easily update a tableless designed site? A customer of mine wants to update/replace photos and text on a regular basis. Thank you. -
updating whole site
H P T wrote: If its the same paragraph in every file... for instance a change of address or phone... use a find and replace utility. ... -
ThinkInk #2
Re: Client web site updating
You could solve this with a php include or an iframe.
In case of a php include you create a page called inc.menu.php and provide
your user with a bookmark to that page in Contribute. You call the file into
the main page/template like this: <?php include("inc.menu.php"); ?> (note that
your pages have the extension .php instead of .html.
In cas of an iframe, you create a html page with the menu and you provide your
user with a bookmark to that file in Contribute. You calle the file into the
main page/template like this: <iframe src="menu.html" name="menu"
scrolling="auto" frameborder="no" align="left" height = "150px" width = "200px">
</iframe>
ThinkInk Guest



Reply With Quote

