Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.
-
pmolter #1
modifying extensions
I'm using Web Photo Album 2.2 and need to find a way to add an option for the
navigational elements. Currently, it allows you to choose sequential numbering
(1,2,3,etc.) or directional guides (< << >> >). What I need is to have
sequential numbering with a 'previous' and 'next' link on each end (previous |
1 | 2 | 3 | 4 | next). These changes can't be made in the html template files
associated with this extension. Can anyone point me to where I can make these
adjustments? Thanks!
pmolter Guest
-
Modifying the PDF content on the fly from PHP/GNU C++
Hi, We have an existing PDF file - the brochure template. We would like to go through the database and replace the very small portion of the... -
Modifying pages
I have already built my site and have added some extra content to my pages. Each page has a footer with 3 buttons - Right now if I move the header... -
Modifying with odd characters
My primary key can be numbers or text and sometimes has # and + in its value. When I try to modify values with # or + it will not allow me to pull... -
modifying views
I read the following thread from Nov 2002 on the impossibilities of modifying a view and I was wondering if anything had changed in this regard... -
Modifying Forms
This doesn't sound too hard, just hide controls for one type and when you select the other hide and make visible the other. ... -
danilocelic *TMM* #2
Re: modifying extensions
pmolter wrote:
> I'm using Web Photo Album 2.2 and need to find a way to add an option for the
> navigational elements. Currently, it allows you to choose sequential numbering
> (1,2,3,etc.) or directional guides (< << >> >). What I need is to have
> sequential numbering with a 'previous' and 'next' link on each end (previous |
> 1 | 2 | 3 | 4 | next). These changes can't be made in the html template files
> associated with this extension. Can anyone point me to where I can make these
> adjustments? Thanks!
The files installed by an extension are placed into a user copy of the
DW configuration folder. To find the various places that this folder can
be found check out:
[url]http://www.communitymx.com/blog/index.cfm?newsid=27&blogger=12[/url]
Once in the DW user config folder go to /Extensions and search for the
MXI file that is applicable to the extension you're looking for. Open
that file up in a text editor.
Note: by default DW will try to open Extension Manager if you try to
open a MXI file with it. You can add the MXI file extension to the list
of files DW will open in code view by going to:
Edit > Preferences > File Types/Editors
and add the .mxi file extension to the Open in code view field.
Once that MXI file is opened, look for the <files> tag. Within it you
will find nested one or more <file> tags. Us the file name and the
destination attribute to find the files used by the extension. For
example, if you had:
<file source="AfileName.htm"
destination="$dreamweaver/Configuration/Commands/" />
You would look for the file in the user's DW config folder within the
Commands folder.
--
Danilo Celic
| Extending Knowledge, Daily [url]http://CommunityMX.com/[/url]
danilocelic *TMM* Guest



Reply With Quote

