Support forum
Welcome Guest   [Register]  [Login]
 Subject :image is not resizing.. 2010-09-07 23:00:39 
pinixdes
Joined: 2010-09-08 03:33:13
Posts: 1
Location
Forum : Joomla extensions
Topic : image is not resizing

When I upload a project image it does not resize the larger image.

I was having trouble having the thumbnail show up but after making the following modification I was able to get it to create and correctly name the thumbnails.

In the controller.php file I changed the first instance of    "$parts[0] .= '_thumb';"    to    "$parts[1] .= '_thumb';"

So it is resizing the thumbnail correctly but it is not resizing the larger image at all. I set it to 800 wide and the original is 1164 wide and is showing it at the original size when you click on the thumbnail.

Any ideas?

IP Logged
 Subject :How to Set Image Size.. 2010-09-07 06:38:51 
asounddesign
Joined: 2010-09-07 10:55:23
Posts: 1
Location: Northern Ireland
 
Forum : Joomla extensions
Topic : How to Set Image Size

I have uploaded an image to my portfolio which was 500x350 pixels. It only displays as 300x210. How can I change the maximum size?

IP Logged
Christian Web and Multimedia Design
 Subject :Re:Thumbnail not created in Juliaportfolio.. 2010-09-07 03:40:25 
br0kenman
Joined: 2010-09-07 08:06:54
Posts: 1
Location
Forum : Joomla extensions
Topic : Thumbnail not created in Juliaportfolio

I am also getting no thumbnail appearing. GD is fine, images are .jpg with 800 px width. I set the image size to 600 and thumbs to 200. Juliaportfolio folder exists in images directory and has full write permissions. Any ideas ... or do i try another component?

IP Logged
 Subject :Re:Re:Breadcrumbs in JuliaPortfolio.. 2010-09-05 02:32:28 
adrianrosian
Board admin
Joined: 2009-07-07 13:09:30
Posts: 69
Location
 
Forum : Joomla extensions
Topic : Breadcrumbs in JuliaPortfolio

Hello, Chris,

Yes, that is a good solution. However, I would add that into the viw, on the corresponding if branch.



[chrisjclay 2010-09-03 13:41:50]:

Hey, I did some searching and figured out how to do it. In this file...

com_juliaportfolio > views > juliaportfolio > tmpl > detail.php

... I added the following lines near the top, just under "defined('_JEXEC') or die('Restricted access');"

// Add correct breadcrumbs
$breadtitle = $this->category->title;
global $mainframe;
$breadcrumbs = &$mainframe->getPathWay();
$breadcrumbs->addItem( $breadtitle, JRoute::_('index.php?option=com_juliaportfolio') );

Now the breadcrumbs are displaying properly :)

Chris

IP Logged
Google it first
 Subject :Re:Breadcrumbs in JuliaPortfolio.. 2010-09-03 13:41:50 
chrisjclay
Joined: 2010-09-01 05:54:10
Posts: 3
Location
Forum : Joomla extensions
Topic : Breadcrumbs in JuliaPortfolio

Hey, I did some searching and figured out how to do it. In this file...

com_juliaportfolio > views > juliaportfolio > tmpl > detail.php

... I added the following lines near the top, just under "defined('_JEXEC') or die('Restricted access');"

// Add correct breadcrumbs
$breadtitle = $this->category->title;
global $mainframe;
$breadcrumbs = &$mainframe->getPathWay();
$breadcrumbs->addItem( $breadtitle, JRoute::_('index.php?option=com_juliaportfolio') );

Now the breadcrumbs are displaying properly :)

Chris

IP Logged
Last Edited On: 2010-09-03 13:41:50 By chrisjclay for the Reason
 Subject :Re:Controlling item order within Julia Portfolio.. 2010-09-03 05:08:13 
adrianrosian
Board admin
Joined: 2009-07-07 13:09:30
Posts: 69
Location
 
Forum : Joomla extensions
Topic : Controlling item order within Julia Portfolio

