Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 2 of 3
Goto page Previous  1, 2, 3  Next
 
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
Quote:
same here... i cannot download anything from this site for some reason...


looooool

Quote:
first post updated with link to download


link work
 




____________
IcyPhoenix German Support
 
New PlayerSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
Nice Mod DWho.

looks good to me.

i´m testing local at the moment
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
spydie wrote: [View Post]
Nice Mod DWho.

looks good to me.

i´m testing local at the moment


great let me know of any problems..

Here are some tips

The mod comes with a load of plugins that you can add or take away here is the full list with an explanation to what they do.. plugins

to enable them or disable them

OPEN xinha/my_config.js
FIND
Code: [Download] [Hide] [Select]
  xinha_plugins = xinha_plugins ? xinha_plugins :
  [

AFTER ADD
Code: [Download] [Hide] [Select]
  'PLUGIN NAME HERE',


you will see some plugins already installed if you go to the plugin folder (xinha/plugins) just copy the name of the plugin folder and copy it to the file as above... remember the tags and the comma..

Also in the file you can change the height and width to suit you


FIND
Code: [Download] [Hide] [Select]
   xinha_config.width  = '900px';
   xinha_config.height = '500px';

REPLACE WITH
Code: [Download] [Hide] [Select]
what ever width and height you need ...remember to keep the [b][color=#FF5500]px[/color][/b] otherwise it will pick a size for you


there are a few tips on the xinha site but I do not recommend using the forum as you are unlikely to recieve an answer I will try and help as much as I can as I have spent a week researching xinha..

As I find out more I will post here

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
Hey man, I've got a problem.
Can you explain me how to do the first entry:
Code: [Download] [Hide] [Select]
#
#-----[ SQL ]-------------------------------------
#

INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('select_wysiwyg', '0');


I dont know where I have to go and dont find that file (phpbb_config) neither.



Thx
 



 
wachowskiSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
wachowski wrote: [View Post]
Hey man, I've got a problem.
Can you explain me how to do the first entry:
Code: [Download] [Hide] [Select]
#
#-----[ SQL ]-------------------------------------
#

INSERT INTO `phpbb_config` (`config_name`, `config_value`) VALUES ('select_wysiwyg', '0');


I dont know where I have to go and dont find that file (phpbb_config) neither.



Thx


hi it is a database update.. goto your ACP/db security/ip mysqladmin/ on the new page that opens on the right at the top left it says sql click there and a text box will open enter the code below and hit submit

Code: [Download] [Hide]
  1. INSERT INTO `ip_config` (`config_name`, `config_value`) VALUES ('select_wysiwyg', '0'); 


   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
When using Xinha and you want to go page down normally you would just hit enter and you will goto the next line...

trouble is this creates this html <p></p> which is fine some of the times...

to create it probably so you create this html <br /> hold down shift and then hit enter..

this will display a lot better after you hit submit..

Also always clear the cache at an ytime you edit a file or something in xinha as a lot of the time you will not see your changes...

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
question.


is it possible to edit the themes with xinha ??

i mean change header and things like that??
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
Care to tell me where this file is in RC1 Public Release, because I can't find it.

    includes/mod_icy_phoenix.php
 
 
 
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
spydie wrote: [View Post]
question.


is it possible to edit the themes with xinha ??

i mean change header and things like that??


this required big changes

but you can already edit the template files

ACP >> styles & templates >> Edit Templates

maybe you have to enable it in ACP >>  styles & templates >> settings
 




____________
IcyPhoenix German Support
 
New PlayerSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
Lopalong wrote: [View Post]
Care to tell me where this file is in RC1 Public Release, because I can't find it.

    includes/mod_icy_phoenix.php


LOL sorry it should be includes/mod_settings/mod_icy_phoenix.php

thanks for pointing that out..

I have updated the download

   

 
spydie wrote: [View Post]
question.


is it possible to edit the themes with xinha ??

i mean change header and things like that??


if you open the xinha folder you will see a folder names skins... there are 8 different ones including the css file for them...

if you open

templates/common/cms/page_header_std.tpl and templates/common/cms/page_header.tpl

and find

Code: [Download] [Hide] [Select]
  <script type="text/javascript">
    _editor_url  = "{FULL_SITE_PATH}xinha/"  // (preferably absolute) URL (including trailing slash) where Xinha is installed
    _editor_lang = "en";      // And the language we need to use in the editor.
    _editor_skin = "xp-blue";   // If you want use a skin, add the name (of the folder) here
    _editor_icons = "Tango";
  </script>
  <script type="text/javascript" src="{FULL_SITE_PATH}xinha/XinhaCore.js"></script>
  <script type="text/javascript" src="{FULL_SITE_PATH}xinha/my_config.js"></script>


look for

Code: [Download] [Hide] [Select]
    _editor_icons = "Tango";


and change the style tango to one of the other skins names... clear the cache and thats it... if you want to change the look of the skin open the css and have a look through it... back up the original though...

hope that helps

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
Due to lack of support for Xinha I am not going to continue with this add on....

but as soon as the final release is released I will be incorporating tinymce

As tinymce does not have an extension to upload images... I will be working on a way to incorporate it using icys' present system of uploading images

look Out for new post coming soon..

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
TinyMCE is REALLY BETTER
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
I totally agree... nicer looking and more flexible...

Shame they have not done a free plugin to upload images... but I suppose everyone needs to make money some how...

Anyway I made a smple addon to upload images and ten add the link to the mage pop up.. so just testing other features and it will be good to go when the last release of Icy is ready...

   
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
The plugins system is great & easy to use. I think u can find something for image

EDIT: did "advimage" is not a plug for image ?
 



 
InformproSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: [MOD RC1] WYSIWYG Editor For Cms 
 
It is but there is no way to upload an image directly as far as I can see... still looking though...


I just wanted it easy for admins to upload directly to the post but tinymce seem to not want you do to that..

Gonna check out there forums and other scripts... though I did notice joomla had this feature so gonna look at that...

Unless I missed something (that nhappens a lot LOL)
 




____________
Mods and themes for Icy Phoenix 1.3

IcyPhoenix UK is off-line permanently due to lack of time to update mods.
if anyone is interested in my templates I will upgrade them to Icy 2.0.
 
DWhoSend private messageVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 2 of 3
Goto page Previous  1, 2, 3  Next


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events