Welcome, Guest. Please Login or Register.
April 24, 2024, 06:54:36 PM
Home Help Search Log in Register
News: SMF is the next generation in forum software, almost completely re-written from the ground up, make sure you don't fall for cheap imitations that suffer from feature bloat!

YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod « previous next »
Pages: 1 ... 37 38 [39] 40 41 ... 49 Reply Ignore Print
Author Topic: [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod  (Read 334287 times)
Gere
Jr. Member
**
Posts: 53


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #570 on: April 26, 2003, 08:05:54 AM »
Reply with quote

Quote from: Tomahawk on April 22, 2003, 02:10:39 PM
The called "author_id" not exist! The name in the sql-table is "msg_author".
You will see the error if you try to delete your own comment with no-admin-rights. Changing the "author_id" to "msg_author" will fix the problem.

Tom
Great!
I tried to locate this bug but I couldnt :)
Logged
adamb10
Noobie
*
Posts: 24


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #571 on: April 26, 2003, 06:14:03 PM »
Reply with quote

It says it cant find the converter when I run the install.
Logged
Tomahawk
Noobie
*
Posts: 22


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #572 on: April 27, 2003, 10:24:41 AM »
Reply with quote

Hi,
have fixed the sorting-function. It's very easy I think.

So if you want to use sorting-function do this:

file "thumbnails.php":
-> go to function "album_pic_query($limit)"
- add there the global variable "$sort"
- replace
"isset($USER['sort']) ? $USER['sort'] : $CONFIG['default_sort_order']" with
"isset($sort) ? $sort : $CONFIG['default_sort_order']"

If you want change the default sort_order to "pid DESC", because this mode is the better choice (sort pictures after date from new to old).

If you want, change "filename" in case "na" & "nd" to "title", because you would like to have the pics sorted after title and not after cryptic filenames, ok?  :)

Now go to function "function thumbnails".
-> add the global variable "$sort";
-> look for
"$navbuttons .= "<A href=\"thumbnails.php?album=$album&page=1"

and add after "page=1" the following: "&sort=$sort"

-> add the same in line:
"$navbuttons .= "<A href=\"thumbnails.php?album=$album&page=$currPage"

-> add the same in line:
"$navbuttons .= "<A href=\"thumbnails.php?album=$album&page=$totalPages"

OK, that's it. Hope works fine for you. You can test it here:
http://www.team-tomahawk.com/Forum/index.php?action=gallery

Tom

PS: There are y few other thinks to do, to get in right album on right page, when enter a pic. If somebody wants to know how, let me know.
« Last Edit: April 27, 2003, 11:23:06 AM by Tomahawk » Logged
Tomahawk
Noobie
*
Posts: 22


I'm a llama!

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #573 on: May 03, 2003, 09:11:16 AM »
Reply with quote

Hi,
find new problem.

If you want to add directory-pics in admin choices, it will not work.

Just change the following in the "include/functions.inc.php":
function add_picture($aid, $filepath, $filename, $title)

need to change to:
function add_picture($aid, $filepath, $filename)

That's it. Now you can add tons of pics quickly.

Tom
Logged
Nerd3d
Full Member
***
Posts: 107


Happy Rendering

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #574 on: May 03, 2003, 05:21:40 PM »
Reply with quote

If you do it that way you'll break the standard upload function. Space man found another way to fix it here...

