vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   ecDownloads Buddy (https://vborg.vbsupport.ru/showthread.php?t=111293)

CyberRanger 06-05-2006 12:28 PM

Quote:

Originally Posted by Zowners
Ive installed the plugin but it wont let me edit usergroup permisions it keeps refreshing saying rebuild bitfields successful.

Anyway to get past this?

Someone else had that problem too. That's really odd. I may just remove the rebuild bitfield from the plugin.

CyberRanger 06-06-2006 12:00 PM

Okay, I removed the "rebuild bitfields" from the product. If you had trouble with that before, download the updated product (ver 2.2). Note step #4 of the instructions. You will now need to manually rebuild the bitfields.

DaPro 06-07-2006 01:45 PM

west, do you have any plans on working on a vBux integration script? Or do you need the permission of the author of both ecdownloads and vB before doing something like that? Because if no one is going to work on it, I might have a friend of mine work on it with me. Let me know.

CyberRanger 06-07-2006 02:05 PM

Quote:

Originally Posted by DaPro
west, do you have any plans on working on a vBux integration script?

Yes, I do. I'm waiting to get some updated files from RS_Jelle and then I'm going to start working on some issues, like vBux integration.

kamaldarwish 06-14-2006 11:21 PM

Thanks for your effort.
I am sorry to inform you that your steps and guides are not clear. Makes the installer lost. Could you please revise your steps for using this program.

by the way downloads.php line 190 is somethig else in 3.5.4

Wish you all the best.

CyberRanger 06-15-2006 11:30 AM

Quote:

Originally Posted by kamaldarwish
by the way downloads.php line 190 is somethig else in 3.5.4

grrrr .... Ronin going and moving things around on me! Okay, try place the hook after line 148 so that you have this:

http://www.brentandmary.net/images/d...buddy-hook.gif

For text based folks:

On or about line 145, FIND

PHP Code:

if (($permissions['ecdownloadpermissions'] & $vbulletin->bf_ugp['ecdownloadpermissions']['canmanagepurgatory']) || ($permissions['ecdownloadpermissions'] & $vbulletin->bf_ugp['ecdownloadpermissions']['caneditallfiles']))
{
    
$dlinks .= ' | <a href="./downloads.php?do=manfiles">'.$vbphrase['ecdownloads_manage_files'].'</a>';


BELOW that ADD:

PHP Code:

($hook vBulletinHook::fetch_hook('add_to_dlinks')) ? eval($hook) : false

So you know have:

PHP Code:

if (($permissions['ecdownloadpermissions'] & $vbulletin->bf_ugp['ecdownloadpermissions']['canmanagepurgatory']) || ($permissions['ecdownloadpermissions'] & $vbulletin->bf_ugp['ecdownloadpermissions']['caneditallfiles']))
{
    
$dlinks .= ' | <a href="./downloads.php?do=manfiles">'.$vbphrase['ecdownloads_manage_files'].'</a>';
}

(
$hook vBulletinHook::fetch_hook('add_to_dlinks')) ? eval($hook) : false;

if (
$_GET['do'] == 'cat')


BTW - 3.5.4 is the vb version. It has nothing to do with ecDownloads.

wichall 06-23-2006 11:32 PM

Does this hack fix the bit in ecdownloads where it shows the member viewing the profile's files rather than the person's files?

If not, any idea how to fix it?

GrCh_Jeff 07-04-2006 11:01 PM

I love the hack but is there any way to make a button that says "assign" instead of this: See image

CyberRanger 07-04-2006 11:13 PM

Quote:

Originally Posted by GrCh_Jeff
I love the hack but is there any way to make a button that says "assign" instead of this: See image

That's weird. You seem to be missing a phrase. Add a phrase with the info below and you should be set.

Standard Phrase: downloads_buddy_assign_uploader
Product: ecDownloads Buddy
Text: Assign New Uploader

GrCh_Jeff 07-05-2006 02:01 AM

Quote:

Originally Posted by westpointer
That's weird. You seem to be missing a phrase. Add a phrase with the info below and you should be set.

Standard Phrase: downloads_buddy_assign_uploader
Product: ecDownloads Buddy
Text: Assign New Uploader


It is already present downloads_buddy_assign_uploader


All times are GMT. The time now is 12:44 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.01117 seconds
  • Memory Usage 1,749KB
  • 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
  • (3)bbcode_php_printable
  • (5)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
  • (10)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