vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.8 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=235)
-   -   Social Group and Album Enhancements - All Albums (https://vborg.vbsupport.ru/showthread.php?t=172215)

BBR-APBT 01-17-2010 11:52 PM

Quote:

Originally Posted by Videx (Post 1958722)
Thanks. In fact, there were about a dozen files in there from various old mods. I had to compare the vb4 folder to my own to see what I could delete.

I wonder why the uninstall doesn't at least warn you these files will remain there and keep running.

Because the coder did not code it to check if it was there on uninstall.

StonePilot 01-24-2010 03:11 PM

This functionality provided through this mod should become part of the core vB4, it's that important to site growth and moving forums to the next generation.

RSisco 01-24-2010 03:19 PM

This going to be updated for 4.0+? Love this mod.

chikkoo 01-25-2010 04:01 AM

Hi.. Thanks for this trick.

I edited the file as you said. But no use, it didn't work. Still all privates albums are showing to normal members.

Quote:

Originally Posted by Birched (Post 1885691)
To not show private albums, do this:

IN:
all_albums.php

AFTER:
while ($album = $db->fetch_array($albums)) {

ADD:
if ($album['state'] == 'private' AND !can_view_private_albums($userinfo['userid']))
{
continue; }


Gator Bite 01-26-2010 01:54 PM

Very nice, but my database contains many empty/deleted albums that are showing up. Any way to delete them for good?

MrToasty 01-30-2010 06:47 AM

I'm not upgrading to 4.0 until either this or something similar is released. Saves me having a seperate gallery installed!

Easific 01-30-2010 07:53 AM

Umm.. why would we need this mod when this is available?

http://www.vbulletin.com/forum/album.php

Videx 01-30-2010 12:38 PM

Quote:

Originally Posted by Easific (Post 1970316)
Umm.. why would we need this mod when this is available?

http://www.vbulletin.com/forum/album.php

Recently Updated Albums shows only that - the albums that were updated last. My album of my vacation last year won't show up.

All Albums creates a page with a listing of all your albums, regardless of newer entries. So my old vacation shows up along with everything else.

BBR-APBT 01-30-2010 02:41 PM

Quote:

Originally Posted by Easific (Post 1970316)
Umm.. why would we need this mod when this is available?

http://www.vbulletin.com/forum/album.php

Default: http://www.bullybreedresource.com/forums/album.php

All Albums for 4.0: http://www.bullybreedresource.com/forums/all_albums.php

Videx 01-30-2010 04:08 PM

Quote:

Originally Posted by BBR-APBT (Post 1970522)

What did I miss? Is a vb4 version available? Or is there some hack that will do it?

jhabers 01-30-2010 07:48 PM

BBR-APBT , are you going to release that mod?

BBR-APBT 01-30-2010 08:52 PM

Quote:

Originally Posted by Videx (Post 1970611)
What did I miss? Is a vb4 version available? Or is there some hack that will do it?

I recoded it for my self.

Quote:

Originally Posted by jhabers (Post 1970732)
BBR-APBT , are you going to release that mod?

I don't know if I can or not, I asked abe but I had no answer so far. If he says I can they I will if he does not respond or says no then I can not.

Maybe he is updating this to release I do not know.

jhabers 02-01-2010 08:20 PM

Quote:

Originally Posted by BBR-APBT (Post 1970777)
I recoded it for my self.


I don't know if I can or not, I asked abe but I had no answer so far. If he says I can they I will if he does not respond or says no then I can not.

Maybe he is updating this to release I do not know.

would you be able to run a diff between your version and abes and post that? that way you would be only posting your code

BBR-APBT 02-01-2010 08:46 PM

Quote:

Originally Posted by jhabers (Post 1972484)
would you be able to run a diff between your version and abes and post that? that way you would be only posting your code

I have a working version. There is no need to recode it. I mean in all actuality its all default vBulletin code for the most part. But since I worked my version off of abe's I will wait for his permission.

There is no need to rewrite it as it works there isn't to many ways to redo it. Basically it would be a waste of my time.

joshskeety 02-01-2010 10:39 PM

Quote:

Originally Posted by BBR-APBT (Post 1972511)
I have a working version. There is no need to recode it. I mean in all actuality its all default vBulletin code for the most part. But since I worked my version off of abe's I will wait for his permission.

There is no need to rewrite it as it works there isn't to many ways to redo it. Basically it would be a waste of my time.

I understand the principle, but when you consider that some authors here go AWOL you might be waiting a while.

Just post the mod, give full credit to abe with a link to his profile and this mod in particular and give yourself credit for the port only.

BBR-APBT 02-01-2010 10:53 PM

Quote:

Originally Posted by joshskeety (Post 1972620)
I understand the principle, but when you consider that some authors here go AWOL you might be waiting a while.

Just post the mod, give full credit to abe with a link to his profile and this mod in particular and give yourself credit for the port only.

It is the ethics in the matter you do not just release another coders code with out permission first. He did not check this mod as re-usable code. He is clearly around as he was on line in January. When he is around I am sure he will say yes or no and if he says no I am sure he will upgrade this.

Digital Jedi 02-03-2010 01:24 AM

Quote:

Originally Posted by joshskeety (Post 1972620)
I understand the principle, but when you consider that some authors here go AWOL you might be waiting a while.

Just post the mod, give full credit to abe with a link to his profile and this mod in particular and give yourself credit for the port only.

Releasing a large portion of someone else's code in a separate mod thread, attributed credit or not, without permission is just asking for trouble. A code snippet is one thing. Basically just using the same code with some tweaks could technically count as copyright violation.

Videx 02-03-2010 04:39 AM

Quote:

could technically count as copyright violation.
Yes, or not. Where the bigger crime occurs is when an author disappears entirely, and others, in a misguided attempt to protect this unclaimed "copyright", forbid anyone to modify and distribute it.

And so we're stuck waiting for someone to come along and claim to have written all original code to do the same thing. Of course, there's only a few ways to perform a function in a given language, so there's a very good chance a large part of any new code will look exactly like previous code.

Coders drop dead (or drop out) all the time. Let's put some reasonable amount of time on limitations. Maybe 6 months.

Digital Jedi 02-03-2010 12:03 PM

Quote:

Originally Posted by Videx (Post 1973668)
Yes, or not. Where the bigger crime occurs is when an author disappears entirely, and others, in a misguided attempt to protect this unclaimed "copyright", forbid anyone to modify and distribute it.

And so we're stuck waiting for someone to come along and claim to have written all original code to do the same thing. Of course, there's only a few ways to perform a function in a given language, so there's a very good chance a large part of any new code will look exactly like previous code.

Coders drop dead (or drop out) all the time. Let's put some reasonable amount of time on limitations. Maybe 6 months.

Copyright isn't a matter of claim or an invisible stamp the author puts on a thing. You own the copyright to a thing as soon as you create it. By law. You don't have to claim anything, it automatically exists as soon as you affix it into some tangible form. And perpetrating someone else's work is an actual crime. Now I haven't looked at the code to this, and it might be something simple. But it's bad form to just nab someone's code just because folks are impatient to see a new version, even if it is relatively simple. It's not misguided, it's the way the forum was designed. That's what the "reusable code" option when you post a mod is for. If I create something, I don't think my absence for any amount of time should be carte blanch reason for someone else to assign it as their own, if I don't want it to be so.

Leo Brazil 02-03-2010 01:03 PM

Despite I'm desperate for this one ported to 4.0 I have to agree 100% on what Digital Jedi said.

But this mod (as others Abe's) are so usefull, just can't live without it. You know, vB Albums page sucks and Abe's mod gives it a photo galery status.

Videx 02-03-2010 01:18 PM

Quote:

I don't think my absence for any amount of time should be carte blanch reason for someone else to assign it as their own, if I don't want it to be so.
Fortunately the law doesn't agree with you. But there's no point in going there since that takes some 100 years now to take effect - completely useless for software coding.

Digital Jedi 02-03-2010 08:36 PM

Hey, if I'm still alive to put up a fight, let me fight. It having a shorter shelf life shouldn't alter that.

cindy helmond 02-03-2010 09:08 PM

is there an mod for 4.0 ? all albums ?
and events on forumhome ? and birdthday members on forum home ?
also an auto message in the forum , make a topic if someone is birdthday ?

or is this in progress?

thx

jhabers 02-03-2010 09:29 PM

would it be acceptable for BBR-APBT to download winmerge and create a patch for abes and release that?

kersti 02-08-2010 10:15 AM

The developer was last online 31st Jan as of this post. I would say that if he's been online 3 times or more since you emailed him that you could take it as read that he has no interest.

A patch to upgrade is of course the perfect solution to all of this - we're all clamouring for it, so obviously it's needed.

Kolbi 02-08-2010 08:34 PM

Need a vb4 version :)

gundamz 02-09-2010 11:51 PM

yea. need a vb4 version ...

Digital Jedi 02-10-2010 05:15 PM

.....
Quote:

Originally Posted by Marco van Herwaarden (Post 1915033)
Asking coders/designers about vBulletin 4.0 and their releases.

Asking them to upgrade their work while vBulletin 4.0 is still in Beta, and probably before the production version of vBulletin 4.0 has been released for some time, only annoys people and will probably not make them release their work on vBulletin 4.0 any sooner. We therefor request not to ask such questions for now in the 3.x release forums. Please keep an eye on the 4.0 release forums to see if a modfication or style is available on vBulletin 4.0.


Kolbi 02-10-2010 06:42 PM

:)

I know but it?s a very needed hack for me.

Digital Jedi 02-10-2010 11:19 PM

Quote:

Originally Posted by Kolbi (Post 1979358)
:)

I know but it?s a very needed hack for me.

I know. I don't blame you. But it's just that the forums have been nothing but 4.0 requests for the last couple of months.

MrToasty 02-12-2010 08:52 AM

Quote:

Originally Posted by Digital Jedi (Post 1979590)
I know. I don't blame you. But it's just that the forums have been nothing but 4.0 requests for the last couple of months.

I think we all understand this, however if you look back a page you'll see that someone has pretty much successfully ported this modification into 4.0.X with few issues and the only thing stopping them releasing it is questions over ownership of the code. This is why some of us are extra antsy about it's release as a 4.0.X mod..

Frustrating indeed!

imported_pmay68 02-12-2010 08:10 PM

Quote:

Originally Posted by MrToasty (Post 1980637)
I think we all understand this, however if you look back a page you'll see that someone has pretty much successfully ported this modification into 4.0.X with few issues and the only thing stopping them releasing it is questions over ownership of the code. This is why some of us are extra antsy about it's release as a 4.0.X mod..

Frustrating indeed!

Yeah what he said!! ;)

Pixelcarver 02-15-2010 10:28 PM

Quote:

Originally Posted by BBR-APBT (Post 1970777)
I recoded it for my self.


I don't know if I can or not, I asked abe but I had no answer so far. If he says I can they I will if he does not respond or says no then I can not.

Maybe he is updating this to release I do not know.

Can you tell us what you changed so we can do it ourselves? Kind of like a fix for his mod, I have seen that done before. So you will be given the credit for fixing his code for vb4.

BBR-APBT 02-16-2010 04:17 PM

Quote:

Originally Posted by Pixelcarver (Post 1983329)
Can you tell us what you changed so we can do it ourselves? Kind of like a fix for his mod, I have seen that done before. So you will be given the credit for fixing his code for vb4.

No not really there was to many changes I do not even remember what I changed at this point. There would be no way for me to even write directions as there was a bit of code changes some little things some bigger things. I replaced whole templates.

Sorry I couldn't be more helpful.

Digital Jedi 02-17-2010 04:50 PM

You know, there's nothing wrong with posting just the modified files in THIS thread, as long as the coder hasn't said otherwise.

BBR-APBT 02-17-2010 05:32 PM

Quote:

Originally Posted by Digital Jedi (Post 1984791)
You know, there's nothing wrong with posting just the modified files in THIS thread, as long as the coder hasn't said otherwise.

It is modified files and templates.

Lynne 02-17-2010 07:51 PM

Quote:

Originally Posted by Digital Jedi (Post 1984791)
You know, there's nothing wrong with posting just the modified files in THIS thread, as long as the coder hasn't said otherwise.

Actually, you may not unless the developer says it's OK. Developers don't like people modifying their code and redistributing it without their permission.

jhabers 02-17-2010 09:07 PM

Quote:

Originally Posted by Lynne (Post 1984939)
Actually, you may not unless the developer says it's OK. Developers don't like people modifying their code and redistributing it without their permission.

In this case probably close to 90% of the code is stock VB 3.8 code. Most of the custom code is with the templates which BBR-APBT had to rewrite for VB 4, the rest of the "custom" code is SQL queries which I wouldnt classify a SQL query as "custom".

If BBR-APBT were to take his mod, strip out all the VB stock code and then do a 'diff' to Abes code I'm sure only a few lines would match

just my 2cents

Kolbi 02-18-2010 06:43 AM

I guess that?s right too :)

kersti 02-18-2010 05:14 PM

Can I suggest that the "supported" checkmark is removed if the developer is not actually supporting the product?


All times are GMT. The time now is 08:43 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01958 seconds
  • Memory Usage 1,840KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (24)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (1)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete