[xwiki-users] XWIKI help

2010-10-06 Thread Bauyrzhan Matyganov
Hello I am new to XWIKI
howcan i get into xwiki/bin directory
i cant see it on my directories

Thank you in advance!
Bauyrzhan.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Flash File embedding to a header

2010-10-12 Thread Bauyrzhan Matyganov
Hello everyone
I have a question about embedding a flash file to my header
how can i do  that?

I tried to embed it to a global.vm of my colibri skin file
however it did not show anything.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] CSS files reklated to blog section

2010-10-12 Thread Bauyrzhan Matyganov
Wheren can I edit css files related to Blog section?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] CSS files reklated to blog section

2010-10-13 Thread Bauyrzhan Matyganov
thanks alot, I will try

On Wed, Oct 13, 2010 at 1:04 PM, Raluca Stavro wrote:

> Hello,
>
> The blog uses a Skin Extension (see
> http://platform.xwiki.org/xwiki/bin/view/DevGuide/SkinExtensionsTutorial)
> stored as an object attached to 'Blog.BlogStyle' document. So edit
> that document in Object mode
> (
> http://platform.xwiki.org/xwiki/bin/view/Features/PageEditing#HObjectseditingmode
> )
> and you'll be able to edit the styles.
>
> Raluca.
>
> On Wed, Oct 13, 2010 at 8:23 AM, Bauyrzhan Matyganov
>  wrote:
> > Wheren can I edit css files related to Blog section?
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> >
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Flash File embedding to a header

2010-10-13 Thread Bauyrzhan Matyganov
already got it, thanks though
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] Flash File embedding to a header

2010-10-13 Thread Bauyrzhan Matyganov
there was no problem, i just did not know how to embed flash to my header,
and now I've figured it out.
just modified the global.vm file, its just a plain html, used standard html
tags.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] JS running problem

2010-10-13 Thread Bauyrzhan Matyganov
Hello community

I have created JS Extension file
its code is : alert("Hello world");
I configured it as run on demand.

I use this code in order to call js:
 {{velocity}}
$xwiki.jsx.use("XWiki.FirstJS")
{{/velocity}}

however it does not do anything.

Any ideas how to run JS?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] JS running problem

2010-10-13 Thread Bauyrzhan Matyganov
I have followed the instructtion from that tutorial
so its no help
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] JS running problem

2010-10-13 Thread Bauyrzhan Matyganov
ok,
so the problem is that I have created new JavascriptExtension and
CSSExtension files
I configured them as to call on demand.
However, when i cal them with skin extension plugin:
$xwiki.jsx.use("XWiki.SomeJSFile") and $xwiki.ssx.use("XWiki.SomeCSSFile")
no changes appear on my page. But, when I configure them as to run Always on
this page, it works fine.
The problem is that I want to call them on demand but they do not run with
skin extension plugin.

Thank in advance.

Bauyrzhan

On Thu, Oct 14, 2010 at 11:34 AM, Vincent Massol  wrote:

>
> On Oct 14, 2010, at 7:18 AM, Bauyrzhan Matyganov wrote:
>
> > I have followed the instructtion from that tutorial
> > so its no help
>
> Please answer inline and don't remove previous comments since you're making
> it hard to help you. Right now I cannot even read your initial message again
> since you removed it from this message and it's just too long to have to
> open a browser and search the archives to find it. You need to make it easy
> for people to help you.
>
> Could you explain what you did in more details and the error you get, so
> that we can help you more?
>
> Thanks
> -Vincent
>
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] JS running problem

2010-10-14 Thread Bauyrzhan Matyganov
Hi Marius
I am using this version : xwiki-enterprise-installer-windows-2.4.3.exe

On Thu, Oct 14, 2010 at 1:52 PM, Marius Dumitru Florea <
mariusdumitru.flo...@xwiki.com> wrote:

