Author Topic: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)  (Read 70210 times)

0 Members and 1 Guest are viewing this topic.

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #15 on: February 23, 2007, 12:35:01 AM »
I'm going to look into it tomorrow :)

Offline bibabobu

  • Sr. Member
  • ****
  • Posts: 311
  • Technische und künstlerische Gravuren
    • View Profile
    • Technische und künstlerische Gravuren für die gesamte Metall-, Kunststoff- und Papierindustrie
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #16 on: February 25, 2007, 12:36:34 AM »
I'm going to look into it tomorrow :)
@bartafterdark

Do you already find a soultion for toggling on/off the tiny_mce for only some textareas :?:

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #17 on: February 25, 2007, 02:58:14 PM »
In admin_functions.php
find:
Code: [Select]
mode : "textareas",
theme : "advanced",
Replace with:
Code: [Select]
mode : "exact",
theme : "advanced",
elements : "news_text",

Now it will only show for the news :-)

Offline bibabobu

  • Sr. Member
  • ****
  • Posts: 311
  • Technische und künstlerische Gravuren
    • View Profile
    • Technische und künstlerische Gravuren für die gesamte Metall-, Kunststoff- und Papierindustrie
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #18 on: February 27, 2007, 06:29:30 PM »
GREAT!  :D

And if I also want to add TinyMCE for the description textarea of for example the news and categories or unique areas?
How to code that?
I think something like that
Code: [Select]
elements : "news_text", "???"  But where i find the name of the textareas?

Thanks @bartafterdark

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #19 on: February 28, 2007, 08:29:47 PM »
it's easist if you are useing firefox

But the Image description box is image_description_1

Offline bibabobu

  • Sr. Member
  • ****
  • Posts: 311
  • Technische und künstlerische Gravuren
    • View Profile
    • Technische und künstlerische Gravuren für die gesamte Metall-, Kunststoff- und Papierindustrie
 :oops: sorry i think i am too stupid.

I like to have the TinyMCE in the news_text and also in the category description.

How i have to code this?

 :?:
Code: [Select]
elements : "news_text", "cat_description" 
If i try that nothing appears. Is the position of the comma wrong or something else?

Please do you have me one more advice. Thanks.

EDIT:  Problem solved by myself. It has to be: 
Code: [Select]
elements : "news_text,cat_description", 
« Last Edit: March 06, 2007, 09:39:49 AM by bibabobu »

Offline BartAfterDark

  • Hero Member
  • *****
  • Posts: 520
    • View Profile
sorry about the late reply. Nice to see you got it working ;)

Offline www.katzen.ag

  • Jr. Member
  • **
  • Posts: 75
  • KatzenAG - das grosse Katzenportal im Internet
    • View Profile
    • KatzenAG - das grosse Katzenportal im Internet
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #22 on: October 15, 2007, 06:23:00 PM »
Ein interessanter Mod. Aber für welches der Newssyteme ist dieser Mod konzipiert?
Gibt ja drei...

Grüße
KatzenAG
KatzenAG - das grosse Katzenportal im Internet

Offline mathuatden

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #23 on: October 17, 2007, 04:37:16 AM »
I add this mod but it is not work
I was upload tiny_mce folder( i was Extract tinymce_2_1_0 and tinymce_compressor_php_1_1_0. Move the files from tinymce_compressor_php_1_1_0 to the tiny_mce folder) to root server and this is  my admin_functions.php
http://worldoflady.com/admin_functions.rar
Help me
I need this mod very much
Thank

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #24 on: October 17, 2007, 04:42:02 AM »
And what is to see in admin_functions ?
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 mathuatden

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #25 on: October 17, 2007, 05:31:27 AM »
In admin_fuctions I see unchanged

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #26 on: October 17, 2007, 01:03:15 PM »
If you see unchanged ... why post admin_functions if nothing wrong ?
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 www.katzen.ag

  • Jr. Member
  • **
  • Posts: 75
  • KatzenAG - das grosse Katzenportal im Internet
    • View Profile
    • KatzenAG - das grosse Katzenportal im Internet
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #27 on: October 17, 2007, 08:04:06 PM »
Hello everybody!

It's an intressting Mod but for which News MOD?
I mean, in this forum I found three News MOD 8O

Thanks
 
KatzenAG - das grosse Katzenportal im Internet

Offline thunderstrike

  • 4images Guru
  • *******
  • Posts: 2.327
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #28 on: October 17, 2007, 08:11:01 PM »
Take RSS Feeds MOD. ;)
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 mathuatden

  • Jr. Member
  • **
  • Posts: 55
    • View Profile
Re: [MOD] Integrate TinyMCE into 4images Admin Panel (Still needs some work)
« Reply #29 on: October 18, 2007, 03:23:13 PM »
Send me admin_fuction.php which was hackthis mod,plz