Welcome, Guest. Please Login or Register.
November 01, 2024, 11:26:50 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.4] Bio Mod v1.4 (06/18) « previous next »
Pages: [1] 2 3 4 Reply Ignore Print
Author Topic: [Done 1.5.4] Bio Mod v1.4 (06/18)  (Read 10084 times)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

[Done 1.5.4] Bio Mod v1.4 (06/18)
« on: April 13, 2003, 08:08:33 AM »
Reply with quote

ID: Bio Mod
Version: 1.4

Mod Info:
This mod allows allowed users to write something/anything about themselves. This is useful when you want users to write more info about themselves without making new columns in members table and coding the textboxes.
The idea is taken from Jedi~'s Bio Mod. Jedi~ wrote the 1.3.x version, but I was unable to download it, so i wrote a new one from scratch.

Download:
BioMod 1.4 for YSE 1.5.4 - 1.5.5
BioMod 1.3a for YSE 1.5.1 - 1.5.3
• YaBBPak: http://www.monkey-pirate.com/ysepak (not yet)
Addon - Memberlist.php (see screenshot below), you'll need to add this to index.php array:      'mlbio' => array("$sourcedir/Memberlist.php", 'MLBio'),

Available Translations:
• German: .lng file and readme - thx to Horseman
• Dutch: .lng file - thx to onsforum

Screenshots:
Admin Center:


View Profile:


MemberList add-on:


BoardMod Installation Instructions:
1. Upload the biomod_dbmod.php file into your forum directory and execute it
2. Run this .mod file in BoardMod
3. Upload the changed files (language files, ModSettings.php, Profile.php) and bio.gif to YaBBImages

Changelogs:
Ver 1.4:
- compatible with yse 1.5.4
- fixed double space bug
Ver 1.3a:
• changed one query a bit so it will work with Who's Online mod
Ver 1.3:
• added indicator in Display.php, will show an image if a user's bio is filled
(older changelogs are in the readme file)
« Last Edit: January 26, 2004, 08:17:22 PM by Spaceman-Spiff » Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Nonya
Beta Tester
Sr. Member
****
Posts: 375


YaBBse Developer Wannabe!

ICQ - 172862020nonya69rs@hotmail.com WWW
Re:[Done 1.5.1] Bio Mod
« Reply #1 on: April 13, 2003, 08:18:43 AM »
Reply with quote

Quote• YaBBPak: http://www.monkey-pirate.com/ysepak (not yet)

Can't wait to see it on , good job Spiff i like the idea  :P
Logged

Coyote
YaBB God
*****
Posts: 702


I love YaBB SE!

Re:[Done 1.5.1] Bio Mod
« Reply #2 on: April 13, 2003, 09:00:09 AM »
Reply with quote

Hmmmm.......

Im running Jedi's mod on 1.5.1 - but now I want this version.

Logged

To the world - you are just one person, but to one person you are the world!
Horseman
YaBB God
*****
Posts: 784


'MAS VALE CABALLO QUE CAUDAL!'

ICQ - 44729151 WWW
Re:[Done 1.5.1] Bio Mod
« Reply #3 on: April 13, 2003, 11:52:41 AM »
Reply with quote

you have a little bug in your mod.

the line:
              $ubbcforbio = ($modSettings['biomod_minpost'] == 1) ? $txt['calendar25'] : $txt['yse290'];


Text for UBBC allways is Disabled

the line must:
        $ubbcforbio = ($modSettings['biomod_ubbc'] == 1) ? $txt['calendar25'] : $txt['yse290'];


great mod! THX
« Last Edit: April 14, 2003, 09:51:52 AM by Horseman » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1] Bio Mod
« Reply #4 on: April 13, 2003, 09:33:08 PM »
Reply with quote

thx for the bugfix

i'd appreciate if next time u'd ask for my permission first before making a german version out of it :(
as said in the YSE mod TOC:
QuoteAny modifications to the mods must be approved by the 'mod developer' for the sole purpose of use with YaBB SE.

If you can't get a hold of the mod developer by any means such as email, snail mail, phone call, etc., then the YaBB SE Development Team and Administration Team will act on their behalf. You must contact the YaBB SE Team for permission to modify the modification.
http://www.yabbse.org/community/index.php?board=158;action=display;threadid=19463

so than having 2 separate releases, i'd rather just include the german version together with this mod
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Wiziwig
Sr. Member
****
Posts: 407


Programmer and Users Liason and Manager

WWW
Re:[Done 1.5.1] Bio Mod
« Reply #5 on: April 14, 2003, 06:10:46 AM »
Reply with quote

Hmm. When I released a bio mod version for yabbse 151,
http://www.yabbse.org/community/index.php?board=158;action=display;threadid=18389

Does this mean that I, or maybe even You, have transgressed the TOS agreements?? Just curious. I really dont care myself that you took and rewrote bio mod, I rather have mine retired and I am doing more than enough with keeping up with changes for Supermod (and the bio profile in it btw).


Quote from: Spaceman-Spiff on April 13, 2003, 09:33:08 PM
thx for the bugfix

i'd appreciate if next time u'd ask for my permission first before making a german version out of it :(
as said in the YSE mod TOC:
QuoteAny modifications to the mods must be approved by the 'mod developer' for the sole purpose of use with YaBB SE.

If you can't get a hold of the mod developer by any means such as email, snail mail, phone call, etc., then the YaBB SE Development Team and Administration Team will act on their behalf. You must contact the YaBB SE Team for permission to modify the modification.
http://www.yabbse.org/community/index.php?board=158;action=display;threadid=19463

so than having 2 separate releases, i'd rather just include the german version together with this mod
Logged

[Unknown]
Global Moderator
YaBB God
*****
Posts: 7830


ICQ - 179721867unknownbrackets@hotmail.com WWW
Re:[Done 1.5.1] Bio Mod
« Reply #6 on: April 14, 2003, 06:12:17 AM »
Reply with quote

Quote from: Spaceman-Spiff on April 13, 2003, 08:08:33 AM
The idea is taken from Jedi~'s Bio Mod. Jedi~ wrote the 1.3.x version, but I was unable to download it, so i wrote a new one from scratch.

He wrote it from scratch.... sounds okay to me.

-[Unknown]
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1] Bio Mod
« Reply #7 on: April 14, 2003, 06:52:40 AM »
Reply with quote

Quote from: Wiziwig on April 14, 2003, 06:10:46 AM
Hmm. When I released a bio mod version for yabbse 151,
http://www.yabbse.org/community/index.php?board=158;action=display;threadid=18389

Does this mean that I, or maybe even You, have transgressed the TOS agreements?? Just curious. I really dont care myself that you took and rewrote bio mod, I rather have mine retired and I am doing more than enough with keeping up with changes for Supermod (and the bio profile in it btw).
you're fine, u already asked me anyway, and i've told u that u can put any of my mods in your supermod package

the one that i dislike a bit was when there's a new .mod file for the german version; i thought if he'd like he could offer me to translate the mod and i'll include the german.lng changes and german readme, but not changed the .mod file
but we're discussing this in the beta mod board, so it's not a big deal and shouldn't be a big problem :)
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Horseman
YaBB God
*****
Posts: 784


'MAS VALE CABALLO QUE CAUDAL!'

ICQ - 44729151 WWW
Re:[Done 1.5.1] Bio Mod
« Reply #8 on: April 14, 2003, 09:51:19 AM »
Reply with quote

sorry @Spaceman-Spiff

i have not read this in the english beta mod board  :-[
Logged
BiErLeEuW
Full Member
***
Posts: 174


WWW
Re:[Done 1.5.1] Bio Mod
« Reply #9 on: April 14, 2003, 06:14:21 PM »
Reply with quote

Very Nice Mod!!!!

For Dutch Users (editing Lang File)

Find:

$txt['moveTopic1'] = 'Plaats een redirect topic';

add this under the line:

$txt['biomod1'] = 'Bio Mod';
$txt['biomod2'] = 'Zet bio mod aan';
$txt['biomod3'] = 'Sta UBBC tags toe';
$txt['biomod4'] = 'Mininum posts om een Bio te krijgen';
$txt['biomod5'] = 'Groepen die bio mogen gebruiken (null voor alle)';
$txt['biomod6'] = 'Max. aantal karakters voor Bio';
$txt['biomod7'] = 'Extra Info';
$txt['biomod8'] = 'Schrijf hierin iets over jezelf.';
$txt['biomod9'] = 'Max. aantal karaters';
$txt['biomod10'] = 'UBBC tags is';
« Last Edit: April 14, 2003, 06:14:46 PM by onsforum » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1] Bio Mod
« Reply #10 on: April 14, 2003, 06:29:28 PM »
Reply with quote

thanks for the translations, can i add that to the mod package for the next release?
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
BiErLeEuW
Full Member
***
Posts: 174


WWW
Re:[Done 1.5.1] Bio Mod
« Reply #11 on: April 14, 2003, 06:38:11 PM »
Reply with quote

Yeah right! i found one bug... In your mod you can say in Admin Pannel with groups u wanna have the access to make a profile... if you put it on "nothing", every group must have access, but this is not working! I have made a group "Moderator" and they are not able to change there profiles...

Sorry for my ugly Englisch

I hope you can fix it! But i Love this mod!  :-* :-*
« Last Edit: April 14, 2003, 06:48:11 PM by onsforum » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1] Bio Mod
« Reply #12 on: April 14, 2003, 07:17:01 PM »
Reply with quote

u're right, my mistake
search for if ( ($biomod_groups[0] == ''
and replace with if ( ($modSettings['biomod_groups'] == ''
there should be 2 changes in the .mod file

thx for the bug report
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
BiErLeEuW
Full Member
***
Posts: 174


WWW
Re:[Done 1.5.1] Bio Mod
« Reply #13 on: April 14, 2003, 07:49:04 PM »
Reply with quote

in the .mod file? isn't it possible to change in the files on my ftp?
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Done 1.5.1] Bio Mod
« Reply #14 on: April 14, 2003, 07:56:49 PM »
Reply with quote

new version is released, pls use it instead of making the change because the error was a bit more than that :) :P
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Pages: [1] 2 3 4 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Done 1.5.4] Bio Mod v1.4 (06/18) « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.063 seconds with 20 queries.