11
veggieryan
Re: Jamroom-like Module for Music Artists to make profiles and music uploads
  • 2005/8/1 18:58

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


Please consider this...
... i am a musician and producer who uses the wonderful cross-platform software ableton live 5...
.. with live 5 all 3rd party fx and instruments can be frozen.. the song file can be saved to a folder that is all inclusive..
.. we could have a new place to collaborate on songs with this software because with the freeze feature there is no worry of whether the sharing artists has the required plugins to hear all the sounds..
.. in short.. your module idea could be much more powerful if a simple drag and drop java uploader applet were added to allow the uploading of entire song project files for remixing... adding a drum track or vocal backing.. etc...
.. no one is doing this yet but it could be HUGE!!!!
MUCH more useful than mp3's!
..like a resurection of the old rocket network..
.. there could be a section for projects needing certain tracks added..
.. a section for musicians offering skills in certian areas...
.. you could even implement the xasset module to track licenscing like ccmixter.org!!!

... i will pay well for such a module.
lets do it!!!
ryan grace
www.thefractal.org
www.realenergy.net



12
veggieryan
Re: Koivi for Wiwimod?
  • 2004/12/27 19:52

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


not sure if this is a koivi bug or just the way XOOPS is interpreting the code but look at how this numbered list appears as a bulleted list and has funky formating...
http://www.realenergy.net/modules/wiwimod/index.php?page=VaporizationConversionManual
now look at this one which was created with spaw and then some parts were added to the end by modifying with koivi.. its bulleted list appears correctly..
http://www.realenergy.net/modules/wiwimod/index.php?page=StraightVegetableOilDieselConversionManual

also,
i noticed that in IE explorer 6 sp2 i have to check the turn on/off paragraph mode so that i can center a title and not have it effect the paragraph below...
this is not the case in firefox 1.0... the check box isnt even there... this is kind of confusing for other people...

also, i still get the no page reload after submiting with firefox even after hacking as per the documentation...
any new solution to that? its affecting other pages as well... wierd...

thanks samuels!
koivi is making everyone very happy at
www.veggiecaravan.com..
all my mac users are using their site now!
thanks
ryan.



13
veggieryan
Re: Wiki mess... what
  • 2004/12/27 4:39

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


yeah!

got the wiwimod 0.6 wiki working with Koivi!

this is a dirty hack.. Xavier.. maybe you can clean it up.
noticed it sometimes doesent recognize camelcase if its on a seperate line with a space infront of the camelcase?(wierd)

other than that it seems pretty solid!

steps:
1.install the new Koivi class from the module dev forge.. follow all the steps.. replace the image_manager template and update the system module
2. select HTMLarea as your editor in the wiwi prefrences
3. edit your index.php in the wiwimod folder like this:
a. comment the whole check browser function lines 4-24(dont need it since wiwi is cross browser!!!)
b. around line 132 comment
Quote:

$t_area = new XoopsFormDhtmlTextArea('Content', 'body', $body, 37, 80);
$form->addElement($t_area);

and add this code
Quote:

include XOOPS_ROOT_PATH . "/class/xoopsformloader.php";
include XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php";
$t_area = new XoopsFormWysiwygTextArea('Content', 'body', $body, '100%', '400px','');
$form->addElement($t_area);


it works!
if someone can tell me how to do this cleaner that would be great...
i think its super important to have a cross browser wysiwyg wiki!
check mine out at
realenergy.net's wiki

having koivi in a wiki makes wiwimod the slickest!!!!

i now have koivi working for wf-channel, wf-sections, news 1.2 and wiwimod! its the best!
thanks guys!
ryan.

ps.. why isnt an option on this forum?
pps.. why am i still getting the wierd failure to reload pages after submiting pages with koivi.. not a showstopper.. but would be nice to fix.. tried the hacks in the docs.. not cutting it...



14
veggieryan
Re: Koivi for Wiwimod?
  • 2004/12/27 4:35

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


i am replying since i cant edit my first post.. normal?
anyhow...
yeah!

got the wiwimod 0.6 wiki working with Koivi!

this is a dirty hack.. Xavier.. maybe you can clean it up.
noticed it sometimes doesent recognize camelcase if its on a seperate line with a space infront of the camelcase?(wierd)

other than that it seems pretty solid!

steps:
1.install the new Koivi class from the module dev forge.. follow all the steps.. replace the image_manager template and update the system module
2. select HTMLarea as your editor in the wiwi prefrences
3. edit your index.php in the wiwimod folder like this:
a. comment the whole check browser function lines 4-24(dont need it since wiwi is cross browser!!!)
b. around line 132 comment
Quote:

$t_area = new XoopsFormDhtmlTextArea('Content', 'body', $body, 37, 80);
$form->addElement($t_area);

and add this code
Quote:

include XOOPS_ROOT_PATH . "/class/xoopsformloader.php";
include XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php";
$t_area = new XoopsFormWysiwygTextArea('Content', 'body', $body, '100%', '400px','');
$form->addElement($t_area);


it works!
if someone can tell me how to do this cleaner that would be great...
i think its super important to have a cross browser wysiwyg wiki!
check mine out at
realenergy.net's wiki

i now have koivi working for wf-channel, wf-sections, news 1.2 and wiwimod! its the best!
thanks guys!
ryan.

ps.. why isnt an option on this forum?
pps.. why am i still getting the wierd failure to reload pages after submiting pages with koivi.. not a showstopper.. but would be nice to fix.. tried the hacks in the docs.. not cutting it...



15
veggieryan
Re: Does WiWi work with other browsers than IE?
  • 2004/12/27 4:33

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


yeah!

got the wiwimod 0.6 wiki working with Koivi!

this is a dirty hack.. Xavier.. maybe you can clean it up.
noticed it sometimes doesent recognize camelcase if its on a seperate line with a space infront of the camelcase?(wierd)

other than that it seems pretty solid!

steps:
1.install the new Koivi class from the module dev forge.. follow all the steps.. replace the image_manager template and update the system module
2. select HTMLarea as your editor in the wiwi prefrences
3. edit your index.php in the wiwimod folder like this:
a. comment the whole check browser function lines 4-24(dont need it since wiwi is cross browser!!!)
b. around line 132 comment
Quote:

$t_area = new XoopsFormDhtmlTextArea('Content', 'body', $body, 37, 80);
$form->addElement($t_area);

and add this code
Quote:

include XOOPS_ROOT_PATH . "/class/xoopsformloader.php";
include XOOPS_ROOT_PATH . "/class/wysiwyg/formwysiwygtextarea.php";
$t_area = new XoopsFormWysiwygTextArea('Content', 'body', $body, '100%', '400px','');
$form->addElement($t_area);


it works!
if someone can tell me how to do this cleaner that would be great...
i think its super important to have a cross browser wysiwyg wiki!
check mine out at
realenergy.net's wiki

i now have koivi working for wf-channel, wf-sections, news 1.2 and wiwimod! its the best!
thanks guys!
ryan.

ps.. why isnt an option on this forum?
pps.. why am i still getting the wierd failure to reload pages after submiting pages with koivi.. not a showstopper.. but would be nice to fix.. tried the hacks in the docs.. not cutting it...



16
veggieryan
Koivi for Wiwimod?
  • 2004/12/25 15:43

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


Hey all..

I successfully have Koivi running for wf-channel, wf-sections, newbb2, and news 1.2...
its great for all the mac users to finally be able to use my site!
The last module I'd like to get converted to use this wonderful cross browser wysiwyg is the amazing wiwimod wiki.
I have tried to hack the index.php to no avail..
any ideas samuels?

thanks again!
ryan grace
www.realenergy.net
www.veggiecaravan.com
www.thefractal.org



17
veggieryan
Re: No page refresh in Firefox after using Koivi
  • 2004/12/19 4:02

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


hello.
sorry if this is old news, but i desperately need to integrate koivi into my site for all the mac users (dorks).... where can i read the latest on making this my wysiwyg?


thanks!
ryan grace
www.veggiecaravan.com



18
veggieryan
Embedded WMV works in firefox... not in IE????
  • 2004/12/4 10:53

  • veggieryan

  • Just popping in

  • Posts: 32

  • Since: 2004/6/19


play button frozen in IE?
is it just me?
http://puntamona.org/modules/wfchannel/index.php?pagenum=13

thanks
ryan grace...

using wf-channel 1.06 and spaw 1.04... used to work fine for a while... now its strange...



19
veggieryan
Re: Kiovi for everything

2.2?
no way i can wait that long. i got a website to finish!
I cant believe it hasnt already been done.
I know its not that bad.. Ive seen a hack to get SPAW working in the news module...
I HAVE MY PAYPAL ACCOUNT ARMED AND READY TO MAKE THIS HACK READY... Who wants to make some dollars?
are we the only 2 people that think this is long overdue?
do I really need to tell me userbase to start using a micro$oft browser to get wysiwyg?
come on xoops? i know we are better than this...
... everything else is right on with this CMS... you guys are making me look very smart to all my clients....
yet, they still cant figure out how to upload pictures manually... even SPAW is too much for them... and thats where kiovi is taking the cake. that and i got them all hooked on mozilla and tabbed browsing...(i always have like 100 tabs open...)hehe..
makes it very fast to install lots of modules...ctrl-click.. yadda yadda yadda!

thanks so much,
ryan.



20
veggieryan
Kiovi for everything

Wow,
I cant get over how great Kiovi is. How is it that we have Xoops, a bunch of linux users and everyone is using Spaw which only works in IE.
Can someone give me a hint of how to make Kiovi the default editor for all my news, articles, wf-channel.. heck id even like to see it as the interface to the forum... nothing is cooler than dragging and dropping photos into a wysiwyg editor in mozilla. THAT is power!

its almost there...
im ready to spend a while hacking it.
ryan.




TopTop
« 1 (2) 3 »



Login

Who's Online

270 user(s) are online (165 user(s) are browsing Support Forums)


Members: 1


Guests: 269


heyula,

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