Quote from: Spaceman-Spiff on April 08, 2003, 08:33:14 PM
To get the search new function working, edit addpic.php, search for:if (add_picture($aid, $dir, $pic)){and replace withif (add_picture($aid, $dir, $pic, '')){

as simple as that :)
Logged
percherie
Full Member
***
Posts: 177


Si t'en perd trops tu risque de ressembler à ça

percherie@tiscali.fr WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #575 on: May 12, 2003, 07:47:24 PM »
Reply with quote

hello i french and your mod is interessant but is in english... can you créate a file french.lng for your mod?

If you créate a file english.lng i can translate for you the file french.lng

I don't know if I succeeded has make understand me  :P english is diffilcult
Logged

Slack
Noobie
*
Posts: 34


Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #576 on: May 17, 2003, 08:44:23 PM »
Reply with quote

Can someone tell me what a Host needs to do to implement the GD Library?  (slow host  :P )

Thanks!
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #577 on: May 18, 2003, 07:55:24 PM »
Reply with quote

Quote from: Slack on May 17, 2003, 08:44:23 PM
Can someone tell me what a Host needs to do to implement the GD Library?  (slow host  :P )

Thanks!
check in phpinfo to find out if your host has it installed and compiled or not

Quotehello i french and your mod is interessant but is in english... can you créate a file french.lng for your mod?
maybe i will...
to tell you all the truth, i haven't had the will to do the gallery mod lately since andy from ttforum stole it
maybe i'll continue developing this gallery again sometime in the future when my mood changes, sorry :P
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
meast
Noobie
*
Posts: 12


I'm sooo NOT a llama!

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #578 on: May 19, 2003, 10:55:37 AM »
Reply with quote

O.K... Total newbie, here... Please help.

I have installed Coppermine v1.10 and the Gallery Mod v.97 over my YaBBSE 1.52 installation and everything seems to work fine except (and this is a BIG except) when a user clicks the gallery button, they have to log in to Coppermine. Why bother integrating this into YaBBSE if there's no cookie passing? Have I overlooked something here? I could swear I've seen Coppermine implemented on other YaBBSE boards without having two different logins.

Anyone?
Logged
charlottezweb
Sr. Member
****
Posts: 446


charlottezweb.com

ICQ - 101387162 WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #579 on: May 19, 2003, 02:24:30 PM »
Reply with quote

Hopefully the developer will comment, but it SHOULD integrate.  You shouldn't have that login screen.
Logged

"yabb-sense makes the heart grow fonder"
-----------------------------------------------------
Charlottezweb.com
Reliable, well-supported & affordable hosting and design.  Free Yabbse installs.
JRCarr
Jr. Member
**
Posts: 72


The Jack of all Trades and the Master of None.

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #580 on: May 19, 2003, 02:39:05 PM »
Reply with quote

My understanding is that the developer has not upgraded the Gallery Mod to work with the latest version of 1.10.  There were some major changes in this version that was going to require some extensive rework in the mod and as he pointed out in an earlier post, he is not currently working on this Mod right now.

Jack
Logged

Jack
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #581 on: May 19, 2003, 05:38:35 PM »
Reply with quote

JRCarr is right, the one I integrated to YSE is Coppermine 1.0 RC3, 1.1 has it's own user system. you'll also need the modified coppermine (link is in the first post) to run it with YSE, the clean version from coppermine site won't work
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
charlottezweb
Sr. Member
****
Posts: 446


charlottezweb.com

ICQ - 101387162 WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #582 on: May 19, 2003, 07:23:10 PM »
Reply with quote

Oh, my apologies, I wasn't paying attention to the coppermine version number.  My gallery uses the older version I guess.

Jason
Logged

"yabb-sense makes the heart grow fonder"
-----------------------------------------------------
Charlottezweb.com
Reliable, well-supported & affordable hosting and design.  Free Yabbse installs.
Slack
Noobie
*
Posts: 34


Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #583 on: May 19, 2003, 10:51:01 PM »
Reply with quote

Hi.  I'm still working with my host on installing the GD library so I can run this great mod.  The host installed the GD library and it broke PHP.  :P

Does anyone know if there is a problem running the GD lib on a IIS host?  Anyone here running the gallery on a IIs host?  Thanks!

John
Logged
CrimSon_ReD
Full Member
***
Posts: 170


RED, WHITE & BLUE - enUFF saiD!!

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #584 on: May 20, 2003, 05:59:49 AM »
Reply with quote

I just wanted to say THANK YOU!

And state that this is one of the coolest mods
I have ever used. ;D

My only desire in its improovement would be
to allow the creation of member group galleries.
and private galleries for featured members.

I must commend you on a kickass mod.
And it works great in PfaBBulouS!

Logged

Pages: 1 ... 37 38 [39] 40 41 ... 49 Reply Ignore Print 
YaBB SE Community  |  Development  |  Completed mods  |  [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod « previous - next »
 


Powered by MySQL Powered by PHP YaBB SE Community | Powered by YaBB SE
© 2001-2003, YaBB SE Dev Team. All Rights Reserved.
SMF 2.1.4 © 2023, Simple Machines
Valid XHTML 1.0! Valid CSS

Page created in 0.150 seconds with 20 queries.