i need help in sceditor Project
3 posters
Page 1 of 1
i need help in sceditor Project
converting HTML and CSS and BBcode to Java
i know i said i quit forumotion but after a few of my friends started to use the facebook comments i asked here for Editing it and they asking me to make a new editor for forumotion so im getting ready for the project starting from this template
CSS
i want some advice
i know i said i quit forumotion but after a few of my friends started to use the facebook comments i asked here for Editing it and they asking me to make a new editor for forumotion so im getting ready for the project starting from this template
CSS
- Code:
#quick_reply .row2 {
clear: both;
margin-left: auto;
margin-right: auto;
width: 95% !important;
height: auto !important;
}
#text_editor_controls {
display: none !important;
}
- Code:
jQuery.getScript('http://goo.gl/BFDfd');
i want some advice
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need help in sceditor Project
Hello Michael,
Without the full script you have only CSS and a getScript() method that does nothing.
Without the full script you have only CSS and a getScript() method that does nothing.
Re: i need help in sceditor Project
the target editor is this
http://www.sceditor.com
i already uploaded the needed files and the test is good with a none forumotion forum with these codes
this why im looking for advice
http://www.sceditor.com
i already uploaded the needed files and the test is good with a none forumotion forum with these codes
- Code:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<link rel="stylesheet" href="minified/themes/default.min.css" type="text/css" media="all" />
<script type="text/javascript" src="minified/jquery.sceditor.bbcode.min.js"></script>
- Code:
<script>
$(function() {
// Replace all textarea's
// with SCEditor
$("textarea").sceditor({
plugins: "bbcode",
style: "minified/jquery.sceditor.default.min.css"
});
});
</script>
this why im looking for advice
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need help in sceditor Project
what you like to advice me withAnge Tuteur wrote:Hello Michael,
Without the full script you have only CSS and a getScript() method that does nothing.
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need help in sceditor Project
Is this for a Forumotion forum ?
This : http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
Is the jQuery JavaScript library, it lets you use jQuery on your website. e.g. :
I'm guessing this : minified/themes/default.min.css
Is the stylesheet for the editor ? That can be included inside a script and appended to the head, but I don't recommend it.
and I'm guessing this : minified/jquery.sceditor.bbcode.min.js
Is the editor itself.
This : http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
Is the jQuery JavaScript library, it lets you use jQuery on your website. e.g. :
- Code:
$(element).html('do something')
I'm guessing this : minified/themes/default.min.css
Is the stylesheet for the editor ? That can be included inside a script and appended to the head, but I don't recommend it.
and I'm guessing this : minified/jquery.sceditor.bbcode.min.js
Is the editor itself.
Re: i need help in sceditor Project
im still like a 1% of coding knowledge and im guessing the code you provide is something like HTML am i right ?Ange Tuteur wrote:Is this for a Forumotion forum ?
This : http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
Is the jQuery JavaScript library, it lets you use jQuery on your website. e.g. :
- Code:
$(element).html('do something')
I'm guessing this : minified/themes/default.min.css
Is the stylesheet for the editor ? That can be included inside a script and appended to the head, but I don't recommend it.
and I'm guessing this : minified/jquery.sceditor.bbcode.min.js
Is the editor itself.
okay here the direct code links
http://micsoft.hol.es/vx/minified/themes/default.min.css
http://micsoft.hol.es/vx/minified/jquery.sceditor.default.min.css
http://micsoft.hol.es/vx/minified/jquery.sceditor.bbcode.min.js
i think i need more advice or tips
its harder then i thought may be
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need help in sceditor Project
You do understand even if you use a different editor if Forumotion does not support the coding somethings will not work. I am referring to BBCodes.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: i need help in sceditor Project
sorry for the delay got no internet in the past days
i understand in the 1st since i find fonts over 29 dose not working on forumotion but at least will make Editor looks better and this all my friends asking me to so its will be good to give them what they want even if will not work 100% with all codes am I right
may they will understand what Editor is better
i understand in the 1st since i find fonts over 29 dose not working on forumotion but at least will make Editor looks better and this all my friends asking me to so its will be good to give them what they want even if will not work 100% with all codes am I right
may they will understand what Editor is better
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Re: i need help in sceditor Project
O_O
any new idea
i hope my internet dont lost again
weird news someone said he used this editor on forumotion but when i asked how he did not reply so im waiting for tips
any new idea
i hope my internet dont lost again
weird news someone said he used this editor on forumotion but when i asked how he did not reply so im waiting for tips
Michael_vx- Forumember
- Posts : 659
Reputation : 29
Language : Arabic and some English
Location : Egypt
Similar topics
» sidebar project
» Project D logo.
» New project: translators and Testers ?
» Project Aubade
» starting a project
» Project D logo.
» New project: translators and Testers ?
» Project Aubade
» starting a project
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum