Jump to content

Product Images


Recommended Posts

you can include the editor in the admin header.tpl and install the filemanager. i have try and this works. (without garantie)

 

http://www.provider-tec.com/whmcs-full-editor.png

 

loaded plugins

PageBreak Moxiecode Systems AB 3.2.4.1

Style Moxiecode Systems AB 3.2.4.1

Layer Moxiecode Systems AB 3.2.4.1

Tables Moxiecode Systems AB 3.2.4.1

Save Moxiecode Systems AB 3.2.4.1

Advanced HR Moxiecode Systems AB 3.2.4.1

Advanced image Moxiecode Systems AB 3.2.4.1

Advanced link Moxiecode Systems AB 3.2.4.1

Emotions Moxiecode Systems AB 3.2.4.1

IESpell (IE Only) Moxiecode Systems AB 3.2.4.1

InlinePopups Moxiecode Systems AB 3.2.4.1

Insert date/time Moxiecode Systems AB 3.2.4.1

Preview Moxiecode Systems AB 3.2.4.1

Media Moxiecode Systems AB 3.2.4.1

Search/Replace Moxiecode Systems AB 3.2.4.1

Print Moxiecode Systems AB 3.2.4.1

Contextmenu Moxiecode Systems AB 3.2.4.1

Paste text/word Moxiecode Systems AB 3.2.4.1

Directionality Moxiecode Systems AB 3.2.4.1

Fullscreen Moxiecode Systems AB 3.2.4.1

Non editable elements Moxiecode Systems AB 3.2.4.1

Visual characters Moxiecode Systems AB 3.2.4.1

Nonbreaking space Moxiecode Systems AB 3.2.4.1

XHTML Xtras Plugin Moxiecode Systems AB 3.2.4.1

Template plugin Moxiecode Systems AB 3.2.4.1

SYNASYS MEDIA Symbol Jens Stolinski 1.1.0

YouTube plugin Mark Geurds 1.0

clker plugin Mohamed Ibrahim 1.0

ArPHP Khaled Al-Shamaa 1.0

JMForm Jason McInerney 3.2.4.1

Googlemaps Cees Rijken 3.2.4.1

iframe Fusion InterMedia 3.2.4.1

Spellchecker Moxiecode Systems AB 2.0.2

Image Map Editor Adam Maschek, John Ericksen 2.0

HTML self-close tags toggle Ionut Botizan 1.0

TinyAutoSave Speednet 1.2

translate Moxiecode Systems AB 3.2.4.1

HTML Character Counter plugin Chad Killingsworth, Missouri State University 1.0

Link to comment
Share on other sites

  • 2 weeks later...

http://www.provider-tec.com/downloads/16/WHMCS

 

But only for registered users. No Support. (5,63MB as .rar -> 15 MB)

 

Only extract and upload to /public_html/admin/editor

 

Full German & English

 

Some changes must make:

Link Lists: admin/editor/lists/...js

Path: /admin/editor/plugins/filemanager/InsertFile

 

Include in Admin

admin/templates/v4/header.tpl

{php}include('../admin/editor/editor.php');{/php}

Edited by spaceman
Link to comment
Share on other sites

For those looking to use this, install is easy, but dont forget to edit /editor/editor.php, and change line 27 to

language : "en",

or whatever your language is listed on line 31

 

Line 31 is only for the spellchecker

(you can sort the languages there)

spellchecker_languages : "+German=de,English=en,Danish=da,Dutch=nl,Finnish=fi,French=fr,Italian=it,Polish=pl,Portuguese=pt,Spanish=es,Swedish=sv",

 

here you can change the date:

plugin_insertdate_dateFormat : "%H:%M:%S",

plugin_insertdate_timeFormat : "%d.%m.%Y",

 

document_base_url : 'https://www.provider-tec.com', dont forget

 

more plugins you can found under http://sourceforge.net/tracker/?group_id=103281&atid=738747

Edited by spaceman
Link to comment
Share on other sites

This are free. I have forgot from were i take but is really nice.

You can link in your Editor (template_external_list_url: "editor/lists/template_list.js",)

/public_html/admin/editor/templates

 

I rename the .html to .php and so we can use php variables etc.

 

Download under http://www.provider-tec.com/downloads/16/WHMCS

example_newsletter-theme.jpg

Edited by spaceman
Link to comment
Share on other sites

Some changes must make:

Link Lists: admin/editor/lists/...js

Path: /admin/editor/plugins/filemanager/InsertFile

I don't quite understand this change yet. Could you clarify this for me please with more precise instructions.
Include in Admin

admin/templates/v4/header.tpl

{php}include('../admin/editor/editor.php');{/php}

The same with this one. Is there any special place this should go or would either the bottom or top be OK?

 

Sorry to ask and appear stupid but I just wanted to double check before I do anything to avoid errors.

 

I have already uploaded the entire editor package correctly as advised.

 

Many thanks for some detailed advice. :)

Link to comment
Share on other sites

Some success so far. I have now got the editor showing up correctly by adding {php}include('../admin/editor/editor.php');{/php} to the bottom of admin/templates/v4/header.tpl

 

So I just now need to deal with this bit and understand what it does better:

Some changes must make:

Link Lists: admin/editor/lists/...js

Path: /admin/editor/plugins/filemanager/InsertFile

Link to comment
Share on other sites

this easy in the header {php}include('../admin/editor/editor.php');{/php}

 

<body>
<div id="topnav">
 <div id="welcome">Willkommen <strong>{$admin_username}</strong>  - <a href="../" title="Client Area">Kundenbereich</a> | <a href="myaccount.php" title="My Account">Mein Account</a> | <a href="logout.php" title="Logout">Abmelden</a></div>{php}
setlocale(LC_ALL, 'German');{/php}
{php} include('../editor/editor.php');{/php}

 

And under /public_html/admin/editor/lists you can and change the links for Media, Images, Templates etc.

 

In my WHMCS i can upload images, greate tumbnails etc. The Edtior greates the Folder /images/files ,media, _thumbs automaticly.

Link to comment
Share on other sites

Sorry but we have now closed the free download. Some new users creates a account with some stupit names and email adresses. we do not accept freemailer and non email adresses based on a company.

 

Contact me when you will have this Editior on my Homepage per Live Support Chat.

Link to comment
Share on other sites

To make the include a little easier for some and also to show just on the configproducts page insert this in your admin header.tpl template just under the <body> tag

{if $SCRIPT_NAME|substr:-19 == '/configproducts.php'}

{include_php file="editor/editor.php"}

{/if}

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use & Guidelines and understand your posts will initially be pre-moderated