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 |
#162
|
||||
|
||||
whoa this still has errors ... can't wait for the stable version
|
#163
|
|||
|
|||
To all you testers patiently waiting for me, I THANK YOU. I had some events going on that were definately not planned.
On the bright side, I have fixed what I believe to be all the bugs in the add on hacks. These bugs were caused only if you use vbhacker to install the additional features. Just to ensure no confusion, these bugs were due to my hack files not vbhacker. I believe in taking credit for good and bad. Below I have placed all the fixes for 3 out of the four addons. I didn't find any mistakes in the whosonline hack. If anybody else does please let me know. Apok2002, Thanks for the screen shots! They helped a lot. I am going to fix the hack files for any new installs. If you are not comfortable editing files and templates than you can also restore the files by copying the .bak file over the modified files and reverting back to original in the templates window. I will have the fixed hack files updated shortly and included with version 1.2.6. Again thanks for your patience To fix the color of the Edit Portfolio box in the user control panel menu edit usercp.php ---- After the following line: $cpnav[7]="{secondaltcolor}"; ---- Add this line $cpnav[8]="{secondaltcolor}"; To fix the memberlist table edit memberlist template ---- Replace these lines <td bgcolor="{tableheadbgcolor}" align="center"><td bgcolor="{tableheadbgcolor}" align="center"><smallfont color="{tableheadtextcolor}"> Attach</smallfont></td> <smallfont color="{tableheadtextcolor}"><b>User Name</b></smallfont></td> ---- With these lines <td bgcolor="{tableheadbgcolor}" align="center"><smallfont color="{tableheadtextcolor}">Attach</smallfont></td> <td bgcolor="{tableheadbgcolor}" align="center"><smallfont color="{tableheadtextcolor}"><b>User Name</b></smallfont></td> edit memberlistbit template ---- Before the following line: <td bgcolor="{firstaltcolor}" align="left"><normalfont><a href="member.php?s=$session[sessionhash]&action=getinfo&userid=$userinfo[useri d]">$userinfo[username]</a></normalfont></td> ---- Add this line <td bgcolor="{firstaltcolor}" align="left">$attachment</td> edit member.php file ---- Before the following line $frmjmpsel['usercp'] = "selected"; ---- Add the following lines $profilefieldname="field$profilefield[profilefieldid]"; $profilefield[value]=$userinfo[$profilefieldname]; eval("\$customfields .= \"".gettemplate("getinfo_customfields")."\";"); } ---- Replace the following line $attachment .= "<IMG BORDER=0 SRC='{imagesfolder}/paperclip.gif' ALT='".$alt."' TITLE='".$alt."'></A>"; ---- with this line $attachment .= "<IMG BORDER=0 SRC='{imagesfolder}/viIcons/paperclip.gif' ALT='".$alt."' TITLE='".$alt."'></A>"; To fix the whosonline paperclip addon -- If your whosonline menu does not extend the full length of the table. edit online.php file ---- Replace this line $onlinecolspan = 3; ---- With this line $onlinecolspan = 4; -- If your paperclip image does not show, instead you see text. ---- Replace this line $userinfo['portfolio'] .= "<IMG BORDER=0 SRC=\"{imagesfolder}/viIcons/paperclip.gif\" ALT=\"".$alt."\" TITLE=\"".$alt."\" /></A>"; ---- With this line $userinfo['portfolio'] .= "<IMG BORDER=0 SRC=\"{imagesfolder}/paperclip.gif\" ALT=\"".$alt."\" TITLE=\"".$alt."\" /></A>"; |
#164
|
|||
|
|||
Mist,
If you have a test server you could use to help test this hack it would make it to final release faster. The more people reporting errors the faster it moves out of Beta. If any of you that have successfully installed this hack have any features you would like to see added? Is anybody using this in production yet? I know most of the bugs have been with the installer so it wouldn't surprise me if somebody other than visibleimpact.com is using this live with there customers? |
#165
|
|||
|
|||
I have the fixed hack files in version 1.2.6 now.
I have also fixed the install.php file. The settings problem along with copying the viPortfolio.php file and admin hacks to the correct location has been fixed. Let me know if I missed anything. |
#166
|
||||
|
||||
ok i may try this soon ... im a lil busy with other projects right now
|
#167
|
|||
|
|||
Teddy, what about all the "Q"'s that appeared in the Portfolio main page on every field?
Also, for ease on the eyes...can you edit your post above that shows the code, and use the php tags? Makes it much easier for everyone to see IMO. Not that big of a deal really, but it does make a difference. Perhaps in the future postings. hehe PHP Code:
$profilefieldname="field$profilefield[profilefieldid]"; $profilefield[value]=$userinfo[$profilefieldname]; eval("\$customfields .= \"".gettemplate("getinfo_customfields")."\";"); } |
#168
|
|||
|
|||
Yikes! Just found out, that when you uninstall, it will uninstall the settinggroup, but not the settings. I have over 100 settingid's I have to uninstall manually now in myphpadmin. Apparently, they keep being added when I install viPortfolio...but they never uninstall automatically w/ the uninstall query.
Anyone know of any quick ways to mass delete these? I have entries from 220-337! The only way I know how is to manually delete them one at a time. |
#169
|
|||
|
|||
yeah I got your deletes here.
to verify what you are deleteing first: select settinggroupid, title from setting where settinggroupid > 219 and settinggroupid < 338 select settinggroupid, title from settinggroup where title like 'viPortfolio%' To delete those same records: delete from setting where settinggroupid > 219 and settinggroupid < 338 delete from settinggroup where title like 'viPortfolio%' |
#170
|
|||
|
|||
Thanks for the help....but I just don't understand the above. I'm a mysql (myphpadmin) n00b.
Do I copy/paste that into my query box? like so: Code:
select settinggroupid, title from setting where settinggroupid > 219 and settinggroupid < 338 select settinggroupid, title from settinggroup where title like 'viPortfolio%' Quote:
|
#171
|
||||
|
||||
You need to do each one sperately and make sure that you put a semi-colon ( at the end of the line for each one
|
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|