Welcome, Guest. Please Login or Register.
March 29, 2024, 12:14:51 AM
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 ... 4 5 [6] 7 8 ... 49 Reply Ignore Print
Author Topic: [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod  (Read 333387 times)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta] Photo Gallery Mod
« Reply #75 on: November 22, 2002, 01:32:03 AM »
Reply with quote

the gallery menu should be like this:
:: Album List :: Latest Uploads :: Upload Picture :: Gallery Settings ::
and your gallery isnt showing that
so, u must've forgotten to put <yabb galleryMenu>
Logged

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


I love my Rep

WWW
Re:[Beta] Photo Gallery Mod
« Reply #76 on: November 22, 2002, 03:44:55 AM »
Reply with quote

Installed the mod with little difficulty. Had to manually insert the tables in the db, rename the tables to correct name and upload the conf.inc.php. Everything else was a breeze from there.

Only thing is when I send an e-card, it always says unknownsender. All the info (username and email address) are fine in the card itself, but the From: part is the UnknownSender.

There a fix for this?
Logged
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta] Photo Gallery Mod
« Reply #77 on: November 22, 2002, 08:18:18 AM »
Reply with quote

To get ecard to work for me (well format the From address properly).. I changed the following in ecard.php

Have a look for $headers =. whatever.. and change to

$headers .= "From: \"$data[sn]\"<$data[se]>;\n";

Will be two..

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


My $txt[228]

Re:[Beta] Photo Gallery Mod
« Reply #78 on: November 22, 2002, 08:27:03 AM »
Reply with quote

hmm... is that for windows or linux/unix one?

Bell1x1, could u try to send me an ecard -> [email protected]
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
PioneeR
Llama Hunter
YaBB God
*****
Posts: 767


Re:[Beta] Photo Gallery Mod
« Reply #79 on: November 22, 2002, 08:31:11 AM »
Reply with quote

Am running on Linux.. but changed them both anyways  ;D
Logged
Thunderace
Full Member
***
Posts: 211


I'm a llama!

Re:[Beta] Photo Gallery Mod
« Reply #80 on: November 22, 2002, 05:54:29 PM »
Reply with quote

Quote from: Spaceman-Spiff on November 22, 2002, 01:32:03 AMthe gallery menu should be like this:
:: Album List :: Latest Uploads :: Upload Picture :: Gallery Settings ::
and your gallery isnt showing that
so, u must've forgotten to put <yabb galleryMenu>


This is an exerpt from template:

       <TR vAlign=center align=middle bgColor=#b7bbda>
          <TD bgColor=#afc6db class=titlebg><FONT size=1><yabb menu><yabb galleryMenu></FONT></TD>
         </TR>

So still don't understand m8
Logged
Thunderace
Full Member
***
Posts: 211


I'm a llama!

Re:[Beta] Photo Gallery Mod
« Reply #81 on: November 22, 2002, 05:58:36 PM »
Reply with quote

I had to install this manually, is there a mistake i could have made there?
Logged
Thunderace
Full Member
***
Posts: 211


I'm a llama!

Re:[Beta] Photo Gallery Mod
« Reply #82 on: November 23, 2002, 08:14:04 AM »
Reply with quote

Ok got this to work by uploading a standard template into gallery, it obviously doesn't like the skins mod.

Remaining problem: -

Now when I upload a basic jpeg it says "The file you have uploaded is not a valid image!"
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta] Photo Gallery Mod
« Reply #83 on: November 23, 2002, 09:58:40 AM »
Reply with quote

i saw in your site that u've managed to upload an image...
how was that one uploaded?
i tried to upload too, and it wont work somehow...
does your site support GD? (it should be showing in your phpinfo

btw, to fix your template
make a copy of tempate.php and name it as template.html and use that one, not the default YSE template, so u'll have the same colors with the rest of your forum
and u might want to add <td align="center"> before <yabb main>, so the table will always be centered
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Thunderace
Full Member
***
Posts: 211


I'm a llama!

Re:[Beta] Photo Gallery Mod
« Reply #84 on: November 23, 2002, 10:11:29 AM »
Reply with quote

Uploaded image via FTP and searched then added to album

Template copying won't work as I'm using Skins mod
Logged
Thunderace
Full Member
***
Posts: 211


I'm a llama!

Re:[Beta] Photo Gallery Mod
« Reply #85 on: November 23, 2002, 10:24:46 AM »
Reply with quote

gd
GD Support enabled
GD Version 1.6.2 or higher
FreeType Support enabled
FreeType Linkage with TTF library
JPG Support enabled
PNG Support enabled
WBMP Support enable
Logged
Bell1x1
Noobie
*
Posts: 41


I love my Rep

WWW
Re:[Beta] Photo Gallery Mod
« Reply #86 on: November 23, 2002, 06:44:08 PM »
Reply with quote

I used the code posted by Pioneer and now all e-cards are from the default emial address of the server.

Is there a way to set it up so that the email is from the person that actually sent the e-card?


Regards


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


My $txt[228]

Re:[Beta] Photo Gallery Mod
« Reply #87 on: November 23, 2002, 10:16:34 PM »
Reply with quote

i got the ecard
so the mistake is here ->  The.Admin.&lt@ yahoo.com  ?
the &lt part...
i'll fix it in the next version
« Last Edit: November 23, 2002, 10:30:53 PM by Spaceman-Spiff » Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Thunderace
Full Member
***
Posts: 211


I'm a llama!

Re:[Beta] Photo Gallery Mod
« Reply #88 on: November 24, 2002, 04:41:21 PM »
Reply with quote

I've solved my problem and got the Gallery running, thanks to Spaceman-Spiff for a great mod.

If you do get the same problems as me try the db_input file here
« Last Edit: November 24, 2002, 04:41:55 PM by Thunderace » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta] Photo Gallery Mod
« Reply #89 on: November 24, 2002, 09:52:52 PM »
Reply with quote

hmm... which part did u change there?
i guess i should run it thru a diff program..
Logged

   My mods, ysePak, codes, tutorials
    Support question IMs = bad.
Pages: 1 ... 4 5 [6] 7 8 ... 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.027 seconds with 19 queries.