> Hi Bauyrzhan,
>
> On 10/14/2010 08:45 AM, Bauyrzhan Matyganov wrote:
> > ok,
> > so the problem is that I have created new JavascriptExtension and
> > CSSExtension files
> > I configured them as to call on demand.
> > However, when i cal them with skin extension plugin:
> > $xwiki.jsx.use("XWiki.SomeJSFile") and
> $xwiki.ssx.use("XWiki.SomeCSSFile")
> > no changes appear on my page. But, when I configure them as to run Always
> on
> > this page, it works fine.
> > The problem is that I want to call them on demand but they do not run
> with
> > skin extension plugin.
>
> Which XWiki Enterprise version are you using? I just tried the same
> thing on the latest XE 2.5 build and it worked fine.
>
> Marius
>
> >
> > Thank in advance.
> >
> > Bauyrzhan
> >
> > On Thu, Oct 14, 2010 at 11:34 AM, Vincent Massol
>  wrote:
> >
> >>
> >> On Oct 14, 2010, at 7:18 AM, Bauyrzhan Matyganov wrote:
> >>
> >>> I have followed the instructtion from that tutorial
> >>> so its no help
> >>
> >> Please answer inline and don't remove previous comments since you're
> making
> >> it hard to help you. Right now I cannot even read your initial message
> again
> >> since you removed it from this message and it's just too long to have to
> >> open a browser and search the archives to find it. You need to make it
> easy
> >> for people to help you.
> >>
> >> Could you explain what you did in more details and the error you get, so
> >> that we can help you more?
> >>
> >> Thanks
> >> -Vincent
> >>
> >> ___
> >> users mailing list
> >> users@xwiki.org
> >> http://lists.xwiki.org/mailman/listinfo/users
> >>
> > ___
> > users mailing list
> > users@xwiki.org
> > http://lists.xwiki.org/mailman/listinfo/users
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Login page without no panels

2010-10-14 Thread Bauyrzhan Matyganov
How to make login page without no panels?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] remove panels from login page

2010-10-14 Thread Bauyrzhan Matyganov
How can I remove panels from Login page?
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] remove panels from login page

2010-10-14 Thread Bauyrzhan Matyganov
I am sorry for resending mail
I have already fixed the problem.

Thanks anyway.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


Re: [xwiki-users] remove panels from login page

2010-10-15 Thread Bauyrzhan Matyganov
ups sorry

On Fri, Oct 15, 2010 at 2:36 PM, Vincent Massol  wrote:

> And please help yourself by not deleting content when replying. I've
> already mentioned this in another email but you seem to have ignored it
>
> Thanks
> -Vincent
>
> On Oct 15, 2010, at 8:20 AM, Bauyrzhan Matyganov wrote:
>
> > I am sorry for resending mail
> > I have already fixed the problem.
> >
> > Thanks anyway.
> ___
> users mailing list
> users@xwiki.org
> http://lists.xwiki.org/mailman/listinfo/users
>
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users


[xwiki-users] Import UserList stored in database to a XWikiUser document

2010-10-26 Thread Bauyrzhan Matyganov
Hello dear friends and community
I need your help with registering users.

The question is:


I have a database table wich contains a list of registered users to my
website.
Now, I want to import this list of users to my XWIKI application.
But i dont know how to import it.

I can select all user name and put them in an xwiki array or set.
and then, i can write a script that will use a for loop to create users
taking username from the array and putting a defualt pathword which users
can change later.

#set($userNames=
{"A","B","C",...})
#set($fields = [])
##

#foreach($userName in $userNames)
## The first name field, no checking.
#set($field = $userNames)
#set($discard = $fields.add($field))
etc

#createUser($fields, $request, $response, $doAfterRegistration)

#end

will it work?

I am not proficient in XWiki and velocity programming, and I ask for your
help.
Any help will be appriciated.
___
users mailing list
users@xwiki.org
http://lists.xwiki.org/mailman/listinfo/users