207 comments found.
portfolio nav switcher does not work why? What could be the problem?
Can you provide url? I would need to see it first.
Hi Gewa13
,
How Can I Delete This Title in Portfolio ? In Which File Can I Find it ??
Regards ..
1. You can just remove that phrase from /admin/modules/lang/en.lang.php
2. Remove it from /modules/portfolio/main.php line 63
ok in the new update i changed the image size and i aded details but i don’t dee any changes in portfolio how can i change the view from the default to a large image and the details on the right like the old version?
Due to dynamic image resizing, those features are no longer available. You can still set the image size from portfolio configuration
cant
Hi Alex , I delete the Portofolio module from the modules and I try to reinstall it but I can
What happens when you try to reinstall. You also need to remove all database portfolio related tables as well
Hi Alex, I moved a webseite from m testserver to the clients server. Everything worked except that I can´t see all pictures in portfolio. They are on the server. I think it has to do with “thumbmaker.php” If I inspect the site it says: Failed to load resource: the server responded with status on 400 (bad request)
If I click on the missing picture it opens in lightbox and I can see it. But when I male a rightclick on the missing picture an open it in a new window I get this message: A TimThumb error has occured The following error(s) occured: Could note create the index.html file. Query String : src=/modules/portfolio/dataimages/IMG_FDEB47-BCE12D-F351B4-1CD43D-3FC179-58D861.png&h=380&w=800 TimThumb version : 2.8
try to chmod cache folder to 775 or 777 in /modules/portfolio/ Also delete everything from that folder first
It worked. Thanks a lot!
You’re welcome.
Hi Alex,
desitegr last comment to hide?show fields is a great idea. I’d like to see this in the next update as well.
Yhanks
Yes, I will include those options in the next update.
Yes, you can from gallery configuration.
In gallery config I can only find width & height for the full sized picture or did I miss something? Thanks
Those settings will apply to large images in portfolio module. Just update settings, and images will be automatically resized.
thanks. works like a charm. outstanding support as always
You’re welcome.
Hello Alex,
I’d like to ask if there’s any way to modify tabs into a project. Modifications such as title changing or having less tabs. I’d also like to ask if you’re planning to add a gallery attachment as you did at the article manager. Thanks!
You can change tab titles in your language file admin/modules/portfolio/lang/en.lang.php. Currently, you can not add/remove tabs. Gallery attachment will be added in the next update due in a week
Thanks for the fast reply.
You’re welcome.
Thank you for the gallery attachment.. Great addition as always!!
I’d like to ask if you can add a “Visible” check to some of the details of a project. For instance, some client could be an individual, so he/she has not a website, so it would be helpful if the administrator could choose which fields should be visible or not. This could work at the tabs too..
Have a nice day!
You’re welcome. Sue I can add those features in the next update.
Greetings Gewa13,
I purchased portfolio manager and when trying to install it on my development server (which is a linux) I get the following message: “Configuration file is missing. Upgrade can not continue”. I took nothing from the original zip folder. Not sure what the problem is. Your input would be greatly appreciated.
Thanks, GCode
Just make sure you have uploaded portfolio files in root directory of CMS pro.
As always Thanks!!!
You’re welcome.
Greetings Gewa13,
I swear I hate to bother and I thought I had it installed. But I thought I had it covered, unfortunately I was wrong. When I attempt to unzip the files in the same directory as my installation of CMS Pro it attempts to overwrite several folders of the same name (admin, modules and upgrade.zip) which share exact same names as folders in the my root directory where cms is installed. So am I to overwrite those files in order to install portfolio manager?
That’s fine. No existing files will be changed, just new ones will be added to CMS pro structure.
Ok thanks as always!!!
You’re welcome.
Hi Alex,
I can not see the configuration options in the admin panel on IE9. It works fine on Chrome. The drop doen menu is not visible with IE9.
Any tips?
Thanks.
Make sure IE is not in compatibility mode
Hi, I have install v3.5 and the new Portfolio 1.1. Please tell me, how to make the portfolio “Website” links active? I tried with www.samplesite.com and with http://www.samplesite.com, but the link is not active! So, I couldn’t click on it, to go to the reference’s website in a new window…
Thank you!
Create a new link from menus page.
Sorry, maybe missundersood me…
Please find attached image (red block):
Thanks!
<?php echo $frow['www'];?>. and replace it with:
<a href="<?php echo $frow['www'];?>" target="_blank"><?php echo $frow['www'];?></a>Now just make sure when adding clients url from portfolio you start with http://
It works!
Thank you 
You’re welcome.
Hi, I have install v 3.5 and portfolio. But when I activated SEO , I can’t see portfolio details. What must I do?
Make sure you have added portfolio Rewrite Rules to your .htaccess file as per install instructions
For some reason my .htaccess is not working. Can view project details.
Did you add Rewrite Rules as per install instructions?
Problem solved. Need to sleep, forgot to read the last step. Changed the mysql table from system 1 to system 0. Showed up in the pages settings, but didnt worked. Noticed i need to add it trough the menu.
Any chance i would be able to add text above the portfolio?
<?php switch($core->do): case "portfolio": ?>add your own text
Thank you for your fast replies! Is it possible to hardcode for different languages?
Unfortunately, you can not.
Hi gewa, would it be easy to add the watermark option to portfolio pictures as well. It would be also great to have the option to disable large images in portfolio at all (so user cannot click the image). Prio one for me would be the option to include the watermark option. Thanks
Yes, that would be an easy modification. You can email me from my profile for instructions.
how can i remove Powered by: CMS Pro! v 3.20 in footer? please help 
in your theme folder look for footer.php
Thanks you!! it works fine now
You’re welcome
One Question! if for example i have almost 2000 portfolio pictures to display.. let me know is that will display on the same page? can it saying like Page 1 , Page 2, Page 3 rather then view all on one page which take times to load as well.. please answer quickly.. Nice work done
Is it possible to give the thumbnails the same function as the project title? I mean clicking on thumbnail or project title opens the project details?
Yes, you can, in /modules/portfolio/main.php replace on line 70
<?php echo SITEURL;?>/modules/portfolio/dataimages/<?php echo $frow['filename'];?>with:
<?php echo $url;?>
You also need to remove class”pirobox_gallery”, and do the same in /modules/portfolio/loadfolio.php for all instances
Would be nice with a before/after plugin to the portfolio module. If i visit a project, i would automatically get a before/after plugin (pictures) up on the side or wherever you place it for the current project.
If it’s possible..
Currently not possible, but you can insert pictures(before/after) via editor for each portfolio item under item description