Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.0 > vBulletin 3.0 Beta Releases
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBDownload Area 1.2 Beta Details »»
vBDownload Area 1.2 Beta
Version: 1.2 B2, by Getox Getox is offline
Developer Last Online: Dec 2005 Show Printable Version Email this Page

Version: 3.0.7 Rating:
Released: 05-14-2005 Last Update: 05-16-2005 Installs: 9
DB Changes
Is in Beta Stage  
No support by the author.

vBDownload Area v1.2 Beta 2 YAY!

As of May 7th Beta 2 is released.

If you spot any bugs please tell me via PM..

Some features:
- Sponsor link
- Posted by
- Last download
- Licence agreement
- Subcategories
- Better Templates
- File Licence Agreement 100%
- Sponsor link 100%
- Hide File 100%
- If download is a link a note will be shown
- Send to friend

Fixed:
- The things MarcoH64 pointed out, Thanks

User uploads is being worked on.

may be spelling errors in one for more templates, thats ok ill be fixing those

1.2 Beta 3 Status:
-User Uploads: 50% (having trouble with the file upload part)

Supporters / CoAuthors

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #12  
Old 05-15-2005, 04:56 PM
BluPhoenix BluPhoenix is offline
 
Join Date: Nov 2004
Location: Wirral Peninsula
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by MrLovellz
Check his sig, he has version 1.0 & 1.1 in there w/ screenshots
True, but he says "Better Templates" in the info, so those old screens don't reflect the new version
Reply With Quote
  #13  
Old 05-16-2005, 11:31 PM
Getox Getox is offline
 
Join Date: Jul 2004
Location: Australia
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Fine fine, while i got time ill upload screens

There ya go, screens uploaded
Reply With Quote
  #14  
Old 05-17-2005, 12:03 AM
Getox Getox is offline
 
Join Date: Jul 2004
Location: Australia
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

<font size="7">Beta 2 Released!.</font>
Reply With Quote
  #15  
Old 05-17-2005, 06:59 AM
mikaelweb's Avatar
mikaelweb mikaelweb is offline
 
Join Date: Feb 2003
Location: Sweden
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Parse error: parse error, unexpected T_VARIABLE in /home/codersla/public_html/forum/admincp/vbdinstall.php on line 350
PHP Code:
print_textarea_row("FIND",'find1',"construct_nav_group("$vbphrase[styles] &amp$vbphrase[templates]", '<hr />');"); 
Reply With Quote
  #16  
Old 05-17-2005, 12:12 PM
we_are_borg we_are_borg is offline
 
Join Date: Jul 2004
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by mikaelweb
Parse error: parse error, unexpected T_VARIABLE in /home/codersla/public_html/forum/admincp/vbdinstall.php on line 350
PHP Code:
print_textarea_row("FIND",'find1',"construct_nav_group("$vbphrase[styles] &amp$vbphrase[templates]", '<hr />');"); 
I'm Getting the same error.
Reply With Quote
  #17  
Old 05-17-2005, 12:19 PM
Marco van Herwaarden Marco van Herwaarden is offline
 
Join Date: Jul 2004
Posts: 25,415
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

PHP Code:
print_textarea_row("FIND",'find1',"construct_nav_group("$vbphrase[styles] &amp$vbphrase[templates]", '<hr />');"); 
Try changing to:
PHP Code:
print_textarea_row("FIND",'find1',construct_nav_group("$vbphrase[styles] &amp; $vbphrase[templates]"'<hr />');"); 
Reply With Quote
  #18  
Old 05-17-2005, 06:27 PM
Getox Getox is offline
 
Join Date: Jul 2004
Location: Australia
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here, try this one.
Reply With Quote
  #19  
Old 05-20-2005, 09:54 AM
we_are_borg we_are_borg is offline
 
Join Date: Jul 2004
Posts: 108
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Getox
Here, try this one.
This is the error i'm getting with the new installer.

Quote:
Parse error: parse error, unexpected T_ENCAPSED_AND_WHITESPACE, expecting T_STRING or T_VARIABLE or T_NUM_STRING in /home/fiberwor/public_html/forum/admincp/vbdinstall.php on line 362
Reply With Quote
  #20  
Old 05-20-2005, 03:54 PM
Getox Getox is offline
 
Join Date: Jul 2004
Location: Australia
Posts: 74
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Try this one

Oh by the way, User uploads is jsut about done, just need to make the part where you (admin) says Yes/No for it to be shown, and then where mods can do that, and then the settings where you set moderate uploads, who can & cant upload...If you want me to release the latest code just say so, ill make the new installer, Test it on a proper server with a fresh install of vb and upload it
Reply With Quote
  #21  
Old 05-20-2005, 04:31 PM
mikaelweb's Avatar
mikaelweb mikaelweb is offline
 
Join Date: Feb 2003
Location: Sweden
Posts: 122
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Code:
Parse error: parse error, unexpected T_STRING in /home/codersla/public_html/forum/admincp/vbdinstall.php on line 362
Still problem whit this install file
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


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


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.11330 seconds
  • Memory Usage 2,317KB
  • Queries Executed 26 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (1)bbcode_code
  • (4)bbcode_php
  • (4)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (11)post_thanks_box
  • (11)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (11)post_thanks_postbit_info
  • (10)postbit
  • (11)postbit_onlinestatus
  • (11)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • pagenav_page
  • pagenav_complete
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete