Good art is a taste, good design is an opinion.


Come as guest, stay as family.
Board Index

Come as guest, stay as family.


You are not connected. Please login or register

Foto

[Archived] request a change in code



View previous topic View next topic Go down Message [Page 1 of 1]

1
Offline

  Michael_vx

Michael_vx
Punbb Junior
Punbb Junior
  • Description:
https://punbb-design.forumotion.com/t388-javascript-admin-mod-comment
1st im sorry if i dont know where is the good section for this request because my request is for a non forumotion
the code link above dose not work on SCEditor of
http://www.sceditor.com
so if any one know hoe to add more buttons to this Editor let me know please because i like to add the button in link i provide in the 1st of topic 2nd thing i like to know if it possible to have this Editor him self on forumotion forums some people asking me for this request to add this editor on forumotion but i cant figure out how to start my project to add this editor on forumotion
i already use this editor on Mybb forum and its working great
and sorry for long long message

  • Information:
Forum:http://micsoft.is-best.net/vx/Version:PHPBB2
Type:Request a codeTags:request,change

Powered by PunBB
Currently 0 users have thanked Michael_vx for this post:

2
Offline

  Shadow

Shadow
Administrator
Administrator
Because the forumotion is using a different light-weight version of SCEditor, you have a documentation about how to implement a new buttons on SCEditor.

For example
Code:
[panda=js]    $.sceditor.plugins.bbcode.bbcode
.set("h1", { tags: { h1: null }, format: "[h1]{0}[/h1]", html: "<h1>{0}</h1>" })
 

For further information, use their documentation since everything is explained very well.

http://www.sceditor.com/documentation/getting-started/
http://www.sceditor.com/documentation/custom-bbcodes/ - for bbcodes.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

3
Offline

  Michael_vx

Michael_vx
Punbb Junior
Punbb Junior
R wrote:[link="/t905-request-a-change-in-code#6009"]Because the forumotion is using a different light-weight version of SCEditor, you have a documentation about how to implement a new buttons on SCEditor.

For example
Code:
[panda=js]    $.sceditor.plugins.bbcode.bbcode
.set("h1", { tags: { h1: null }, format: "[h1]{0}[/h1]", html: "<h1>{0}</h1>" })
 

For further information, use their documentation since everything is explained very well.

http://www.sceditor.com/documentation/getting-started/
http://www.sceditor.com/documentation/custom-bbcodes/ - for bbcodes.

you mind telling me more info im just novice in coding Very Happy
also i think i still missing the trick of how to force the replace the forumotion Editor with the other one like this i already setup the Scripts
Code:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
 
<!-- Include the default theme -->
<link rel="stylesheet" href="http://micsoft.is-best.net/vx/minified/themes/default.min.css" type="text/css" media="all" />
 
<!-- Include the editors JS -->
<script type="text/javascript" src="http://micsoft.is-best.net/vx/minified/jquery.sceditor.bbcode.min.js"></script>
and
Code:
    <script>
    $(function() {
    $("textarea").sceditor({
    plugins: "bbcode",
    style: "http://micsoft.is-best.net/vx/minified/jquery.sceditor.default.min.css"
    });
    });
    </script>
so the trick here is the way to force the editor to replace the old editor
am i right or i still missing something ?

Powered by PunBB
Currently 0 users have thanked Michael_vx for this post:

4
Offline

  Shadow

Shadow
Administrator
Administrator
For further help, better ask on http://community.mybb.com/ since you are using their forum software.

Powered by PunBB
Currently 0 users have thanked Shadow for this post:

5
Offline

  Michael_vx

Michael_vx
Punbb Junior
Punbb Junior
R wrote:[link="/t905-request-a-change-in-code#6020"]For further help, better ask on http://community.mybb.com/ since you are using their forum software.
i like to but since i added some games and apps like far cry 4 and IDM
they marked me as This user has been denied support.
and i can not ask for any thing there Sad
i thought the only rule for support is the copyrights at the footer if removed i should not have support this why im asking somewhere else so i might find info or any thing
i know this forum is only for forumotion but i think coding is still coding no matter what kind of forum is or site is mybb forums only have templates and CSS

Powered by PunBB
Currently 0 users have thanked Michael_vx for this post:

6
Offline

  Van-Helsing

Van-Helsing
★Moderator★
★Moderator★
[aviso="Thread Archived"]Original poster seems to be inactive and did not respond within 7 days in this thread. Because of this, the topic has been Archived.

If you have further questions, please open a new topic.[/aviso]

Powered by PunBB
Currently 0 users have thanked Van-Helsing for this post:

7
Offline

  Sponsored content



Powered by PunBB
Currently 0 users have thanked Sponsored content for this post:

View previous topic View next topic Back to top Message [Page 1 of 1]


Topic URL's

URL
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum