lexayo
Forum Replies Created
-
Forum: Plugins
In reply to: [Exchange Platform] [Plugin: Exchange Platform] bug with URL rewriteOk, this is fixed in the trunk
Forum: Plugins
In reply to: [Exchange Platform] [Plugin: Exchange Platform] How to setup the plugin?For the use in 0ad, tell me once you have set up the plugin as you like, since I may have a way to do a simple “C++” version of the installer…
Forum: Plugins
In reply to: [Exchange Platform] [Plugin: Exchange Platform] How to setup the plugin?hi
> it only accepts .zips
yes exactly. you know you can only upload 1 file at a time, so this is the best option
> things inside the zip have to be inside a folder, an allowed root folder
no, things can be anywhere in the zip
if there is only 1 folder, we assume it is the “real” root of the archive. This is due to the behavior of some archive software which put everything in a root folder by default> What does the categorization of the root folders do?
You mean the folder tree ?
This is useful when you use the installer service, which will download and paste the files in the existing folders, and it may create the folders if needed. It keeps the same tree. For example, if the zip file contains “binary/mods/ai/common_api/test.js” then test.js will be placed into the right folder.
It is also used to detect dependencies between elements. For example if the element called “common api” contains binary/mods/ai/common_api/*.*, then when another element is uploaded and contains the same folder and files, then there is a “dependence” with the “common api”. It does nothing to the zip is downloadable and which still contains the common api files, but it is visible in the element post. And also, if you use the installer service, it has 2 adventages
– it makes you download the original “common api”
– if you already have the original “common api” installed, it does not try to overwrite it
– when there is an update (a new version is uploaded), then you can update the original “common api” and the other element independentlyForum: Plugins
In reply to: [Exchange Platform] [Plugin: Exchange Platform] 'Invalid arguments passed in'we have the plugin running here with latest WP version
https://www.silexlabs.org/and looking at the code, I guess it is because you did not set the “allowed folders” list in the plugin’s admin page
Forum: Plugins
In reply to: [Exchange Platform] [Plugin: Exchange Platform] How to setup the plugin?Hello
The Silex Manager is not part of this plugin since this plugin can be used outside Silex.
Here you can try Silex
https://demos.silexlabs.org/silex/Here you can see how Silex Manger works
https://www.silexlabs.org/silex/docs-silex/user-guide-silex/manager/Here it is about the interaction with the exchange plugin
https://www.silexlabs.org/silex/tutorials-silex/install-new-items-for-your-silex-server/Finally, you can downlad Silex here
https://projects.silexlabs.org/?/silex/flash.cms/downloadForum: Plugins
In reply to: [Exchange Platform] [Plugin: Exchange Platform] How to setup the plugin?> have it appear on the website somewhere
should appear on all posts for which you have uploaded a zip archive
> have other people upload their things
you should try it on our platform, we just migrated the old https://exchange.silexlabs.org to https://www.silexlabs.org/category/exchange/exchange-silex/
there you can
– login using facebook or google or twitter or create an account
– ccreate a new post (an item of the exchange platform) with a zip file associated to itIn silex manager, one will access the exchange platform and install elements transparently. See this tutorial to see how the user do this https://www.silexlabs.org/silex/tutorials-silex/install-new-items-for-your-silex-server/
Bye !
Forum: Plugins
In reply to: [Exchange Platform] [Plugin: Exchange Platform] 'Invalid arguments passed in'hello
can you tell me which wordpress version you have?Forum: Your WordPress
In reply to: Flash Frontend w/ Deep Linking & WP Backend CMSHey
very nice !
how did you do to get the video URL from wordpress ? you used the custom fields ?
if you are interested we need people like you on flog, the open source flash blog plugin for wordpress ( https://www.ads-software.com/extend/plugins/flog/ ).
we make templates with silex (the os flash cms) and plug them into wordpress using the plugin API.
so the html theme is the html equivalent for those who do not have flash and for seo. we often use a smart phone theme in addition.
the project is very young (5 months) but we will be 4 people working on it soon. why don’t you join us?
bye
lex.Forum: Alpha/Beta/RC
In reply to: [Plugin: 1silex4wp] bugs trackfinnaly we moved the bug report here :
https://projects.silexlabs.com/pluginwp/Forum: Alpha/Beta/RC
In reply to: [Plugin: 1silex4wp] bugs trackbugs pour sha
– dans page archive, les liens sont faux (version html et permalink)
https://localhost/dev/1silex4wordpress/wordpress/?paged=1 au lieu de https://localhost/dev/1silex4wordpress/wordpress/?paged=1&cat=26& …Forum: Alpha/Beta/RC
In reply to: [Plugin: 1silex4wp] bugs trackbugs pour sha
* mettre les fla dans un repertoire “sources” au même niveau que trunk
* pas de texte “resultat pour la recherche …” dans la page archiveForum: Alpha/Beta/RC
In reply to: [Plugin: 1silex4wp] bugs track@sharof
> essaye avec une adresse et pas le content encoded
> attention il faut mettre ?framed apres l’adresse pour ne pas avoir le header et foorter du theme wordpressForum: Fixing WordPress
In reply to: register_activation_hook JUST WON’T WORKme too
so i do this :function silex_activation_hook(){
……………..
}// does not work => call it directly register_activation_hook( __FILE__, ‘silex_activation_hook’);
if ($_GET[‘activate’] == true)
{
silex_activation_hook();
}Forum: Fixing WordPress
In reply to: RSS of the search results?Forum: Plugins
In reply to: [Plugin: 1silex4wp] So, what is this?what do you think of the screenshots?