Author Topic: News Publishing MOD question.  (Read 3819 times)

0 Members and 1 Guest are viewing this topic.

Offline MadSci

  • Full Member
  • ***
  • Posts: 102
    • View Profile
News Publishing MOD question.
« on: September 16, 2007, 06:06:56 AM »
Guys I just integrated the Simple news publishing MOD and have one question:

this is the mod: http://www.4homepages.de/forum/index.php?topic=9064.0

now if you go to ACP and then to the Add news on the right side a form will pop-up with News title and News content.
Now if you click on the news content and get the page source then you see:

<td><p><textarea name="news_text" rows="15" cols="80"></textarea></p></td>

I need to add an ID to that text area like:

<td><p><textarea name="news_text" id="news_text" rows="15" cols="80"></textarea></p></td>

and need to insert a small javascript tag right under that line:

anyone knows how to do that. I spend the last hour looking the different phps and have no clue were this form is rendered.

thanx.

ms
« Last Edit: September 16, 2007, 03:37:26 PM by MadSci »

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: News Publishing MOD question.
« Reply #1 on: September 16, 2007, 01:32:31 PM »
Please no create new topic ... post in the MOD topic.
8 steps need when ask question -

- PHP version (ACP - > phpinfo())
- mySQL version (ACP - > phpinfo())
- 4images version
- Post screenshot / URL
- Post code in BB Code (no need full file for code) or post attach file
- It doesn't work. What is say - what is do for no work
- Install MOD ? If so - please say (troubleshooting)
- Read FAQ ? Install Bug fixes ?

Offline MadSci

  • Full Member
  • ***
  • Posts: 102
    • View Profile
Re: News Publishing MOD question.
« Reply #2 on: September 16, 2007, 03:37:04 PM »
fair enough
ms