51
frogX
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/11 10:01

  • frogX

  • Just popping in

  • Posts: 5

  • Since: 2008/2/7 9


just an other little bug:

The option to limit the numer of friends in the friends-block isn't working. All friends are shown.

greetings, volker

52
btesec
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/13 19:35

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


Hi everyone,

For those who want to add tab links for other modules you can use the following script block anywhere after <ul class="tabs-nav"> and before </ul> in the yogurt/templates/yogurt_navbar.html file.

The code block I used based on the one suggested previously by lintu (I am using a windows machine for dev.). The same script could be used to include other modules as tabs in Yogurt. Note that the userpage module is not in the yogurt directory, this is why we have to move out yogurt directory using ../

Only logged in users will see the tabs. but it can be modified so anonymous users can see also by changing <{if $isOwner}>. You can also change the image scrapbook.gif to whatever you want.

Hope this is useful. I would also like to see feature for users to be able to add their friends by invitation or similar means.

<{if $isOwner}>
<li> <a href="../userpage/index.php?uid=<{$uid_owner}>"><span><img class="yogurt-nav-bar-icon" src="images/scrapbook.gif" />My Page</span></a></li>
<{/if}>

another example

<{if $isOwner}>
<li> <a href="../chatmx/index.php"><span><img class="yogurt-nav-bar-icon" src="images/scrapbook.gif" />Chat</span></a></li>
<{/if}>


btesec

53
btesec
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/13 19:52

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


Let's make it clear, for youtube videos to be played by yogurt you copy the url at the address bar and not the 'Embed' code that youtube offers at the right hand side of the video. the block you should insert into yogurt is just before the & in the url for the video.

eg.

http://www.youtube.com/watch?v=kWMwjtSY9GQ&feature=bz301
is the url

you copy and insert
http://www.youtube.com/watch?v=kWMwjtSY9GQ
and insert into yougurt

btesec

54
btesec
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/13 19:55

  • btesec

  • Friend of XOOPS

  • Posts: 623

  • Since: 2007/2/20


It would be good if users can upload videos also, have their own collection and share with other., and/or admin can moderate.

I think that yogurt needs some stickiness features also to make it viral.

55
maxxy
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/14 16:38

  • maxxy

  • Quite a regular

  • Posts: 286

  • Since: 2007/6/11


yup...there should be a clear instruction in the video section in order not to confuse user...

56
Anonymous
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/14 19:38

  • Anonymous

  • Posts: 0

  • Since:


Good work Marcello

https://xoops.org/modules/newbb/viewtopic.php?viewmode=flat&type=&topic_id=63048&forum=55

57
antifmradio
Re: Yogurt Social Network 2.9 BETA

thanks suico
but now i have 6 tribes created
how do i delete them because i cant even see links to GET to them

my Yogurt profile only shows that there are 6 created and no access to any of them

Also i changed the file extension of one of my pics to a jpg
and then tried using that to upload for a Tribe pic
it tells me

" Errors Returned While Uploading
Suspicious image upload refused
Failed uploading file: antifmradio-mp3.jpg "



Quote:

suico wrote:
Tribes pictures only works for jpg. On a next release it will accept gif and png.

About admin deleting user s pictures, this feature is not created in this version. IN a next version you ll have user s pictures in admin.

About the avatar thing, some users can and some can t? Do you kno if they use the same browser?

58
eventspeak
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/19 4:33

  • eventspeak

  • Just popping in

  • Posts: 66

  • Since: 2006/3/20


Question? How do i fix this install error


Unable to install yogurt. Error(s):
You have an error in your SQL syntax near 'CURRENT_TIMESTAMP, PRIMARY KEY (`cod_visit`) ) TYPE=MyISAM' at line 6

Any ideas. Im not that SQL incline.. lol
James Trivlis
james(@)Eventspeak.com
http://www.eventspeak.com

59
jlm69
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/19 11:59

  • jlm69

  • Module Developer

  • Posts: 719

  • Since: 2002/7/19


James,

Go to the file sql/mysql.sql

around line 65 look for this line:

`datetime` timestamp NOT NULL default CURRENT_TIMESTAMP,

change it to

`datetime` timestamp NOT NULL,

just removing 'default CURRENT_TIMESTAMP'

you will need to do this around lines 75 and 93

line 93 you need to remove

'default CURRENT_TIMESTAMP on update CURRENT_TIMESTAMP'

Hope that helps.

John

60
azoren
Re: Yogurt Social Network 2.9 BETA
  • 2008/2/19 19:10

  • azoren

  • Just popping in

  • Posts: 1

  • Since: 2008/2/12


work the yogurt module under XOOPS 2.2.x ?

Login

Who's Online

277 user(s) are online (197 user(s) are browsing Support Forums)


Members: 0


Guests: 277


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