| Author |
Message |
bensie
Beginner


Joined: Jul 06, 2003 Posts: 10
|
Posted: Mon Jul 28, 2003 4:06 pm Post subject: Latest Albums - Vertical/Horizontal Issue |
|
|
| On the new demo site, the latest albums block displays the albums next to one another. In the version that I downloaded, the block displays one 'latest album' per line. I tried to find the line-break in the code but had no success. Anyone know how I can make this identical to the demo site? |
|
| Back to top |
|
|
AdBot
|
| Post subject: Latest Albums - Vertical/Horizontal Issue |
|
|
|
|
|
| Back to top |
|
 |
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Jul 28, 2003 7:43 pm Post subject: |
|
|
| yeah, i'll post up a different version for it in the downloads....check it in a few |
|
| Back to top |
|
|
bensie
Beginner


Joined: Jul 06, 2003 Posts: 10
|
Posted: Mon Jul 28, 2003 8:19 pm Post subject: |
|
|
The link is broken.  |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Jul 28, 2003 8:33 pm Post subject: Re: Latest Albums - Vertical/Horizontal Issue |
|
|
| it's fixed. |
|
| Back to top |
|
|
bensie
Beginner


Joined: Jul 06, 2003 Posts: 10
|
Posted: Mon Jul 28, 2003 8:56 pm Post subject: |
|
|
| excellent, this is exactly what I was looking for! |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Mon Jul 28, 2003 9:01 pm Post subject: Re: Latest Albums - Vertical/Horizontal Issue |
|
|
glad to be of service  |
|
| Back to top |
|
|
switch
Novice


Joined: Jul 09, 2003 Posts: 23
|
Posted: Fri Aug 01, 2003 12:15 pm Post subject: |
|
|
NewAlbums Bock
Fatal error: Call to a member function on a non-object in /home/punkrider/public_html/flipzcrew/modules/gallery/classes/User.php on line 90
note:i only get this error message if i login as member.
ps: no error found if i dont log in or if login as an admin. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 01, 2003 12:43 pm Post subject: Re: Latest Albums - Vertical/Horizontal Issue |
|
|
| i will investigate. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Fri Aug 01, 2003 12:46 pm Post subject: |
|
|
| ok, i logged into my demo site as a "normal" (not admin) user and didn't get any error. what's your website address? |
|
| Back to top |
|
|
wusspryde
Beginner


Joined: Aug 06, 2003 Posts: 18
|
Posted: Thu Aug 07, 2003 12:02 am Post subject: |
|
|
hi, i got that exact same error
Fatal error: Call to a member function on a non-object in /home/ofsenet/public_html/modules/gallery/classes/User.php on line 90
my address is http://host86.ipowerweb.com/~ofsenet/index.php |
|
| Back to top |
|
|
broken
Beginner


Joined: Jul 30, 2003 Posts: 3
|
Posted: Thu Aug 07, 2003 12:33 am Post subject: Re: Latest Albums - Vertical/Horizontal Issue |
|
|
| I also get the same error. |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Thu Aug 07, 2003 7:24 am Post subject: |
|
|
hmm...it might be a version issue. i'm always running the bleeding edge CVS code on that site. what versions of PHP/PHPNuke/Gallery/etc?
what browser/OS are you viewing it from?
is it occuring when you're logged in, the page as an anonymous user, or as admin? |
|
| Back to top |
|
|
wusspryde
Beginner


Joined: Aug 06, 2003 Posts: 18
|
Posted: Thu Aug 07, 2003 12:45 pm Post subject: |
|
|
I am running phpnuke 6.7 on PHP version 4.23 on a FreeBSD server.
Gallery version 1.3.4
Viewing from IE 6.0 on Windows XP professional
It occurs both as an anon user and as admin for me.
Any suggestions? |
|
| Back to top |
|
|
dari
Site Admin


Joined: Mar 03, 2003 Posts: 6287 Location: Washington Township, NJ, USA
|
Posted: Thu Aug 07, 2003 12:48 pm Post subject: |
|
|
| i'm assuming you're talking about the New Albums block here...post the config section of your block (the 5 lines at the top with your server information). |
|
| Back to top |
|
|
wusspryde
Beginner


Joined: Aug 06, 2003 Posts: 18
|
Posted: Thu Aug 07, 2003 1:37 pm Post subject: |
|
|
yes i am talking about the new albums block, sorry i didnt clarify
here is the code
$GALLERY_BASEDIR = "/home/ofsenet/public_html/modules/gallery/";
define(SERVER_ADDR,"http://host86.ipowerweb.com/~ofsenet/");
define(WEB_BASE_ADDR,"http://host86.ipowerweb.com/~ofsenet/");
define(GALLERY_NAME,"Overflow Silver Edition - Media");
define(USE_THUMBS,0); // Set to 1 to show thumbnails, 0 to just list albums. |
|
| Back to top |
|
|
|
|
|
|
|