-
AuthorPosts
-
kdy4092 Friend
kdy4092
- Join date:
- January 2013
- Posts:
- 23
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 10
- Thanked:
- 1 times in 1 posts
February 4, 2013 at 8:44 am #184660Hi,
If you visit this url: http://allaboutjobs.com.au/job-list,
you can see that company logo is not shown on the Featured Employers module even if the company already have their logo on their profile…I guess the thumbnail logo for the featured company should be generated automatically when I add the featured company to the module…but it is not doing that..
Please advise me to solve this issue. Thanks!
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
February 4, 2013 at 9:03 am #482313Hi Kdy4092,
It is a issue regarding to setting. In order to solve it, please edit the code line (file_exists($temp_path)) to (file_exists(JPATH_SITE.$temp_path)) in modules/mod_jafeatured_employer/tmpl/default.php file.
Regards
1 user says Thank You to HeR0 for this useful post
brentwilliams2 Friendbrentwilliams2
- Join date:
- January 2013
- Posts:
- 231
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 4
- Thanked:
- 33 times in 1 posts
May 3, 2013 at 3:35 pm #491819I tried that fix and it only partially worked for me. It showed the images (although really small), but it also threw an error:
<blockquote>Warning: getimagesize(/images/stories/jbuploads/profiles/20130417010452golf cart2_100_75_27_20.jpg) [function.getimagesize]: failed to open stream: No such file or directory in C:xamppxampplitehtdocsmodulesmod_jafeatured_employertmpldefault.php on line 25</blockquote>
HeR0 FriendHeR0
- Join date:
- August 2011
- Posts:
- 3626
- Downloads:
- 0
- Uploads:
- 61
- Thanks:
- 33
- Thanked:
- 588 times in 549 posts
May 4, 2013 at 3:11 am #491850Dear Brentwilliams2,
Please try to find
[PHP]$imgInfo = getimagesize($items[$i]->logo);[/PHP]
and change to
[PHP]$imgInfo = getimagesize(JPATH_SITE . $items[$i]->logo);[/PHP]
That issue is a sever setting probem. We’ll try to fix it on the next version.Regards
brentwilliams2 Friendbrentwilliams2
- Join date:
- January 2013
- Posts:
- 231
- Downloads:
- 0
- Uploads:
- 23
- Thanks:
- 4
- Thanked:
- 33 times in 1 posts
May 5, 2013 at 12:59 am #491915Worked great, thanks!
AuthorPostsViewing 5 posts - 1 through 5 (of 5 total)This topic contains 5 replies, has 3 voices, and was last updated by brentwilliams2 11 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Company logo is not shown on the Featured Employers module
Viewing 5 posts - 1 through 5 (of 5 total)