I confirm the problem with item ordering, I will release a patch as soon as possible (hopefully I will have time this week-end.

Fro the installation problems, please let me know what errors you receive upon installation.

 

Thank you all for your feed-back.

IP Logged
Google it first
 Subject :Re:Breadcrumbs in JuliaPortfolio.. 2010-09-03 05:01:13 
adrianrosian
Board admin
Joined: 2009-07-07 13:09:30
Posts: 69
Location
 
Forum : Joomla extensions
Topic : Breadcrumbs in JuliaPortfolio

Hello,Chris,

Thank you for your feed-back and my apologies for abandoning the development for my extensiosn lately. Hopefully I will manage to make time to implement all your input.

Adrian

IP Logged
Google it first
 Subject :Re:Controlling item order within Julia Portfolio.. 2010-09-02 07:38:25 
raimond
Joined: 2010-09-01 21:49:23
Posts: 1
Location
Forum : Joomla extensions
Topic : Controlling item order within Julia Portfolio

same problem over here.

I also have an error message with creating a new photo

Notice: Undefined property: JuliaportfolioViewJuliaportfolio::$proj in /home/xxx/public_html//administrator/components/com_juliaportfolio/views/juliaportfolio/tmpl/form.php on line 15


also with creating new categorie

Notice: Undefined property: JuliaportfolioViewCategories::$category in /home/topcmseu/public_html/vastgoedrapportage/administrator/components/com_juliaportfolio/views/categories/tmpl/form.php on line 14


I needed to install manually, because the installer give also a lot of errors.

IP Logged
 Subject :Re:Controlling item order within Julia Portfolio.. 2010-09-01 18:01:43 
chrisjclay
Joined: 2010-09-01 05:54:10
Posts: 3
Location
Forum : Joomla extensions
Topic : Controlling item order within Julia Portfolio

I'm having the same problem - clicking on the "save" icon brings up the "Unable to save order" error. See attached screen shot. I'm going to try using phpMyAdmin to manually change the order for now. Cheers, Chris


Attachments
 error.jpg [52 KB] ::
IP Logged
Last Edited On: 2010-09-01 18:01:43 By chrisjclay for the Reason
 Subject :Breadcrumbs in JuliaPortfolio.. 2010-09-01 16:58:09 
chrisjclay
Joined: 2010-09-01 05:54:10
Posts: 3
Location
Forum : Joomla extensions
Topic : Breadcrumbs in JuliaPortfolio

Hi,

Thanks for an excellent extension! I have only encountered one somewhat minor problem - when I click on a category, the breadcrumbs don't change. For example, when viewing all of the categories, my breadcrumbs show:

Home > Portfolio

When I click on a category (for sample "Category 1") then it should change to:

Home > Portfolio > Category 1

As a workaround, I created sub-menus that link directly to each category. When I click on Category 1 in my dropdown menu, it loads Category 1 and the breadcrumbs indeed show as:

Home > Portfolio > Category 1

However, this only works if someone clicks on a sub-menu item from my main menu. If they go directly to the main portfolio page and start visiting categories from there, the breadcrumbs never change.

It's not the end of the world, but it's nice to keep navigation simple and consistent. Perhaps a fix could be incorprated in a future release.

Best wishes,

Chris

IP Logged
 Subject :JuliaPortfolio - Thumbnails automat sau manual.. 2010-08-30 09:48:20 
peacock_Art
Joined: 2010-08-30 14:21:37
Posts: 1
Location
Forum : Joomla extensions
Topic : JuliaPortfolio - Thumbnails automat sau manual

Salut Adrian Rosian,

Tocmai ce am instalat componenta creata de tine JuliaPortfolio v2.0 si pot spune ca programatorii romani se ridica inca odata la standardele celor mai buni. Felicitari pentru initiativa.

Pentru urmatorul update al componentei ar fi foarte interesant daca ai acorda putin timp pentru partea de thumbnail. Majoritatea utilizatorilor prefera thumbnail automat, dar tinand cont in unele cazuri de designul template-ului nu totdeauna iti creaza thumbnail-ul pe care ti-l doresti. Ar fi foarte interesant daca ai adauga posibilitatea de a uploada propriul thumbnail pe langa optiunea de creare automata a acestuia. Un exemplu ar fi direct Virtuemart care iti permite atat crearea unui thumbnail automat, dar cat si uploadarea propriului tau thumbnail.

Cu consideratiune,

Adrian Paun

IP Logged
 Subject :Kudo's for extensionJulia Location.. 2010-08-26 15:22:43 
lvnagain
Joined: 2010-08-26 09:44:44
Posts: 2
Location
Forum : Joomla extensions
Topic : Kudo's for extensionJulia Location

I needed an application where I could get a map for a list of Christmas Light displays so not exactly a profit making site but want other visitors to be able to input their infoand details and this has almost exactly what I want and need. Features I'd like to see are the same as the rest I think and you said most are future thoughts so far.

1) edit, add, delete, etc from back end

2) Modify map layout the terrain view is ok but I'd like street level

I did post I too have the issue with the Map API so it doesn't appear to be working and the location defaults to Romania or something so it really don't work currently. My site is http://BoiseChristmas.com if you want to see, brand new setup so has a few bugs I'm trying to work on and test menus but looks ok to start.

 

IP Logged
 Subject :Re:JuliaLocations error with Google api key.. 2010-08-26 14:59:49 
lvnagain
Joined: 2010-08-26 09:44:44
Posts: 2
Location
Forum : Joomla extensions
Topic : JuliaLocations error with Google api key

I too am getting that, have copied and pasted that long number it it works in othr google map aps so pretty sure it's right but when adding it gives that error.

IP Logged
 Subject :Re:Re:Controlling item order within Julia Portfolio.. 2010-08-19 06:22:29 
vertti
Joined: 2010-08-01 00:00:35
Posts: 1
Location: Vaasa, Finland
 
Forum : Joomla extensions
Topic : Controlling item order within Julia Portfolio



No matter what I try to do, all I get is "Unable to save order"

 

Tips?



[adrianrosian 2010-08-19 03:46:17]:

Hello,

To change item ordering, you can go into the Joomla back-end and choose Components->Julia Portfolio from the menu. You will see a list with all your entries. There is an editable field called Order which can be modifed. To aply the modifications, click the save button (marked with a icon in the table header, next to the name of the field) and the items will be reordered. Unfortunately, the ordering is not yet category-based.

Thanks,

Adrian

IP Logged
"Life without Joomla is pretending."
 Subject :Re:JuliaLocations error with Google api key.. 2010-08-19 03:49:27 
adrianrosian
Board admin
Joined: 2009-07-07 13:09:30
Posts: 69
Location
 
Forum : Joomla extensions
Topic : JuliaLocations error with Google api key

Hello,

Thanks for the notification, I will take a look. JuliaLocations is using the old maps API, maybe there's the problem, but not sure yet.

Adrian

IP Logged
Google it first
 Subject :Re:Joomla site search within the Portfolio.. 2010-08-19 03:48:28 
adrianrosian
Board admin
Joined: 2009-07-07 13:09:30
Posts: 69
Location
 
Forum : Joomla extensions
Topic : Joomla site search within the Portfolio

Hello,

There is no search plugin developed yet for JuliaPortfolio, it will be soon, though.

Thank you,

Adrian

IP Logged
Google it first
 Subject :Re:Controlling item order within Julia Portfolio.. 2010-08-19 03:46:17 
adrianrosian
Board admin
Joined: 2009-07-07 13:09:30
Posts: 69
Location
 
Forum : Joomla extensions
Topic : Controlling item order within Julia Portfolio

Hello,

To change item ordering, you can go into the Joomla back-end and choose Components->Julia Portfolio from the menu. You will see a list with all your entries. There is an editable field called Order which can be modifed. To aply the modifications, click the save button (marked with a icon in the table header, next to the name of the field) and the items will be reordered. Unfortunately, the ordering is not yet category-based.

Thanks,

Adrian

IP Logged
Google it first
 Subject :Re:julia portfolio.. 2010-08-19 03:42:49 
adrianrosian
Board admin
Joined: 2009-07-07 13:09:30
Posts: 69
Location
 
Forum : Joomla extensions
Topic : julia portfolio

Hello,

The Joomla pagination object is customizable within limits. What that means is that from the global configuration you can choose how many items to show on a page, but each user can set his own preferences. To deal with your boss' request, you can setup to show all items for his account from the user setup, in the back-end.

Modifying the component to remove pagination would imply a little bit of work in the model and in the view. If you are comfortable with php and mysql you could do that.

Thank you,

Adrian

IP Logged
Google it first
 Subject :Re:Julia Portfolio Mandatory fields.. 2010-08-19 03:38:27 
adrianrosian
Board admin
Joined: 2009-07-07 13:09:30
Posts: 69
Location
 
Forum : Joomla extensions
Topic : Julia Portfolio Mandatory fields

Hello,

Thank you for your suggestion, I will take it into consideration.

Adrian

IP Logged
Google it first
 Subject :Joomla site search within the Portfolio.. 2010-08-14 16:13:43 
whtwolf
Joined: 2010-08-14 21:10:40
Posts: 1
Location
Forum : Joomla extensions
Topic : Joomla site search within the Portfolio

This is a great component for Joomla, but I am having an issue with my search module not picking up any content words from the julia portfolio. Does anyone have any idea how to fix this?

IP Logged
Page #  << Start < Prev 1 2 3 4 5 6 7 8 9 10 Next > End >>


Powered by ccBoard