Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

jCarousel Panel

Asked Modified Viewed 12,012 times
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
asked
Veteran Member

[mp]341[/mp]
0 replies

14 posts

A
Ankur
A
Ankur 10
Hi! Its me, Ankur Thakur! smile
  • Veteran Member, joined since
  • Contributed 1,277 posts on the community forums.
  • Started 60 threads in the forums
answered
Veteran Member

Nice work jikaka... :)
It would be more nice if it will expand horizontally to show more photos rather than 4 photos only for Wide Screen PC's... ;) for Next version ;)
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

@Ankur, thanks, I'll try
:D
0 replies
H
HaYaLeT
H
  • Senior Member, joined since
  • Contributed 262 posts on the community forums.
  • Started 28 threads in the forums
answered
Senior Member

Added Turkish support site..
Nice work jikaka but width maximum should be 460px.. :) example ยป
Edited by HaYaLeT on 02-07-2011 00:29,
0 replies
S
skorpion31
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

On my site show little picture just blank with the name of the image. I added a picture to see what it looks like
my site is http://radioslavuj.com PHPv7.02.03
radioslavuj.com/images/fotogalerija.JPG



I found where the error / images / Photoalbum / album that should be looking like that, but no album in my Photo Album, but goes directly to image mean / images / Photoalbum / name. Jpg
How do I change it to please somebody help
Edited by skorpion31 on 13-07-2011 13:32,
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

I do not see the panel on your site
0 replies
S
skorpion31
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

Quote

jikaka wrote:

I do not see the panel on your site

Because only the admin can see,If you need to be approved to view as a guest or a member I do.Now you can view.
Edited by skorpion31 on 13-07-2011 14:55,
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

open file jcarousel_panel.php
line 73:

Quote

echo "<img src='".PHOTOS."album_".$data['album_id']."/".$data['photo_thumb1']."' width='135' height='110' title='".$data['photo_title']."' alt='".$data['photo_title']."' border='0' />";

replace:

Quote

echo "<img src='".PHOTOS."album_".$data['album_id']."/".$data['photo_filename']."' width='135' height='110' title='".$data['photo_title']."' alt='".$data['photo_title']."' border='0' />";


in theory should work
0 replies
S
skorpion31
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

Quote

jikaka wrote:

open file jcarousel_panel.php
line 73:

Quote

echo "<img src='".PHOTOS."album_".$data['album_id']."/".$data['photo_thumb1']."' width='135' height='110' title='".$data['photo_title']."' alt='".$data['photo_title']."' border='0' />";

replace:

Quote

echo "<img src='".PHOTOS."album_".$data['album_id']."/".$data['photo_filename']."' width='135' height='110' title='".$data['photo_title']."' alt='".$data['photo_title']."' border='0' />";


in theory should work


It's look same as before some another ideas!?
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

if you try to open the first image GROLE in a new tab? the link will be the:

Quote

http://radioslavuj.com/images/photoalbum/album_3/grole_t1.jpg

check whether there is actually this picture there?
0 replies
S
skorpion31
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

Quote

jikaka wrote:

if you try to open the first image GROLE in a new tab? the link will be the:

Quote

http://radioslavuj.com/images/photoalbum/album_3/grole_t1.jpg

check whether there is actually this picture there?

Link of this image is

Quote

http://radioslavuj.com/images/photoalbum/grole_t1.jpg

I dont have album_3 in folder photo album , path to the picture goes like html / images / photoalbum /
Now I have manually created folders album_3 and album_4 and put pictures in, but if somebody adds a picture again, that pictures is not in album folder, but in the folder photoalbum again and not show on slideshow.
Sory for my English.
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

try replacing line 73 on this here:

Quote

echo "<img src='".PHOTOS.$data['photo_filename']."' width='135' height='110' title='".$data['photo_title']."' alt='".$data['photo_title']."' border='0' />";
0 replies
S
skorpion31
S
  • Junior Member, joined since
  • Contributed 23 posts on the community forums.
  • Started 7 threads in the forums
answered
Junior Member

Quote

jikaka wrote:

try replacing line 73 on this here:

Quote

echo "<img src='".PHOTOS.$data['photo_filename']."' width='135' height='110' title='".$data['photo_title']."' alt='".$data['photo_title']."' border='0' />";

It s working now! Thanks for hellp!!!:)
0 replies
— 1 year later —
D
d4m3k
D
d4m3k 10
  • Junior Member, joined since
  • Contributed 13 posts on the community forums.
  • Started 3 threads in the forums
answered
Junior Member

I love the panel you have created. And it works great as an added panel, but Im try to add this gallery as a individual panel in my theme.php. Perhaps you or someone more experienced could help me solve the issue here.

After adding the following code into plane where I'd like it to be, I get an error message:
Table 'u186292984_fresh.photo_albums' doesn't exist

This is the code I used:
";

$result=dbquery(
   "SELECT * FROM ".$db_prefix."photo_albums ta ".
   "JOIN ".$db_prefix."photos USING (album_id)
   WHERE ".groupaccess('album_access')."
   ORDER BY photo_datestamp DESC"
   );

opentable($locale['jcp001']);
if (dbrows($result)!= "0") {
   echo "<ul id='mycarousel' class='jcarousel-skin-tango'>";
   while($data = dbarray($result)) {
      echo "<li><a href='".BASEDIR."photogallery.php?photo_id=".$data['photo_id']."' class='side'>";
      echo "<img src='".PHOTOS."album_".$data['album_id']."/".$data['photo_thumb1']."' width='135' height='110' title='".$data['photo_title']."' alt='".$data['photo_title']."' border='0' />";
      echo "</a></li>";   
   }
   echo "</ul>";
} else {
   echo $locale['jcp002'];
}
closetable();

echo"


Obviously its in between the echo tags. Do I need to include anything to make it find the database? As said before works perfectly as a 'Added Panel' in the Administrator Settings, but not as 'Added Manually' Panel.
0 replies
J
jikaka
J
jikaka 10
www.rusfusion.ru - russian nss
  • Veteran Member, joined since
  • Contributed 946 posts on the community forums.
  • Started 82 threads in the forums
  • Started this discussions
answered
Veteran Member

".$db_prefix."photos => ".DB_PHOTOS."
".$db_prefix."photo_albums => ".DB_PHOTO_ALBUMS."

so work?
0 replies

Labels

None yet

Statistics

  • Views 0 views
  • Posts 14 posts
  • Votes 0 votes
  • Topic users 5 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet