Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > vBulletin 2.x > vBulletin 2.x Beta Releases

Reply
 
Thread Tools
viPortfolio 1.2.6 Beta Release Details »»
viPortfolio 1.2.6 Beta Release
Version: 1.00, by TeddyBare69 TeddyBare69 is offline
Developer Last Online: Apr 2005 Show Printable Version Email this Page

Version: 2.2.x Rating:
Released: 07-29-2002 Last Update: Never Installs: 12
Is in Beta Stage  
No support by the author.

======= =======
viPortfolio Version 1.2.6
======= =======

This is our first hack. And not our last. We have spent a lot of time polishing it for stability and interface. Thanks for the patience and support so far.
We have installed and tested in vBulletin 2.2.6. For those with older versions, please post your results.

Credits:
VisibleImpact.com Administrative Director and author: TeddyBare69
VisibleImpact.com
Owner and Designer: sengerdw
Courages testers at vBulletin.org
hellsatan, stangpower, Christy, Sketch, NTLDR, Apok2002, Martin64


Description:
For those that need a separate interface in the user control panel to upload files - download this.

Features:[list=1][*]New profile navigation bar to view a portfolio/upload gallery[*]New profile navigation bar for members to change their portfolio/upload gallery[*]Admin and moderators may change descriptions and delete file configuration options maintained in admin control panel.[*]86 different file types support via either thumbnail or default icon view.[*]ImageMagick not needed![*]Display who uses their portfolio in the members list.[*]Support for vbHacker from Chen located at vbHacker 1.0.1 is included in the install.[/list=1]
Demo links:[list=1][*]Members list[*]Public Profile[*]Public Portfolio[/list=1]
Installation Instructions:

Extract the viPortfolio-1.2.6.zip file which will create a viPortfolio
subdirectory. Upload the directory to your root Web server directory where your forum code is located. From a Web browser run: http://{yourserver}/viPortfolio/install.php and follow the steps.

.: Remove the viPortfolio subdirectory after installation :.

We would appreciate any feedback regarding this hack. Interface, changes for future versions and so on. We will offer support for this hack - we will not be responsible for errors - as always, BACK UP YOUR data base.

We have spent a lot of time on this and all we ask is that our copyright notice remain in tact at the bottom of portfolio pages. Thanks!

Along with viPortfolio we are making use of a new install.php version 1.2.6. The install.php has not had the amount of testing that viPortfolio has. With that said we are looking for your assistance in notifying VisibleImpact.com of any error messages or difficulties you may have with the install.

*** Updated installer ****
I have totaly rewritten the installer to take out all the flash and make it a simple step by step install. Atleast I hope that is what it is It is definately worth trying.

viPortfolio v1.2.6 developed by: VisibleImpact.com

Show Your Support

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

Comments
  #62  
Old 08-04-2002, 12:44 PM
Kars10's Avatar
Kars10 Kars10 is offline
 
Join Date: Jun 2002
Location: Germany/Franken
Posts: 748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hi Teddy!!
Ok, now i got the options!! This point is going to you!! Great...
but look at my Screen-Shot :knockedout:
Reply With Quote
  #63  
Old 08-04-2002, 12:49 PM
Kars10's Avatar
Kars10 Kars10 is offline
 
Join Date: Jun 2002
Location: Germany/Franken
Posts: 748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

here i get no options to choice between...
Hope i dont confuse you. :cry:
Reply With Quote
  #64  
Old 08-04-2002, 06:28 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After trying to update to the latest vesion and manually editing the DB I have got this hack to work almost properly, the replace donsen't seem to work for me, nor do JPEG images, I get the following error with 1.0.5:

Quote:
Warning: Color index out of range in ./viPortfolio.php on line 725
Setting pixel for color1
Other than that it seems to be working fine.
Reply With Quote
  #65  
Old 08-05-2002, 11:11 AM
Kars10's Avatar
Kars10 Kars10 is offline
 
Join Date: Jun 2002
Location: Germany/Franken
Posts: 748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Now if i want to upload something...i get a #!@j?! Parse Error!!
Oh man, this is wierd!! Please have a look at the Screen-Shot!
Reply With Quote
  #66  
Old 08-05-2002, 12:06 PM
TeddyBare69 TeddyBare69 is offline
 
Join Date: Jun 2002
Location: CA, US
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Couple more fixes.

NTLDR, ALL
I believe I have fixed the color allocating problem.
There are a couple other fixes also so I am uploading a new version 1.0.7.
This version has the color fix, better PHP version checking support and control panel fixes.

Minifreunde,
take a look at the permissions and owner of http://{forum basedirectory}/tmp . This directory needs to be set with write access of your webserver userid. For me that user is nobody, in production it is web. You would be safe setting the permissions to 777 in unix or granting permissions to all in windows.

Looking at the screen shot of your settings, looks like multiple installs. You can clean out the settings for viPortfolio with the following SQL.
DELETE setting
FROM setting s, settinggroup g
WHERE s.settinggroupid = g.settinggroupid
AND g.title like 'viPortfolio%';

then you will need to reinsert the settings by executing the sql in viPortfolio/database/insert_settings.sql.

then execute the following sql
SELECT settinggroupid, displayorder
FROM settinggroup
WHERE title like 'viPortfolio%';

ensure that the displayorder is not 0 and use the number in settinggroupid column as highnumber for the following sql.

UPDATE setting
SET settinggroupid = <i>{highnumber}</i>
WHERE settinggroupid = 65534

This will be fixed in the next version.
Reply With Quote
  #67  
Old 08-05-2002, 01:24 PM
Kars10's Avatar
Kars10 Kars10 is offline
 
Join Date: Jun 2002
Location: Germany/Franken
Posts: 748
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Hello Teddy, this was the result of the first query...
Reply With Quote
  #68  
Old 08-05-2002, 03:47 PM
Christy Christy is offline
 
Join Date: Oct 2001
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Well, im stumped. I just uninstalled then reinstalled with latest vesion and am still getting the x's for the pics

http://www.force137.com/forum/viPortfolio.php?userid=1

I should be doing everything write, only thing I dont do is add the links for the users as im waiting till i know it works.

I install tables, install templates, upload viportfolio.php and this time i also upped gdthumb.php even though im not sure what it was for.
Reply With Quote
  #69  
Old 08-05-2002, 04:27 PM
NTLDR's Avatar
NTLDR NTLDR is offline
Coder
 
Join Date: Apr 2002
Location: Bristol, UK
Posts: 3,644
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally posted by TeddyBare69
I believe I have fixed the color allocating problem.
This seems to be far worse for me I get:

Code:
Warning: Color index out of range in /.../viPortfolio.php on line 633

Warning: Color index out of range in /.../viPortfolio.php on line 634

Warning: Color index out of range in /.../viPortfolio.php on line 635

Warning: Color index out of range in /.../viPortfolio.php on line 636
In a constant loop now when I try to upload a JPEG Image However the image does seem to have uploaded, but I just get a black 100*100 square as the thumbnail for it.

Uploading to replace a file doesn't work either still.
Reply With Quote
  #70  
Old 08-05-2002, 05:23 PM
TeddyBare69 TeddyBare69 is offline
 
Join Date: Jun 2002
Location: CA, US
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

for Minifreunde,
don't you have mysql 4 or newer?

select *
from settinggroup
where title like 'viPortfolio%';

delete
from setting
where settinggroupid = {number from above}

sorry about the mix up. the mysql manual said the previous sql was compatible with mysql 4.0.2 and above.

NTLDR,
Have you tried other images?

can you either upload your graphic to this site or log onto my test board and upload the image there.
Test site
username guest
password guest

Christy,
If you could try and login and upload your image here also. I haven't tried fixing the missing image problem directly because I can't recreate it here.
Reply With Quote
  #71  
Old 08-05-2002, 05:33 PM
Christy Christy is offline
 
Join Date: Oct 2001
Posts: 54
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Ok I logged into your site and was able to upload them both fine. I just used your installer logo as a gif and jpg

Not sure whats up with mine, I also tried using php_gd2.dll and get the same results, heers an image of my phpinfo
Reply With Quote
Reply

Thread Tools

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 07:11 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.05174 seconds
  • Memory Usage 2,312KB
  • Queries Executed 25 (?)
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
  • (2)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
  • (1)pagenav_pagelinkrel
  • (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