41
suico
Re: Yogurt Social Network replace Yogurt Gallery?
  • 2007/12/17 11:39

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


The idea is the replacement. You can enable only the album part of the module if you like.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



42
suico
Re: "Orkut like" module [Orkut, LinkedIn, Friendster, Zaibatsu, Tribe.net, multiply, etc ]
  • 2007/12/10 1:19

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


please try replacing the sql/mysql.sql file content with:

CREATE TABLE `yogurt_friendpetition` (
  `
friendpet_idint(11NOT NULL auto_increment,
  `
petitioner_uidint(11NOT NULL,
  `
petioned_uidint(11NOT NULL,
  
PRIMARY KEY  (`friendpet_id`)
TYPE=MyISAM;


CREATE TABLE `yogurt_friendship` (
  `
friendship_idint(11NOT NULL auto_increment,
  `
friend1_uidint(11NOT NULL,
  `
friend2_uidint(11NOT NULL,
  `
levelint(11NOT NULL,
  `
hottinyint(4NOT NULL,
  `
trusttinyint(4NOT NULL,
  `
cooltinyint(4NOT NULL,
  `
fantinyint(4NOT NULL,
  
PRIMARY KEY  (`friendship_id`)
TYPE=MyISAM;

CREATE TABLE `yogurt_images` (
  `
cod_imgint(11NOT NULL auto_increment,
  `
titlevarchar(255NOT NULL,
  `
data_creationdate NOT NULL,
  `
data_updatedate NOT NULL,
  `
uid_ownervarchar(50NOT NULL,
  `
urltext NOT NULL,
  `
privatevarchar(1NOT NULL,
  
PRIMARY KEY  (`cod_img`)
TYPE=MyISAM  ;

CREATE TABLE `yogurt_visitors` (
  `
cod_visitint(11NOT NULL auto_increment,
  `
uid_ownerint(11NOT NULL,
  `
uid_visitorint(11NOT NULL,
  `
uname_visitorvarchar(30NOT NULL,
`
datetimetimestamp NOT NULL default CURRENT_TIMESTAMP,
  
PRIMARY KEY  (`cod_visit`)
TYPE=MyISAM;

CREATE TABLE `yogurt_seutubo` (
  `
video_idint(11NOT NULL auto_increment,
  `
uid_ownerint(11NOT NULL,
  `
video_desctext NOT NULL,
  `
youtube_codevarchar(11NOT NULL,
  `
main_videovarchar(1NOT NULL,
  
PRIMARY KEY  (`video_id`)
TYPE=MyISAM;


CREATE TABLE `yogurt_reltribeuser` (
  `
rel_idint(11NOT NULL auto_increment,
  `
rel_tribe_idint(11NOT NULL,
  `
rel_user_uidint(11NOT NULL,
  
PRIMARY KEY  (`rel_id`)
TYPE=MyISAM;


CREATE TABLE `yogurt_tribes` (
  `
tribe_idint(11NOT NULL auto_increment,
  `
owner_uidint(11NOT NULL,
  `
tribe_titlevarchar(255NOT NULL,
  `
tribe_desctinytext NOT NULL,
  `
tribe_imgvarchar(255NOT NULL,

  
PRIMARY KEY  (`tribe_id`)
TYPE=MyISAM;

CREATE TABLE `yogurt_scraps` (
  `
scrap_idint(11NOT NULL auto_increment,
  `
scrap_texttext NOT NULL,
  `
scrap_fromint(11NOT NULL,
  `
scrap_toint(11NOT NULL,
  `
privatetinyint(1NOT NULL,
  `
datetimestamp NOT NULL default CURRENT_TIMESTAMP,
  
PRIMARY KEY  (`scrap_id`)
TYPE=MyISAM;

CREATE TABLE `yogurt_configs` (
  `
config_idint(11NOT NULL auto_increment,
  `
config_uidint(11NOT NULL,
  `
picturestinyint(1NOT NULL,
  `
videostinyint(1NOT NULL,
  `
tribestinyint(1NOT NULL,
  `
scrapstinyint(1NOT NULL,
  `
friendstinyint(1NOT NULL,
  `
profile_contacttinyint(1NOT NULL,
  `
profile_generaltinyint(1NOT NULL,
  `
profile_statstinyint(1NOT NULL,
  `
suspensiontinyint(1NOT NULL,
  `
backup_passwordvarchar(255NOT NULL,
  `
backup_emailvarchar(255NOT NULL,
  `
end_suspensiontimestamp NOT NULL default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP,
  
PRIMARY KEY  (`config_id`),
  
KEY `config_uid` (`config_uid`)
TYPE=MyISAM  ;

CREATE TABLE `yogurt_suspensions` (
  `
uidint(11NOT NULL,
  `
old_passvarchar(32NOT NULL,
  `
old_emailvarchar(60NOT NULL,
  `
old_signaturetext NOT NULL,
  `
suspension_timeint(11NOT NULL,
  
PRIMARY KEY  (`uid`)
TYPE=MyISAM;
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



43
suico
Re: theme trouble (appear error)
  • 2007/12/10 1:15

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Maybe a link can help us helping you?
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



44
suico
Re: Yogurt Social Network Service
  • 2007/12/4 11:22

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Thanks trabis, the site is back now , though the download is available in sourceforge.net if needed too.

The portuguese translation haven t been done yet , I am such a lazy guy :P Hope someone else will be able to do it for me .
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



45
suico
Re: Yogurt Social Network Service
  • 2007/12/4 0:57

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Beta version released on www.marcellobrandao.eti.br
Please do report bugs there. Thanks
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



46
suico
Re: Yogurt Social Network Service
  • 2007/11/24 21:23

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Quote:

by tom on 2007/11/16 13:57:04

Could you not just make this field dynamic and allow the admin/webmaster to choose it themselves?

(I know it would be easy enough for them to edit the lang file)


It could be done , but as you said it is easy enough to be edited on lang file.

Quote:

by mjoel on 2007/11/16 16:06:55

nice thanks for the updates suico...

-- any expected date of release ?

-- is search member feature will be included in this version ?

-- how do the upgrade from yogurt (user's photos) to yogurt social networks works ?

--my2cents: the tabs feature will be much more nicer if ajax tab is usedhttp://www.dynamicdrive.com/dynamicindex17/ajaxtabscontent/


Release date: Probably tomorrow

YEs Search member is included

As it the same module just an update I think will suffice, I have to test this before tomorrow

I had a look at the ajaxtabscontent and found it beautiful, but not that beautiful that I need to change to it. Thanks for the suggestion.

Quote:

by shalommemphi on 2007/11/19 22:13:07

I might have missed this in regards to TRIBES - Which I simply call COMMUNITIES .

Will the administrator be able to limit tribe creations? Such as not allow users but create a specific number of TRIBES?

In my case it would be a tribie (COMMUNITY) for each state in the U.S. to help my diversified membership locate others in the same state.


Communities is the same from orkut, I like it but won t change it for tomorrow version :(

No every member is allowed to create tribes for now, can be added to next version though.

Quote:

by sarahmx on 2007/11/22 7:56:39

it would be cool if xoopstube can be integrate with yogurt (video section)

as example user select video from xoopstube module to be featured in the profile

Have to talk to the developer of xoopstube, could be easily done.

Quote:

No problem suico, take your time. I look forward to this feature in future.

As promise, I'm sending back simplified chinese (utf8 encoding) language pack to you. Most of translations are done except for one of admin page, i will finish it when i have time these days.

-Daniel


Added to the credits, thanks


What s missing before release:
Adjust the 3 blocks to show last pictures, friendiest members and remove hottest albuns (old feature removed from this version

I hope you 'll like it when released tomorrow.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



47
suico
Re: Which files control which colors?
  • 2007/11/17 2:59

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Internet Explorer has some quite strange behaviours that sometimes demands especial fixes. That 's why XOOPS has 3 css styles sheets, one per group of browsers.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



48
suico
Re: How to use a cancel button?
  • 2007/11/17 2:56

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


The code is wrong try like this:

$button_tray = new XoopsFormElementTray('' ,'');

$submit_btn = new XoopsFormButton('''post'_MD_XTL_POST'submit');
$submit_btn->setExtra('accesskey="s"');
$button_tray->addElement($submit_btn);

$cancel_btn = new XoopsFormButton('''cancel'_MD_XTL_CANCEL'reset');
$cancel_btn->setExtra('accesskey="c"');
$button_tray->addElement($cancel_btn);

$sform->addElement($button_tray);
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



49
suico
Re: Yougurt module,I need help :(
  • 2007/11/16 23:00

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


verify again the lines
//$form->assign($xoopsTpl);//If your server is php 5 uncomment this line
$form->display(); //If your server is php 4.4 uncomment this line


Your case is very similar to others and the solution were this.
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/



50
suico
Re: Yougurt module,I need help :(
  • 2007/11/16 19:36

  • suico

  • Friend of XOOPS

  • Posts: 374

  • Since: 2003/7/24


Do you have a link please?
Yogurt Social Network Service
Visit:http://www.marcellobrandao.eti.br/




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



Login

Who's Online

143 user(s) are online (106 user(s) are browsing Support Forums)


Members: 0


Guests: 143


more...

Donat-O-Meter

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

Latest GitHub Commits