I have a Pagesetter publications that includes nearly 120 fields (don't ask). It has roughly 30 items and each item has four fields associated to them, including a xhina enabled HTML textarea. All of this is in one publication, due to display requirements.
What I would like to know if there is a way to jump down to a certain point in the pubedit page to go directly to the item needed to be edited (like an anchor name/href) or is there a way to edit only one section of a publication by creating a custom edit template?
The 'a name' doesn't seem to work..
Watch
GitHub Core
Show your support for Zikula! Sign up at Github account and watch the Core project!
GitHub Modules
- michiel responded to »password problem« 10:01 AM
- mazdev responded to »Hide "Register new account" and change template to 3 col« 07:50 AM
- mesteele101 created topic »Zikula 1.3.3 - Site Search 1.5.2 - Unable to turn off plug-ins« 07:48 AM
- mesteele101 responded to »ERR (3): E_USER_ERROR: Smarty error: [in pagesvar:pagesitem2en line XXX]…« 25. May
- mazdev responded to »Pages 2.5.0 and updating - Page not found« 25. May
- mesteele101 responded to »Zikula 1.3.3 - Selecting a category in Pages not working« 25. May
- mdee created topic »How to implement returnpage ?« 25. May
Zikula Blog
- Anatomy of Open Source Projects on Mar 07
- Continuous Review on Mar 01
- Not Invented Here on Feb 24
- How to Contribute Your Code at Github on Jan 13
- 10 Steps to Coding-Nirvana: Tips for Successful Module Writing on Nov 12
- Submitting Bug Report Tickets That Get Results on Aug 17
- Cozi Tricks #1: Syntax Highlighting on Aug 07
Login
Pagesetter: Editing Publications
-
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
-
**unknown user**
- Rank: Expert
- Registered: Mar 16, 2002
- Last visit: Apr 02, 2010
- Posts: 1208
You have to edit the publication's newFormLayout.xml file (modules/pagesetter/publications/*name of pubtype*/newFormLayout.xml). You can create HTML text in a text tag. Here's an example:
Code
<row>
<field name="fname" width="200"/>
<text><![CDATA[
<p >
(optional)
</p>
]]></text>
</row> -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
I'm hoping that pgForm will be able to fix this when Bert gets the edit function working. I think his module may solve my problem here, as we discussed. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Edit functionality is available now in pgForm. Have you tried it yet? -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
I will be trying it on Friday or Saturday. Work/Business/Business/Life balance, ugh.. -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
Can't quite figure out how to specify which fields to update in the custome template, nor can I seem to get the inputs to show up correctly.
Interested in some support $$ ? -
- Rank: Moderator
- Registered: Mar 15, 2005
- Last visit: May 30, 2010
- Posts: 1077
Anyone interested in some $$ ?
I need to use pgform to edit specific fields of a PS template, but don't know how to do this. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
jaenosjelantru
Anyone interested in some $$ ?
I need to use pgform to edit specific fields of a PS template, but don't know how to do this.
Please PM me what you need and when you need it. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Wendell
I noticed that the edit page in pgForm shows part of the textarea contents (it's supposed to be hidden). I submitted a bug report for it.
Thanks Wendell. Please look at my follow up in Cozi. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
dits
Wendell
I noticed that the edit page in pgForm shows part of the textarea contents (it's supposed to be hidden). I submitted a bug report for it.
Thanks Wendell. Please look at my follow up in Cozi.
Should be fixed now. Can you please test once more? -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
Wendell
That did it. Thanks!
EDIT: Whoops, I lied. It is still choking on quotations in textareas. Apostrophes seem to be safe now though.edited by: Wendell, Apr 28, 2009 - 11:53 AM
Damn! Looking into this. -
- Rank: Developer
- Registered: Feb 17, 2005
- Last visit: May 21, 2010
- Posts: 684
dits
Wendell
That did it. Thanks!
EDIT: Whoops, I lied. It is still choking on quotations in textareas. Apostrophes seem to be safe now though.edited by: Wendell, Apr 28, 2009 - 11:53 AM
Damn! Looking into this.
Should be properly fixed now.
- Moderated by:
- Support
