Ask a Question related to Macromedia Contribute General Discussion, Design and Development.
-
weberstudios #1
FPO in Contribute
I use a lot of PHP includes in my pages, and these don't render in Contribute.
So, I am creating For Placement Only content to take it's place while creating
the pages in Contribute. Essentially, I create a dummy object, and then via
Javascript I set it's display to none (and since Contribute pages don't run
Javascript, the object is visible). However, I think this is a flawed hack. It
add's unnecessary bulk to the final file, and worse, if the user does not have
Javascript enabled, they will see the FPO content.
Has anyone come up with an elegant solution for placing FPO content that is
only visible when constructing a new Contribute page from a template?
Thanks,
Matt
weberstudios Guest
-
Admin Contribute in Drmwvr - "must install Contribute"
I have been administering the Contribute site from Dreamweaver 8, with Contribute 4 installed on the same machine. Now when I try to "Administer... -
Is Contribute 4 compatible with Contribute CS3?
I have Contribute 4 and my customer has Contribute CS3. Can I set up their site for editing with 4 or will I need to upgrade my version to CS3? -
Do I need Contribute AND Contribute Publishing Server?
Do I need to have Contribute Publishing Server installed on the web server on order to update web pages with Contribute? - Andrea -
Contribute 2 Connection Keys using Contribute 3?
Is it possible to create a Contribute 2 Connection Key using Contribute 3? If so, how? -
Problem creating keys in Contribute 2 for Contribute 3users
Hi I'm using Contribute 2 or Dreamweaver MX to administer a site. I created a key for a Contribute 3 user. When they try and install the key they... -
weberstudios #2
Re: FPO in Contribute
For the record, I did find a better solution.
I use a PHP include file that creates a style that looks like this:
<style>
.forplacementonly { display:none; }
</style>
Since Contribute can't see include files, it will still render an element that
has this class applied to it. However, when it is loaded from a website, the
element will be gone.
weberstudios Guest



Reply With Quote

