Re: Re: Re: [campsite-support] Requests from my staff
  • Sorry, it was a misunderstanding; all development documentation is here:
    http://trac.campware.org/campsite/wiki/DeveloperDocs

    But that won't help you for this feature; you need to edit the file
    admin-files/articles/edit.php - this is the article edit screen. You can
    modify it to include the required js files and modify the form fields to use
    the character counter. E.g.:
    - line 514 - input for the article title
    - line 773 - input of text type dynamic fields
    - line 925 - input of body type dynamic fields

    Please check the code I pointed to and let me know if you need more help.

    Mugur

    On Wed, Mar 31, 2010 at 7:17 PM, wrote:

    > Author: Terix
    > Link: http://code.campware.org/phorum/read.php?8,8288,8289#msg-8289
    >
    > --------------------------------------------------------------------------------
    >
    > Hi Mugur,
    >
    > i know those manuals, but if i would to contribute, wouldn't i need a deep
    > eye on the source code structure of campsite? How could i implement a core
    > change without those informations? Maybe i'm missing something, could you
    > tell me how to get the tecnical informatin to contribute to code change for
    > adding a word counter on article fields?
    >
    > --
    > Sent from Campware Forums
    > http://code.campware.org/phorum
    >
  • 1 Comment sorted by
  • Thanks a lot for the links and the hints, i'll try to add this feature and if i get anything useful and working, i'll forward my work to you.