Git Product home page Git Product logo

suico's Introduction

suico's People

Contributors

imgbotapp avatar liomj avatar mambax7 avatar scrutinizer-auto-fixer avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

suico's Issues

Custom Fields in Members List and Search Members

In the profile module we can use the custom fields in the members search form and search results by configuring it in the field permission in admin

the profile search can be access in suico in this file searchuser.php

we need to combine features of using custom field in suicos memberslist.php and searchmembers.php

Yogurt To Do/Feature Request

new features or modifications suggestion to existing features

  • Groups original large image to uploaded and inserted to db
  • need to delete video to remove it from main page
  • Limit video and groups per user (like photos)
  • Title and date posted/updated for video
  • Title for Photos
  • Need date created/updated & totalmembers for groups
  • Forum For groups instead of comments
  • Security Level for Groups
  • Comments for audios,photos,videos
  • New Blocks - Recent Video, Audios, Notes
  • Yogurt Statistics
  • User activity

Anybody would like to try to implement this? :-)

Rename audio and video

Need to rename audio to audios and video to videos

so in future we can have single page for each audio and video just like the groups where each group have its own page

errors during registration

Error: TypeError: uniqid() expects parameter 1 to be string, int given in file /modules/suico/user.php line 250

New Templates for Yogurt

Hi i would like to try to design new templates for Yogurt module

should i use bootstrap 3 or bootstrap 4 ?

Reply function in notes

During working on the bootstrap 4 templates, i notice there is a reply function in the notes templates but currently it is not working

updating language for yogurt

some suggestion to update some terms in yogurt to be more general and specific

sexy -- > Awesome/Love ?
tribes --> Groups ?
Havent met accepted (in editfriendship section)
Make this video your main video - Feature this video in your profile page
This Video is selected on your front page from now on - change selected to featured

Upload image from /modules/suico/album.php

Result in /modules/suico/submitImage.php
Error : TypeError: imagesx() expects parameter 1 to be resource, bool given

But it adds +1 to the badge "Photos"
But i dont see any photo.

alain01 : Ok for me now !

Member List for Yogurt

Would be nice to add the member list to yogurt module

maybe rename yogurt/index.php to profile.php and new yogurt/index.php is the member list of xoops where there is button to add friend

error when enable guest acccess

Notice: Undefined variable: friendController in file /modules/suico/index.php line 300
Notice: Trying to get property 'uidOwner' of non-object in file /modules/suico/index.php line 300
Notice: Undefined variable: friendController in file /modules/suico/index.php line 301
Notice: Trying to get property 'friendshipsFactory' of non-object in file /modules/suico/index.php line 301
Error: Error: Call to a member function getFriends() on null in file /modules/suico/index.php line 301

Main userpage for XOOPS

right now if we would like yogurt to be the main userpage, user have to edit userinfo. can we remove this step ? WE should avoid user have to make changes to core files

just like the profile module, when installed it automatically replace the main userpage

Hack to make the yogurt userpage as the main userpage of your site:

Open ROOT_URL/userinfo.php in the root of your site, search at the very beggining of the file for

$uid = intval($_GET['uid']);
if ($uid <= 0) {
redirect_header('index.php', 3, _US_SELECTNG);
exit();
}

Add after this the following lines:

header("Location:".XOOPS_URL."/modules/yogurt/index.php?uid=".$uid);
exit();

If you are using the profile module

Open ROOT_URL/modules/profile/userinfo.php, search at the very beggining of the file for

$uid = isset($_GET['uid']) ? (int)$_GET['uid'] : 0;
if ($uid <= 0) {
if (is_object($GLOBALS['xoopsUser'])) {
$uid = $GLOBALS['xoopsUser']->getVar('uid');
} else {
header('location: ' . XOOPS_URL);
exit();
}
}

Add after this the following lines:

header("Location:".XOOPS_URL."/modules/yogurt/index.php?uid=".$uid);
exit();

sample data problem

Error: Unable to parse at line 9 (near " uid_owner: '1'"). in file /class/libraries/vendor/xoops/xmf/src/Yaml.php line 249

editpicture.php - Out of range value for column 'date_created' at row 1

0.000790 - UPDATE yogurt_images SET cod_img=3, title='1', caption='2', date_created=date_add(now(), interval 8 hour), date_updated=date_add(now(), interval 8 hour), uid_owner='1', url='pic_1_5ea44c116d7e2.jpg', private='0' WHERE cod_img = 3
Error number: 1264
Error message: Out of range value for column 'date_created' at row 1

Yogurt Errors

Latest Update Open Yogurt Errors/Bugs

  • user configuration setting is not saving ERROR
  • In album the edit,delete,avatar, private button is displayed to guest user - fixed
  • Guest can't access group own page - Error: Call to a member function getVar() on string fixed
  • yogurt/admin/visitors, /notes/ configs : Error : TypeError: date() expects parameter 2 to be int, bool given
  • can't send notes, we got the message notes sent but notes is not posted
  • No Upload failed redirect message for audios

yogurt errors

from mjoel in xoops.org forum

  • user configuration setting is still not saving ERROR: Configuration has not been saved
  • Image for tribe is not working - only filename for gif thumb is inserted to database but not name of original image
  • search a tribe is not working properly only number of search tribes is displaying
  • tribe name and tribe description should be a required field
  • missing tribe management link in template for tribes owner - kickfromtribe, edittribe etc
  • In album the edit,delete,avatar, private button is displayed to guest user
  • Image description file for photo is editdesc.php should be change to eg editdescphoto.php
  • In user evaluation - editfriendship.php "Havent Met Accepted"
  • in friend blocks - missing no friend yet text if no friends
  • uploading mp3 in audios not working - flash audio player is not working and blocked by browser ,suggest to use jquery bootstrap mp3 player
  • outdated ym,icq, aim,msn in yogurt
  • friends appears twice in friend list ....

Update problem

Error: Unable to parse at line 6 (near " attributes: ' int(11) NOT NULL auto_increment'"). in file /class/libraries/vendor/xoops/xmf/src/Yaml.php line 249

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.