61
marcan
Re: uploading media to smartmedia 0.85
  • 2005/11/9 15:39

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi,

SmartMedia does not currently allow you to upload media through the module, except for images reprenting categories, folders or clip. The actual videos must be uploaded whereever you want. The clip's fields high res url, and low res urls allow you to put the URL of the file you want to display.

Is it clearer ?

Cheers!
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



62
marcan
Re: Dutch month format
  • 2005/11/4 12:27

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Ok, here is a little update on this issue.

The problems comes from PHP itself, and not XOOPS. All dates are passed through include/functions.php/formatTimeStamp() before being displayed. This function uses the PHP function date(). There is the problem. The date() function doesn't take the locale into consideration.

We are currently looking at how we could workaround this...
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



63
marcan
Re: TinyEditor 0.5 problems : some solutions :-)
  • 2005/10/31 11:34

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hello fellow Xoopsers,

I encountered the same problems as you did. I have played around with TinyEditor and fixed some problems.

You can find our hack here : tinyedior_smartfactory_hack.zip

Here is what we did on this package :

@brandx:
Quote:
When i click on the add image button the window is size properly initially but immediately is resized to around 50px by 50px and cannot be resized.

I removed the code that was resizing the window under IE. It now works fine, at least for me

@pjcvdpol:
Quote:
However.... the pages show with no images on the user side, just the outlines and alt-tag.

I found out that this is caused by all images' path tp be saved as relative path. To fix this, go in TinyEditor's preferences and set this option to No :
Force relative URLs

@brandx:
Quote:
Also, I thought the documentation states that a user can have his / her own directory for images.. currently it displays all the images in the images directory. Any idea how to implement this?

Yes, this can be done by going in the TinyEditor's preference and changing this option to Yes :
Enable per-user directories?

I also fixed a little issue of HTML outputing at the wrong place when the editor is used within a form using a template.

Also, I beleive I have fixed all the places that had not been translate in french. And for those who are translating this module you need to be aware of this :
- You need to copy the english foldder in modules/tinyeditor/language/ and named it with your language. Then you need to translate all constants of each files in it. But this is normal XOOPS procedure
- Then, you also need to translate every plugin you would like to use.
- Plugin language constant are defined differently.
- They are defined in modules/tinyeditor/editor/plugins/pluginName/langs/
- For example, let's take the image manager plugin
- You need to copy the file modules/tinyeditor/editor/plugins/imgmanager/langs/en.js and rename it with the name or your language, for example. in french, it would be fr.js
- Edit this new file and translated the constant
- Finally, you also need to edit the plugin mainfile to tell this file to also load this new language
- This file is : modules/tinyeditor/editor/plugins/pluginName/langs/editor_plugin.js
- Edit this file and change this line at the top of the file to add your language :
/* Import theme specific language pack */
tinyMCE.importPluginLanguagePack('imgmanager''en,[b][color=CC0000]fr[/color][/b],it');


Finally, I never was able to make the Advanced Image Manager plugin to work. Has anybody was ?
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



64
marcan
Re: Dutch month format
  • 2005/10/13 16:42

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


I did a little of research. Here is the results :

- I can reproduce the exact same behavior in the News module locally, so it is not "site-related"

- I can reproduce the exact thing with SmartSection, so it is not News related

- I can reproduce the exact same thing with the French language, so the problem is not the language pack.

Can anyone else confirm this to me ?

I also did an echo $someDate and it displayed the month incorrectly, always in english, whatever the language used (french, nederland), so to my knowledge, it is not Smarty related.

Anyone else can help us ?

Cheers!
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



65
marcan
Re: Blocks shift about after 2.0.13.1 Upgrade
  • 2005/9/12 11:41

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi,

Try this (thanks to solo !) : smartclient_patch.zip and update the module.

Let me know !
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



66
marcan
Re: problem with search after cloning module
  • 2005/9/9 11:38

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi,

Thanks for the feedback. I was able to easily reproduce teh bug and if the phpdebug is active , a nice little fatal error is displayed, telling us exactly where the bug is coming from .

This is indeed a bug that will be fixed in next release.

In the mean time, you can perform these Find and Replace action on the original smartsection in order to fix the bug and be able to clone it again properly, following the same instructions in clone.txt. Remember, case sensitivity is essential.

ssItem => SmartsectionItem
ssitem => smartsectionitem
ssCategory => SmartsectionCategory
sscategory => smartsectioncategory
ssFile => SmartsectionFile
ssfile => smartsectionfile

Let me know !
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



67
marcan
Re: Blocks shift about after 2.0.13.1 Upgrade
  • 2005/8/30 13:10

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Quick question, what version of SmartClient are you using ?

Thanks !
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



68
marcan
Re: Looking for XOOPS Mod Contractors and Consultants
  • 2005/8/22 15:45

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi Rick,

I just registered at the site. Waiting for the activation mail.

Thanks !
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



69
marcan
Re: Looking for XOOPS Mod Contractors and Consultants
  • 2005/8/20 12:10

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


Hi Rick, this seems like a really interesting project!

As usual, my developer team and me are interested. Let me know!

Cheers!
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.



70
marcan
Re: [PAID WORK] Xoops needs....
  • 2005/8/14 21:12

  • marcan

  • Just can't stay away

  • Posts: 824

  • Since: 2003/10/8


This is in interesting initiative. I have been doing some custom work for some Xoopsers out there and I am always interested in improving modules or created new one, all for the best interest of the community. As some of you know, I have an organization behind me, InBox Solutions, and we are able to deliver some quality work.

So this is just to let you know that we are interested

Cheers!
.:: marcan (aka mal aka Marc-André) ::.
.:: Open Source :: The SmartFactory ::.
.:: XOOPS Professional Services :: INBOX International ::.




TopTop
« 1 ... 4 5 6 (7) 8 9 10 ... 36 »



Login

Who's Online

318 user(s) are online (200 user(s) are browsing Support Forums)


Members: 0


Guests: 318


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits