vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Modification Graveyard (https://vborg.vbsupport.ru/forumdisplay.php?f=224)
-   -   Add-On Releases - BFC-Download (https://vborg.vbsupport.ru/showthread.php?t=212379)

Excalibur82 05-01-2009 03:03 PM

Globe: That is not an error with my script, that is due to how your test forum is setup. You need to make sure that /testforum/ is in your link through the ACP.

Globe 05-01-2009 05:17 PM

sry about that^^ but now i think i found a error...
Quote:

Datenbankfehler in vBulletin 3.8.2:

Invalid SQL:
UPDATE administrator SET
### Bitfield: administrator.adminpermissions ###
adminpermissions = IF(adminpermissions & 4, adminpermissions, adminpermissions + 4),
adminpermissions = IF(adminpermissions & 8, adminpermissions - 8, adminpermissions),
adminpermissions = IF(adminpermissions & 16, adminpermissions - 16, adminpermissions),
adminpermissions = IF(adminpermissions & 32, adminpermissions - 32, adminpermissions),
adminpermissions = IF(adminpermissions & 64, adminpermissions - 64, adminpermissions),
adminpermissions = IF(adminpermissions & 128, adminpermissions - 128, adminpermissions),
adminpermissions = IF(adminpermissions & 256, adminpermissions - 256, adminpermissions),
adminpermissions = IF(adminpermissions & 512, adminpermissions - 512, adminpermissions),
adminpermissions = IF(adminpermissions & 1024, adminpermissions - 1024, adminpermissions),
adminpermissions = IF(adminpermissions & 2048, adminpermissions - 2048, adminpermissions),
adminpermissions = IF(adminpermissions & 4096, adminpermissions - 4096, adminpermissions),
adminpermissions = IF(adminpermissions & 8192, adminpermissions - 8192, adminpermissions),
adminpermissions = IF(adminpermissions & 16384, adminpermissions - 16384, adminpermissions),
adminpermissions = IF(adminpermissions & 65536, adminpermissions - 65536, adminpermissions),
adminpermissions = IF(adminpermissions & 131072, adminpermissions - 131072, adminpermissions),
adminpermissions = IF(adminpermissions & 262144, adminpermissions - 262144, adminpermissions),
bfcdpermissions = 0,
cssprefs = '',
dismissednews = ''
WHERE userid = 37;

MySQL-Fehler : Unknown column 'bfcdpermissions' in 'field list'
Fehler-Nr. : 1054
Fehler-Zeit : Friday, 01.05.2009 @ 20:13:49
Datum : Friday, 01.05.2009 @ 20:13:49
Skript : http://localhost/testforum/admincp/a....php?do=update
Referrer : http://localhost/testforum/admincp/a...p?do=edit&u=37
IP-Adresse : 80.***.***.***
Benutzername : Globe
Klassenname : vB_Database
MySQL-Version : 5.0.45
I dont know whats that but i see a line
Quote:

Unknown column 'bfcdpermissions' in 'field list'
This error comes when i set the Administrator permissions

sry if its not a error from your plugin...

Excalibur82 05-02-2009 12:01 AM

That is an error, I am actually removing admin permissions and using admin perms for Pro.

Excalibur82 05-03-2009 10:40 PM

Update for everyone, I am still having issues with the upload part of the category, I am changing that to use vB's upload image function, same for screenshots. So look for a new release in the coming days.

Excalibur82 05-07-2009 04:23 AM

Sorry for the delay on an update, I've had to deal with BFC-Quote first. I will be updating BFC-Download come Friday.

Sweeks 05-08-2009 11:34 AM

Hope to install this pretty soon :)

zionsworld 05-10-2009 03:20 PM

Any news on the update?

Excalibur82 05-10-2009 04:08 PM

I am currently working on an update now. Should have an update released later tonight.

zionsworld 05-10-2009 05:10 PM

Quote:

Originally Posted by Excalibur82 (Post 1808129)
I am currently working on an update now. Should have an update released later tonight.

Brilliant :D

Thanks :)

Ophelia 05-10-2009 11:56 PM

When there is a demo for this, can someone post?

Excalibur82 05-11-2009 12:15 AM

View release post for a demo link.

Excalibur82 05-11-2009 04:43 AM

Ok I am still working on the upload issue, once that is solved then I will release an update. I might have to make files be uploaded to a directory instead of the database.

pzet 05-12-2009 03:08 AM

Mod installed; just wondering where to add the files for download?

On my site the function to add files to download does not show up.
Any suggestions?
Thanks

Excalibur82 05-12-2009 03:27 AM

pzet: Did you alter settings and usergroup permissions?

pzet 05-12-2009 06:58 AM

Quote:

Originally Posted by Excalibur82 (Post 1809126)
pzet: Did you alter settings and usergroup permissions?

Yes, I did......
the funny thing is, that in the user group permissions there is no title for the downloads table, it shows however the yes/no options to set.

Excalibur82 05-12-2009 05:57 PM

Yep I know the cause of that, seems I missed a few phrases. I will fix that with this next release which addresses a few issues and I redid the permissions to eliminate some problems.

pzet 05-13-2009 01:17 AM

Quote:

Originally Posted by Excalibur82 (Post 1809519)
Yep I know the cause of that, seems I missed a few phrases. I will fix that with this next release which addresses a few issues and I redid the permissions to eliminate some problems.

Thanks for your reply. The missing phrases don't bother me too much, the main thing is I still not see where to add the files for download.

Have de-installed the mod + new install with overwrite but still the same.
Any advice?
Thanks

Excalibur82 05-13-2009 01:24 AM

pzet: Where are you looking to add a file for download?

pzet 05-13-2009 02:00 AM

Quote:

Originally Posted by Excalibur82 (Post 1809797)
pzet: Where are you looking to add a file for download?

Have created categories in the adminCP; from my understanding files have to be added in the forum area? No files adding option in the adminCP.

Excalibur82 05-13-2009 02:39 AM

Correct, go to this link: http://www.yoursite.com/download.php?do=file

I will probably add more to the readme such as a small faq to help find certain spots of the mod.

Oh yeah, also check http://www.yoursite.com/download.php and make sure you see the option to add a file from the left navigation.

UPDATE FOR ALL: I have fixed the upload issue in the admincp, I am now updating the rest of the mod to match this update and then I will be changing the permissions and adding a few new features. So hopefully an update by tomorrow or Thursday.

pzet 05-13-2009 03:20 AM

Here are the screen shots what I get:

1. www.asiagps.org/forum/download.php
2. www.asiagps.org/forum/download.php?do=file

So no "ADD FILE" at all?

Excalibur82 05-13-2009 05:24 AM

Ok thanks for the screenshots, allowed me to figure out the problem. Appears to be that I think I labeled permissions incorrectly. I will get those fixed with the permission changes.

Ocean-Wonders 05-13-2009 03:18 PM

Great mod, having the same issues as everyone else with not being able to see an upload link.

Look forward to the update

Excalibur82 05-13-2009 05:38 PM

Ocean-Wonders: Yeah I have things almost finished for the update. Big mod = lots of edits. lol

drpeppper 05-19-2009 02:19 PM

I have seen 3 really great download mods for Vbulletin. But the thing they all lack is a a progress bar for large uploads. Do you plan to incorporate some kind of progress bar in to the mod?

Excalibur82 05-19-2009 04:17 PM

Ah a progress bar, I will see about implementing one for all uploads, not just large ones. Currently, I am having to fix various issues contained in another one of my mods then I have a few more things to change around in this one before I can start implementing new features but you can look forward to a progress bar.

Ksb2050 05-20-2009 03:22 AM

Great idea but it wont even let me install it. Every time I upload the product I get a database error. Seems to not work :?

mystikmedia 05-21-2009 05:58 AM

How can I remove the Home link?

drpeppper 05-21-2009 02:38 PM

Quote:

Originally Posted by Excalibur82 (Post 1813562)
Ah a progress bar, I will see about implementing one for all uploads, not just large ones. Currently, I am having to fix various issues contained in another one of my mods then I have a few more things to change around in this one before I can start implementing new features but you can look forward to a progress bar.

that's definitely good to hear. thank you!

Excalibur82 05-21-2009 05:47 PM

Ksb2050: If you did not click install then I cannot provide any support to you. Sorry plus you did not follow the rules in my first post when reporting issues. So either way I cannot help you.

mystikmedia: Open bfc_download_navigation template and alter it how you see fit.

UPDATE: I have ran into multiple issues with the editing of categories and files therefore I am currently working towards a fix. I have to leave town tomorrow but I should have an update upon my return on Monday if not before I leave tomorrow.

tlwwolfseye 05-27-2009 02:23 PM

Any News on this Mod ? Update coming ?

Excalibur82 05-27-2009 04:25 PM

Yes an update it coming. If you click install you'll be able to get an email when an update is released. I'm aiming for a new update by the end of the week.

tlwwolfseye 05-27-2009 04:38 PM

Sounds great, cant wait. ;)

DanGarion 05-27-2009 04:40 PM

Just an FYI, clean install of vB 3.8.2 and when I try to install/import the product into my installation I get the following db error. Says duplicate key, unsure why, never installed product before.

Database error in vBulletin 3.8.2:

Invalid SQL:
INSERT INTO `vb714_phrasetype` VALUES ('bfc_download','BFC-Download Area',3,'bfc_download','0');

MySQL Error : Duplicate entry 'bfc_download' for key 1
Error Number : 1062
Request Date : Wednesday, May 27th 2009 @ 10:35:20 AM
Error Date : Wednesday, May 27th 2009 @ 10:35:20 AM
Script : http://XXXXXXXXXXXXXX/plugin.php?do=productimport
Referrer : http://XXXXXXXXXXXXXXXXX/plugin.php?do=productadd


Classname : vB_Database
MySQL Version : 5.0.67-userstats-log

computer22 05-28-2009 12:47 PM

Same error here.

Renkus 05-28-2009 01:51 PM

Same error

aakhan136 05-28-2009 02:49 PM

Can I upload any Video file e.g mp4 avi wmv & audio file e.g mp3 wma Please help me

tlwwolfseye 05-28-2009 03:01 PM

Quote:

Same error
Quote:

Same error
You guys do realize that there are several Bugs in the Mod, thats why he is working on an update currently. ;)

Excalibur82 05-28-2009 03:51 PM

Currently I have it reading the attachments file type. As tlwwolfseye has stated, there are various bugs that I am trying to hammer out so please don't post 'SAME ERROR' as I am aware of the bug and those who post like that add no help to the thread. Thanks.

aakhan136 05-28-2009 04:15 PM

Can I upload any Video file e.g mp4 avi wmv or audio file e.g mp3 wma Please tell me


All times are GMT. The time now is 09:08 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.01341 seconds
  • Memory Usage 1,819KB
  • 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
  • (9)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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