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

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
  #152  
Old 08-17-2002, 09:32 PM
TeddyBare69 TeddyBare69 is offline
 
Join Date: Jun 2002
Location: CA, US
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Apok,
Did the new install give the same errors? I seen one or two places in the install program that were possible bug hideouts until I crushed them. I am hoping all you get is a bunch of debuggin messages and a have a nice day message

Inquiring minds want to know .
Reply With Quote
  #153  
Old 08-17-2002, 09:58 PM
Apok2002 Apok2002 is offline
 
Join Date: Feb 2002
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Getting closer. I only got this error:

Quote:
Notice [1024] Could not copy file /home/apok/public_html/forums/viPortfolio/viIcons/blank.jpg to /home/apok/public_html/forums/images/viIcons/blank.jpg

Warning message on line 712 of file /home/apok/public_html/forums/viPortfolio/install.php , PHP 4.2.1 (Linux)


viIcons/blank.jpg to /home/apok/public_html/forums/images/viIcons/blank.jpg
I then went to the Control Panel...and the box w/ the link for Edit Portfolio is all black (can't see the link). And when you click it, you get a page not found error.

You get this error when you try to edit your portfolio via your profile:

Quote:
Parse error: parse error, unexpected $ in /home/apok/public_html/forums/member.php on line 1490
There weren't any other errors that were displayed during the install. And I installed the Paperclip and Profile hack via vbhack
Reply With Quote
  #154  
Old 08-17-2002, 10:52 PM
TeddyBare69 TeddyBare69 is offline
 
Join Date: Jun 2002
Location: CA, US
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I have some workarounds for you. These fixes are here but in the full download. If you were to get the 1.2.3 version those errors would be gone.

first workaround:
edit member.php

go to the very bottom of the file you should see this:
// parse this next line with eval:
$sendtoname=$destuserinfo[username];
eval("standardredirect(\"".gettemplate("redirect_s entemail")."\",\"usercp.php?s=$session[sessionhash]\");");
}
?>

You are supposed to have another } above the ?>. Insert the } on the line before the ?> so that you have:

// parse this next line with eval:
$sendtoname=$destuserinfo[username];
eval("standardredirect(\"".gettemplate("redirect_s entemail")."\",\"usercp.php?s=$session[sessionhash]\");");
}
}
?>

About your link in the control panel being black.

I am going to have to look into that a little further. Can you get the link that menu choice points to? I think if you float over the link you should be able to see were it points to. If you have to type it I don't need the ?s=1235098274350943 stuff. mine points to http://{mysite}/dev1/admin/options.php?t=0#settinggroup36

that is after I took out the session information, ?s= stuff
Reply With Quote
  #155  
Old 08-17-2002, 10:54 PM
TeddyBare69 TeddyBare69 is offline
 
Join Date: Jun 2002
Location: CA, US
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

We need to give a Humungous thank you to Dark_Wizard. He took one look at my code and new I should be applying at burgerking come monday.

Thanks for the eagles eyes Dark_Wizard, that was a great catch on figuring out what was wrong!
Reply With Quote
  #156  
Old 08-17-2002, 11:55 PM
Apok2002 Apok2002 is offline
 
Join Date: Feb 2002
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Uninstalling, and will do a clean install of the latest version. We're gonna get this damnit! lol

If it gives probs w/ the usercp again, I'll post it. It was definately the usercpnav template. Also, the black box appeared again in the member profile where Posts were. You couldn't see how many posts there were. I'll make a screen shot if it happens again.

*crosses fingers*....
Reply With Quote
  #157  
Old 08-18-2002, 12:05 AM
Apok2002 Apok2002 is offline
 
Join Date: Feb 2002
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

ack! It went back to the first error above:

Quote:
Creating tables...




The script reported errors in the installation of the tables. Only continue if you are sure that they are not serious.

The errors were:

Error number: 1064

Error description: You have an error in your SQL syntax near '; ' at line 1

Here is the full sql query:
It's the semicolon error again. I can use the install.php update that you posted earlier..but I was under the impression that it was included in this .zip file. I'll wait for your response before I proceed.
Reply With Quote
  #158  
Old 08-18-2002, 04:18 AM
Apok2002 Apok2002 is offline
 
Join Date: Feb 2002
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Installed 1.2.5 fine...but....when I try to access anyone's profile...I get this error:

Quote:
Parse error: parse error, unexpected $ in /home/apok/public_html/forums/member.php on line 1490
I also get that above error, for the 1st 4 options in the the User CP.

The Edit Portfolio link returns w/ a Page not Found error. This is the url it tries to go to:

Quote:
http://www.ez-company.net/forums/viPortfolio.php?action=edit
(aslo, the black box appears again, I'll post a screen shot)

The black box aslo appears in the Member list where the Posts column appears.

And the columns are incorrect in the member list (screen shot coming).

Also, the viPortfolio.php file was never installed, I manually uploaded it.

EDIT
After I uploaded the viPortfolio.php file, I was able to edit the Portfolio via the darkened link in the UserCP. This was the ONLY change however. All of the other mentioned bugs are still there.
Reply With Quote
  #159  
Old 08-18-2002, 04:47 AM
Apok2002 Apok2002 is offline
 
Join Date: Feb 2002
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Here is the memberlist. See how the catagories are all misaligned? Also, the last column is blackened...how do I fix?

memberlist.JPG removed...

Below is the UserCP. The first 4 options don't work (they give you the error mentioned above). Also, the last column is darkened. I have 3 themes to select from on my site...however, since I can't access the Options, I can't select a different theme to see what they look like.

usercp.JPG removed....

EDIT

I removed the pics since I changed servers. If you want them back up Teddy so you can reference what I'm talking about I can upload them and link them to the new server, np.
Reply With Quote
  #160  
Old 08-18-2002, 04:57 AM
Apok2002 Apok2002 is offline
 
Join Date: Feb 2002
Posts: 114
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Making some progress though. Earlier I had thought that all the options in the UserCP didn't work. I was wrong. The last 4 do work. Including Edit Portfolio (the darkened box).

Here is a ss of it. How do we get rid of all the Q's?

portfolio.JPG removed... (see above post)


EDIT

Also just noticed, that the viPortfolio Settings in the AdminCP do not show. The link for them is there...but when you click on it...it takes you down the page where they SHOULD be...but there is nothing there except the catagory name "viPortfolio Settings" followed by the Save Changes and Reset buttons.
Reply With Quote
  #161  
Old 08-19-2002, 04:21 AM
TeddyBare69 TeddyBare69 is offline
 
Join Date: Jun 2002
Location: CA, US
Posts: 93
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I am looking into these issues. I should have some fixes as early as monday.
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 12:01 AM.


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.05402 seconds
  • Memory Usage 2,321KB
  • 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
  • (5)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