Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 3.6 > vBulletin 3.6 Add-ons
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
vBPortfolio Lite Details »»
vBPortfolio Lite
Version: 1.0.0, by King Kovifor King Kovifor is offline
Developer Last Online: Aug 2015 Show Printable Version Email this Page

Category: Major Additions - Version: 3.6.5 Rating:
Released: 08-05-2006 Last Update: 08-19-2006 Installs: 20
DB Changes Uses Plugins Template Edits
Additional Files  
No support by the author.

vBPortfolio Lite is the "Lite" version of the still in-development full version. This version is completely free.

Features:
  • Template
  • Phrases with Custom Phrasegroup
  • Uses a repeat method for display all entries.
  • Pagination
  • Settings
  • ACP Backend:
    • Listing
    • Add
    • Edit*
    • Delete*
    • Reset
  • Version Check

* ACP backend currently does not work. Bugs have been found that hinder use of this feature, but the rest is stable.

Known Bugs:

There are two bugs that haven't been touched. There is one bug that is partially complete and needs some tweaking. The page navigation has been completely rewritten to include less code and better performance.

Patch Released
For an immediate fix for users with entries not showing up when they are added a patched portfolio.php has been uploaded. To install the patch version please overwrite the portfolio.php file on your server. Than in your vBPortfolio settings, please turn pagination OFF. (set this setting to no)

When installing, this will add 2 plugins and add a 1 entry into a mysql table, and add 1 table.

Supporters / CoAuthors

Show Your Support

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

Comments
  #22  
Old 08-20-2006, 03:48 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Crap, if you have everything we do, than I guess it's a bug. << I'll try to fix it soon.

y2krazy,

Thanks for the discovery of a bug in v1.0.0! The coders are now hard at work to fix this bug. A new version will be released ASAP!

From the coders:

The bug has to do with pagination. The PHP does not correctly use the LIMIT clause in mySQL. This has also given way to a second bug that will cause errors when Pagination is turned off. We thank you very much for the bug report and helping to improve this system.
Reply With Quote
  #23  
Old 08-23-2006, 04:49 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Just an update:

Pagination has been completely rewritten. Once I can get at least one bug down soon, I'll be able to release this version. I've added some code so that you can still delete an entry but the info won't be showed.

Another Update:

Thanks to help from SirAdrian I have squashed ALL bugs. The new version will be as bug free as possible. We will have fixed about 10 bugs. Maybe more in this new release. It should be out tonight.
Reply With Quote
  #24  
Old 08-31-2006, 01:08 PM
y2krazy y2krazy is offline
 
Join Date: Jun 2003
Location: Houston, Texas
Posts: 318
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

When trying to Uninstall the Product, this is what I get in the ACP:

Quote:
Database error in vBulletin 3.6.0:

Invalid SQL:
DROP TABLE `portfolio`;

MySQL Error : Unknown table 'portfolio'
Error Number : 1051
Date : Thursday, August 31st 2006 @ 07:06:54 AM
Script : http://www.goclubbing.net/admincp/pl...do=productkill
Referrer : http://www.goclubbing.net/admincp/pl...tfolio_lite&s=
IP Address : 68.90.246.39
Username : Thermo.
Classname : vb_database
Reply With Quote
  #25  
Old 08-31-2006, 09:50 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by y2krazy
When trying to Uninstall the Product, this is what I get in the ACP:
Sorry your installing but thanks for that. More to look into.
Reply With Quote
  #26  
Old 12-01-2006, 07:44 AM
Mythotical Mythotical is offline
 
Join Date: Jun 2004
Location: Booneville, AR, USA
Posts: 1,428
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

That only happens when the installcode isn't properly added to the plugin causing it to not add the table upon install.
Reply With Quote
  #27  
Old 12-02-2006, 07:55 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

vBPortfolio v2.0l (Lite Version) will start being developed in about 1-2 weeks. This will be a complete rewrite with (as of now) about 40 features that you can use to your advantage. vBPortfolio v2.0f (Full Version) will be the first released in that department.
Reply With Quote
  #28  
Old 01-03-2007, 06:44 PM
taxick taxick is offline
 
Join Date: Aug 2005
Location: Denmark
Posts: 126
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by y2krazy View Post
When trying to Uninstall the Product, this is what I get in the ACP:
I get same error - PLZ fix this..
Reply With Quote
  #29  
Old 01-04-2007, 09:19 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

The query is as follows:

Code:
DROP TABLE `" . TABLE_PREFIX . "portfolio`"
Now the vBulletin must not be picking up the TABLE_PREFIX variable.

This should all be fixed within vBP2.0l & vBP2.0f
Reply With Quote
  #30  
Old 01-06-2007, 06:02 PM
egtrix's Avatar
egtrix egtrix is offline
 
Join Date: Aug 2005
Location: Cyber Space
Posts: 487
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello nice work, I face a problem where entries don't show and even can't be deleted, can you help please?
Reply With Quote
  #31  
Old 01-06-2007, 06:37 PM
King Kovifor's Avatar
King Kovifor King Kovifor is offline
 
Join Date: Nov 2004
Location: PA
Posts: 3,872
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by egtrix View Post
Hello nice work, I face a problem where entries don't show and even can't be deleted, can you help please?
What's your error?
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 06:21 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.05513 seconds
  • Memory Usage 2,311KB
  • 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_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
  • (4)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