The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
viPortfolio 1.2.6 Beta Release Details »» | |||||||||||||||||||||||||
======= =======
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
|
Comments |
#62
|
||||
|
||||
Hi Teddy!!
Ok, now i got the options!! This point is going to you!! Great... but look at my Screen-Shot :knockedout: |
#63
|
||||
|
||||
here i get no options to choice between...
Hope i dont confuse you. :cry: |
#64
|
||||
|
||||
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:
|
#65
|
||||
|
||||
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! |
#66
|
|||
|
|||
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. |
#67
|
||||
|
||||
Hello Teddy, this was the result of the first query...
|
#68
|
|||
|
|||
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. |
#69
|
||||
|
||||
Quote:
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 Uploading to replace a file doesn't work either still. |
#70
|
|||
|
|||
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. |
#71
|
|||
|
|||
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 |
Thread Tools | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|