51
suico
Re: Yogurt Social Network Service
  • 2007/11/16 16:50

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Ok after a long period absent from the thread here I am

A lot of interesting discussions are going on here.

So let me try to answer everyone:

Quote:

very good news my friend
i read the full article on your site.
Congratulations!!!!! ill be waiting for the release.
Im sorry that i cant take time to help translate it
I would do it in spanish (even though im Italian and African HAHAH )
I just dont have time right now to help with that.


Yes please Thanks for offering

Quote:

congrats...can't wait for this release
p/s it will be great if this can me made and integrate with yogurt


The ignore feature will not be coded for this 3.0 version .
But for sure it is an important and easy feature to implement and is a must have for the next version 4.0 (code will be changed in 4.0 to ajax possibilities based on jquery)

Quote:

this is really good news...congratulations


Thanks

Quote:

Hi suico,

This is really a great XOOPS module that i ever seen! Well done! I could help on chinese translation.

By the way i would like to know the person who joining a tribe need any approval from the owner of the tribe? I think this sound reasonable, 'cause i may not want all the ppls to join my tribe. Hope you still have time to look this!

Best Regards,

-Daniel


Daniel this was tormenting my mind as I haven t done it and I fell like I should had done. I still haven t decided if I will do this before the beta release but it is also a must have feature, and if i have time to do this for this version without having to postpone the release date again I will do, but if I see I can do this only if the release date is postponed again then I think I won t do it. Many users are willing to have yogurt asap and I am very hapy with this , don t want to let them down. But you are right , very reasonable feature , and will be implemented at some moment in the future. Sorry to disapoint you if this is not the answer you expected :(

Quote:

Hello i have made a Italian translation for this module.

it could it are to us some (little)error!

download here

Francesco

Thanks for the italian translation

Quote:

sucio i see a bug in the USER MENU.
not sure where to post bug reports.

(this one is in YOUR installation on your domain)

once logged in, i see my user menu. In it is a link called MY PROFILE
however the link embeded in this text is
http://www.marcellobrandao.eti.br/modules/yogurt/index.php.php

(please notice the additional ".php" at the end)


Bug corrected on my local version already.
obs: sucio means dirty in some languages , my nick is suico from suiço that means from Switzerland, an hommage I made for those who have received me so well for 5 years when I was young.

@malta and sinor
Thanks for the feedback , that motivated me more than you can imagine.

Quote:

by Feichtl on 2007/11/13 17:20:19
German translation in progress and will be sent to you in the next few days.


Thanks I already received your translation

Quote:

by preachur on 2007/11/14 4:51:13
I tried it on 2.2.5 and it did not work.

by surfinsaxman on 2007/11/14 4:24:55
Will this module work with XOOPS 2.2.4?

No prevision to work on compability for this version soon, sorry :(

Quote:

by tom on 2007/11/15 18:34:35
Have you looked at the Joomla extension to nick some idea's as they have one mean extension called 'Community Builder', it's one reason I'm contemplating future sites being built with Joomla, as this extension is pretty darn cool.
You can check it out @http://www.joomlapolis.com
[EDIT]
The purpose of the post is to point the developer of Yogurt in the direction of a similar system on another CMS to borrow some ideas.

I looked at the extension and Liked it a lot. Some ideas are already growing in mind mind for next versions. Thanks very much! Hope this yogurt module can help you in your projects

Now the most interesting discussion was the one about the name of the scraps and tribes. What to use, scraps , comments, messages, notes? Tribes , groups , communities, networks, societies?

Well many names can be given , and I think this discussion is healthy. In facebok they use wall for the scrapbook feature, in orkut as Damaster pointed it well they call it scrapbook. I still don t have a defined idea on the subject . What do you think guys? PLease do post your comments and arguments, I 'll take everything under consideration.

@preachur
Thanks for the code you sent me for the tribe template already using it.

I also received the french translation of the module by email and I thank Erik Philippe for that.

So for now I have:
French
German
Italian
English
Arabic (mowafac is doing it)

Still missing some languages isn t it?

For now some development news:
I have added today some tabs to the module. They show in the navbar and can have 3 states:
enabled(user have rights to visit)
disabled (admin has enabled the feature but the user has disabled it for your current privilege. Privileges are anonymous 0, users 1, friends 2, only me 3)
invisible (admin has disabled the feature and it doesn t show up in the navbar)

A picture worth more than a 1000 words:

Resized Image

Hope you keep following the thread, and liking it.

Cya
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



52
suico
Re: JQuery, XOOPS and Internet Explorer 6
  • 2007/11/16 16:13

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Thanks for both replies, I think I will recommend the change of the name of the function in my install.txt

Nachenko I like your solution it could be a roundabout, but it will be annoying later if I have to change also in some plugins I intend to use. Also each time the plugin is updated by developers I will have to change it too, and also if users want to update themselves the plugins then maybe they wont notice i have changed the $ function in them.

Thanks anyway for helping us all with your always prompt answers.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



53
suico
Re: Yougurt module,I need help :(
  • 2007/11/16 15:57

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


No it is not because of frameworks (and not fireworks )

Your server probably is still using php 4 and then you have to comment a line in your class/yogurt_images.php
look for
$form->assign($xoopsTpl);//If your server is php 5 uncomment this line
//$form->display(); //If your server is php 4.4 uncomment this line


And change it to:
//$form->assign($xoopsTpl);//If your server is php 5 uncomment this line
$form->display(); //If your server is php 4.4 uncomment this line


I hope this will help you
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



54
suico
Re: JQuery, XOOPS and Internet Explorer 6
  • 2007/11/15 14:13

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


I use jquery a lot and in my module yogurt it is very used

Just had a look at xoops.js and yes it uses a function called $

I can change my calls to the function $ to jquery or JS as kris suggested yes but I hadn t any problems till now of compability, maybe cause I declared my js through $xoTheme->addScript ?

Is there a cascade system like css for javascript ? Or will I have problems in all cases just for redeclaring the function with the same name?

A sad day :(

And please XOOPS core developers think about changing the core function $ to anything else but we can t have an incompability with such a great script library as jquery is.

Would like to hear more about it.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



55
suico
Re: Yogurt Social Network Service
  • 2007/11/11 14:01

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Some news and a light at the end of the tunnel!

http://www.marcellobrandao.eti.br/modules/news/article.php?storyid=6

Please translators download the files there and send it back to me.

Thanks everyone!
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



56
suico
Re: Ajax autocompletion feeded with isearch module
  • 2007/11/9 17:43

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Great job thanks.

May i suggest to make all search terms to be capitalized or the contrary so we don t have in search options LikE ThiS?
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



57
suico
Re: Yogurt Social Network Service
  • 2007/11/6 11:40

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


OK, I am out for one day and all this hapens.
Today is a sad day for the yogurt development.
I never released yogurt, I never allowed anyone to do so. I have shared yogurt with some few members for "INTERNAL" testings. I shared this based on trust. Trust was broken.
As a developer I must say that I am really dispointed with all this, and am really dismotivated to pursue with open source development.

My idea with postponing the release date of the "BETA" release to the end of this month was to correct some know bugs and finish some implementations of some features.

I never thought of hiding my code or development and never thought of forbid people to test the module, that's why the code is free to download on sourceforge using a cvs client. BUT, an earlier release only brings problems to me and to the user who try it. For me because i will have no control on the version the user has, for the user because I will not support any earlier versions.

So I would humbly ask:
Preachur can you please remove the links to the file and the file itself from your server?

To others, please do NOT use any version of yogurt social network before released before the official beta release and when the beta is out do NOT use it on production sites. Development of software aplications is taken by me on a serious base and I have all a process to develop it and to release it.

To the one who first shared the file on torrent, I want to believe that you simply put the file to your torrent folder by accident, please if you read this remove it from there , you have caused me much more problems than I wanted to have.

Today when I get home I will continue with the development of the module, and I confirm (for now at least) that development will continue up to end of november when the beta release is rescheduled to happen.

Thanks for your attention.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



58
suico
Re: Module CV of xoops
  • 2007/11/2 19:29

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Thanks , can you post it here and into addon site please?
Members always look at them to download something.

Also to publish a news in the modules section is also a good idea a it would give you much more visibility than posting only here in the forum.

Thanks for sharing

PS. HAd a look at it, unfortenately it didn t work for me debug says:
Parse errorparse errorunexpected $end in I:Arquivos de programasEasyPHP 2.0b1wwwxoops-2.0.17htdocsmodulesmon_cvfct.php on line 22


Also i have looked at the source, a good idea is to use the XOOPS database absatraction layer instead of using php functions for MySQL directly in the code as mysql_fetch_array etc...
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



59
suico
Re: Positioning XOOPS for the future
  • 2007/11/2 19:25

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Thanks for bringing this for the discussion.

ning seams a good effort but not a direct competitor for xoops. People who uses XOOPS often want to have full control of their aplications, some even use it only in internet.

About opening a new site about XOOPS you have my sign of good luck, but if you can put your efforts here in xoops.org as they always need people wanting to help, even if sometimes it is not that easy.

Thanks anyway for this info.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



60
suico
Re: Is Open Source Dying?
  • 2007/11/2 19:22

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Don't think open source would never die. It will fight for space as any other competitor in any other field.

First open source arrived and nobody used to use it and proprietary solutions weren t bored by them.

Then they have biten some space of the proprietary software companies and they have reacted.

Now open source will have to develop strategies to fight competition, but no, i don t think it will never die.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/




TopTop
« 1 ... 3 4 5 (6) 7 8 9 ... 22 »



Login

Who's Online

147 user(s) are online (103 user(s) are browsing Support Forums)


Members: 0


Guests: 147


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