Welcome, Guest. Please Login or Register.
March 28, 2024, 11:24:39 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 ... 43 44 [45] 46 47 ... 49 Reply Ignore Print
Author Topic: [Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod  (Read 333384 times)
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #660 on: June 27, 2003, 06:35:26 PM »
Reply with quote

if im not mistaken, you were getting a blank page when uploading?
1. check if your host supports GD 1 or 2, check in phpinfo and match it with your gallery settings
2. check if the file is uploaded to albums/userpics/ or not
Logged

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


WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #661 on: June 28, 2003, 10:19:03 PM »
Reply with quote

Quote from: Spaceman-Spiff on June 27, 2003, 06:35:26 PM
if im not mistaken, you were getting a blank page when uploading?
1. check if your host supports GD 1 or 2, check in phpinfo and match it with your gallery settings
2. check if the file is uploaded to albums/userpics/ or not
yes, I get a blank page. The pictures are uploaded to albums/userpics but I am not sure if it support GD1 or 2, how can I know it? ???
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #662 on: June 28, 2003, 11:51:15 PM »
Reply with quote

check in phpinfo, if you have GD installed, you should see something like:
gd
GD Support    enabled
GD Version    bundled (2.0 compatible)
GIF Read Support    enabled
JPG Support    enabled
PNG Support    enabled
WBMP Support    enabled

you'll need to have GD, GD2, or ImageMagick installed in the server in order to have the gallery working
Logged

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


Happy Rendering

WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #663 on: June 28, 2003, 11:58:56 PM »
Reply with quote

CokeCan, this may help you figure out what your server has on it.

http://us3.php.net/phpinfo
Logged
kyleontheweb
Noobie
*
Posts: 12


WWW
Help with getting mod button to show please
« Reply #664 on: June 30, 2003, 02:27:50 PM »
Reply with quote

Hi!

I'm sorry, help with this would be very much appreciated.  I am using Yabbse V1.4.  The gallery mod said installation was fine, but I cannot get the gallery button to show up despite inserting the tags into my template.  Perhaps I have done this incorrectly?  Here is my code:

-Created by Tim C
-Email: [email protected]
-Webpage: http://yabb.xnull.com/
--><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Pet ShowNTell Forums</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
<yabb galleryHeader>
<!--
body            {font-size: 10px; font-family: Verdana, Arial, helvetica;
                scrollbar-face-color: #2C5A8A;
                scrollbar-shadow-color: #2C5A8A;
                scrollbar-highlight-color: #5482B2;
                scrollbar-3dlight-color: #5482B2;
                scrollbar-darkshadow-color: #184676;
                scrollbar-track-color: #1D4B7B;
                scrollbar-arrow-color: #FFCC00; }
table      {border: 4 groove; border-color: #5482B2;}
td      {border: 1 outset; border-color: #5482B2;}
a           {text-decoration: none;}
a:visited   {text-decoration: none;}
a:hover     {text-decoration: underline , overline;}
.windowbg      {background-color: #184675; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg2    {background-color: #0E3C6C; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.windowbg3     {background-color: #CCCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.titlebg      {background-color: #225080; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.text1         {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #FFCC00}
.catbg         {background-color: #366494; color: #FFCC00; font-size: 10px; font-family: Verdana, Arial, helvetica;}
.bordercolor   {background-color: #083666;}
.quote         {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #AAAA00; background-color: #083666;}
.code          {font-size: 10px; font-family: Verdana, Arial, helvetica; color: #CCCC00; background-color: #083666;}
-->
</style>
<yabb galleryHeader>
</head>
<body text="#000000" link="#0033ff" bgColor="#f5f5f5"<yabb galleryBodyTag>
<body bgcolor="#225080" text="#FFCC00" link="#FFFFFF" vlink="#FFFFFF" alink="#FFFFFF">
<div align="center">
 <table width="70%" border="0" cellspacing="1" cellpadding="1">
   <tr bgcolor="#214263">
     <td>
       <div align="center"><font size="2"><yabb boardname> : <yabb title></font></div>
     </td>
   </tr>
   <tr>
     <td>
       <div align="center"><font size="2"><yabb uname><yabb im></font><br>
         <yabb menu> </div>
         <yabb galleryMenu>
     </td>
   </tr>
 </table><br>
<p><yabb main></p>
 <p><yabb time></p>
 <p><yabb copyright></p>
</div>
</body>
</html>

***END CODE***

Thanks for looking at this!
~Kyle
« Last Edit: June 30, 2003, 02:30:02 PM by kyleontheweb » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:Help with getting mod button to show please
« Reply #665 on: June 30, 2003, 02:47:02 PM »
Reply with quote

have you run the .mod file and uploaded the changed files and gallery.gif into YaBBImages?

also, you have double <yabb galleryHeader> in your <head> tag
you can deletet he one right under <style type="text/css">

my final comment, upgrade to the latest yabbse (v1.5.4), it's much better than v1.4
Logged

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


WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #666 on: June 30, 2003, 03:01:28 PM »
Reply with quote

Oh, I'm sorry Spaceman-Spiff, it is 1.5.4 that I have.  I listed it wrong.

I will removed the tag you mentioned also.
What I did, was I downloaded the version .95 file, and followed the instuction in the .txt.  Except for one thing, I didn't run the mod.  I acually seem to have missed that line.  Sorry, my goof.  I have never run a .mod file or boardmod before, but I know where I can get both of those.  Is it ok to go ahead and run the mod now, or do I need to do something else now that I have gone throught the other steps?

Thanks so much for you help,
~Kyle
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #667 on: June 30, 2003, 03:03:21 PM »
Reply with quote

it's okay to do that the last
just upload the changed files afterwards
i think they're only english.lng, index.php and Subs.php
Logged

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


WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #668 on: June 30, 2003, 03:55:34 PM »
Reply with quote

Thank you again.  I got the boardmod and the mod file.  It does steps 1-6 of the instalation, then steps 7 and 8 get a "cannot find search string" error and it won't do the mod.  

Do you think this is becuase I have "Supermod" installed also?

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


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #669 on: June 30, 2003, 04:08:42 PM »
Reply with quote

could be...
btw, you should be using this for YSE 1.5.2 and above: Download .mod file for YSE 1.5.2-1.5.4
that should fix at least one of the steps u're having problems with
Logged

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


WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #670 on: June 30, 2003, 06:18:28 PM »
Reply with quote

Spaceman,

I am sorry to continually drain from your expertise.  If it becomes apparent that I will not be able to get this to work then I will stop asking any more questions.  

The one last thing I wanted to say about this is that I have found that the gallery works from the index.php page, and all the buttons show up.  The only problem there is with it is that the buttons do not show up in the regular forum view.  Is that what the mod is supposed to do?  Is there perhaps another way I could link to the gallery pages from the main forum page?

Thanks again,
~Kyle

And thanks for making this great mod, you seem to have made the only way to get a gallery into YABBSE!
Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #671 on: June 30, 2003, 06:38:05 PM »
Reply with quote

hmm...
pls tell me the url to your forum
you can PM that to me if you dont want to post it here
Logged

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


WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #672 on: June 30, 2003, 06:39:45 PM »
Reply with quote

Certainly,
the url is http://www.petshowntell.com/yabbse

for the gallery, it is http://www.petshowntell.com/yabbse/Gallery/index.php

Thanks!
~Kyle
« Last Edit: June 30, 2003, 06:40:31 PM by kyleontheweb » Logged
Spaceman-Spiff
Mod Team
YaBB God
*****
Posts: 3689


My $txt[228]

Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #673 on: June 30, 2003, 06:54:27 PM »
Reply with quote

looking from your yabb menu, it looks like you've changed some stuff in $yymenu inside Subs.php
that's maybe why the .mod file didnt find some string in Subs.php
u can try to download this: http://www.immortalshades.com/spaceman/gallery/GalleryMod_ModFile_v0.97_yse1.5.2.zip
and run it, see which string BoardMod doesnt find, then try to edit Subs.php to match the search

if you want me to do it for you, you can mail me your Subs.php -> spiff at monkey-pirate dot com

oh, btw, u might want to add <!- in front of your template, so the credit wont show in the board ;)
<!-- Created by Tim C
-Email: [email protected]
-Webpage: http://yabb.xnull.com/
-->
Logged

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


WWW
Re:[Beta 1.5.1RC1 & 1.4.1] Photo Gallery Mod
« Reply #674 on: June 30, 2003, 11:59:23 PM »
Reply with quote

Spiff,

I sent you an email from [email protected]

Thanks!
~Kyle
Logged
Pages: 1 ... 43 44 [45] 46 47 ... 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.031 seconds with 19 queries.