Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - MadSci

Pages: 1 [2] 3 4 5 6
16
Templates & Styles (Requests & Discussions) / Re: DIV tags vs Tables ?
« on: September 19, 2007, 08:31:10 PM »
Ok that makes perfect sense...

ms

17
Templates & Styles (Requests & Discussions) / DIV tags vs Tables ?
« on: September 19, 2007, 02:33:02 PM »
Hey guys,
I tryed to replace the tables in 4images default template with DIV tags and it did not work..
is this related to the backend end scripting or I messed up the design ?
thanx.
ms

18
no go the script is still no there:

Code: [Select]
<tr class="tablerow">
<td><p class="rowtitle">Title</p></td>
<td><p><input type="text" size="30" name="news_title" value=""></p></td>
</tr>



so the text field will support the html code no ?

ms

19
no go actually no effect what so ever..I dont see the javascript code with make_wizz beeing put after the text fiels code bellow:

Code: [Select]
<script type="text/javascript" language="javascript" src="./../admin/browserSniffer.js"></script>

    <script type="text/javascript" language="javascript" src="./../admin/calendar.js"></script>
<script language="JavaScript" type="text/javascript" src="./../admin/wyzz/wyzz.js"></script>
[b]this is good however I have included that line by hand[/b]

and latter:

Code: [Select]
<tr class="tablerow2" valign="top">
<td><p class="rowtitle">Content</p></td>
<td><p><textarea name="news_text" id="news_text" rows="15" cols="80"></textarea></p></td>
</tr>

should become:

Code: [Select]
<tr class="tablerow2" valign="top">
<td><p class="rowtitle">Content</p></td>
<td><p><textarea name="news_text" id="news_text" rows="15" cols="80"></textarea></p></td>
<script language="javascript1.2">make_wizz('news_text');</script>
</tr>

Im not sure what we did upthere

20
Thunder let me show you my entire project so you get the idea:

first look at this:  http://www.wyzz.info/demo.php

this is WYSIWYG javascript based script.

It has only one file to be included in the head and the seccond line bellow the the text array.

however I think the textarea does not support html code so Im not sure if it will work I just realized this.
It would be nice ...

what you think

ms

21
I need this code:
<script language="javascript1.2">make_wizz('textfield');</script>

to address the ID of the textfield above.

ms

I already integrated the calls to the outside sccript

ms

PD the final result should be:

<td><p><textarea name="news_text" id="news_text" rows="15" cols="80"></textarea></p></td>
<script language="javascript1.2">make_wizz('news_text');</script>

ms

22
..so if you want to have like :

<script language="javascript1.2">bla blah</script>

right under the:

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

how do  you do that.

sorry for being pain in the neck with this...the code is very confusing.. :lol:

ms

23
Thank you thunder my man,
if I want to address this field with JavaScript were should I put the script.
If I echo it right under that line it gives err..

ms

24
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

25
Mods & Plugins (Requests & Discussions) / Re: News Publishing MOD question.
« on: September 16, 2007, 03:37:04 PM »
fair enough
ms

26
Mods & Plugins (Requests & Discussions) / 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

27
Mods & Plugins (Releases & Support) / Re: one more MOD request
« on: September 16, 2007, 06:00:10 AM »
thank you thank you thats is cool...

back to the editor..

ms
I have another q. but will open new post.

ms

UPDATE:
========
Works Like a charm thank you one more time

28
Mods & Plugins (Releases & Support) / Re: one more MOD request
« on: September 16, 2007, 04:24:07 AM »
Ok look I want same thing for 4images ( check attachment)
ms


29
Mods & Plugins (Releases & Support) / Re: one more MOD request
« on: September 16, 2007, 02:33:26 AM »
can we make it like this board...for everybody..
thnx
ms

30
Mods & Plugins (Releases & Support) / Re: one more MOD request
« on: September 15, 2007, 10:52:03 PM »
so the welcome msg will be seen by evrybody on the fron page right ...not only by the person who just registered...?

look at the upper right hand corner of this board..there is a windown that says "KEY STATS" and then under Total Members and then Latest member: ...some name"

ms

Pages: 1 [2] 3 4 5 6