31
Cifug
Re: Extgallery nightmares...
  • 2013/9/15 10:40

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


yes thats correct...I copied link location and pasted into my post here. It is correct.

Where do I need to search?

Marty

32
Mamba
Re: Extgallery nightmares...
  • 2013/9/15 10:52

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Search the whole subdirectory on your PC. If don't find it, then copy all the files to the server.

If you really want to find, than search in the page in which was the link, and in its corresponding template

Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

33
Cifug
Re: Extgallery nightmares...
  • 2013/9/15 10:55

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


I've looked through /modules/extgallery/public_album.php and /modules/extgallery/public_categories.php and can't find anything straight up but maybe I cant see the trees for the forest lol

Am I looking in the right place?

Marty

34
Cifug
Re: Extgallery nightmares...
  • 2013/9/15 10:56

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:

Mamba wrote:
Search the whole subdirectory on your PC. If don't find it, then copy all the files to the server.

If you really want to find, than search in the page in which was the link, and in its corresponding template


Roger that lol...

35
Cifug
Re: Extgallery nightmares...
  • 2013/9/15 11:05

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Looked at page source and found it here:
<!-- Category/album image -->
                                                                        <
div class="catThumb">
                                                            <
a title="Random Uncategorised Pics" href="http://###.com/modules/extgallery/public-album.php?id=2"><img src="http://###.com/uploads/extgallery/public-photo/thumb/thumb_bacon_4_fda66.jpg" alt="Bacon" title="Bacon" /></a>
                                                    </
div>
                                                
                            <
h2><a title="Random Uncategorised Pics" href="http://###.com/modules/extgallery/public-album.php?id=2">Random Uncategorised Pics</a></h2><br /><h3>Could be anythingeverything and yet nothing.</h3></td>
                                    <
td class="txtcenter">14</td>
        </
tr>
                <
tr class="odd">
                            <
td>
            
            <!-- 
Category/album image -->
                                                                        <
div class="catThumb">
                                                            <
a title="Our Pics" href="puPicsblic-categories.php?id=17"><img src="http://###.com/uploads/extgallery/public-photo/thumb/thumb_P7260144_4_15dcd.JPG" alt="Jul 2003" title="Jul 2003" /></a>
                                                    </
div>
                                                
                            <
h2><a title="Our Pics" href="http://###.com/modules/extgallery/public-categories.php?id=17">Our Pics</a></h2><br /><h3>Our photo's  <img class="imgsmile" src="http://###.com/uploads/smilies/smil3dbd4d4e4c4f2.gif" alt="" /></h3></td>
                                    <td class="txtcenter">2</td>
                        <td class="txtcenter">116</td>
        </tr>
                <tr class="even">
                            <td colspan="2">
            
            <!-- Category/album image -->
                                                                        <div class="catThumb">
                                                            <a title="Indi'
s Pics" href="http://###.com/modules/extgallery/public-album.php?id=16"><img src="http://###.com/uploads/extgallery/public-photo/thumb/thumb_image_912_b42a7.jpg" alt="One Direction Movie" title="One Direction Movie" /></a>
                                                    
</div>
                                                
                            <
h2><a title="Indi's Pics" href="http://###.com/modules/extgallery/public-album.php?id=16">Indi's Pics</a></h2><br /><h3>Indi's uploads...</h3></td>
                                    <
td class="txtcenter">3</td>
        </
tr>
                <!--<
tr class="even">
            <
td><a href="user-categories.php">User categories</a><br />You can find here all user categories</td>
        </
tr>-->
    </
table>

Not sure if that helps...

Marty

36
Mamba
Re: Extgallery nightmares...
  • 2013/9/15 11:40

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


So, did you fix it? Is it working now?
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

37
Cifug
Re: Extgallery nightmares...
  • 2013/9/15 11:41

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:
Mamba wrote:
So, did you fix it? Is it working now?

hhhmmm...let me look some more..."full sreen"...lol

38
Cifug
Re: Extgallery nightmares...
  • 2013/9/15 12:56

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


OK... I think I found it

In /extgallery/templates/extgallery_index.html

change line 34
<a title="<{$child.cat_name}>" href="pu<{$extgalleryName}>blic-categories.php?id=<{$child.cat_id}>"><img src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$child.photo.photo_name}>" alt="<{$child.photo.photo_title}>" title="<{$child.photo.photo_title}>" /></a>


to
<a title="<{$child.cat_name}>" href="<{xoAppUrl modules/extgallery/}>public-categories.php?id=<{$child.cat_id}>"><img src="<{$xoops_url}>/uploads/extgallery/public-photo/thumb/thumb_<{$child.photo.photo_name}>" alt="<{$child.photo.photo_title}>" title="<{$child.photo.photo_title}>" /></a>


It is working for me...

Can others confirm??

Marty.

P.S. Thanks Mamba for asking me to look further. I have never done anything like this...I just tell you guys that something is wrong and what I did to get the error.

I have been looking at xoops code for a few years but because I don't know php I have always been too scared to touch it. I thought, well... as long as I have the original files backed up how could I go wrong lol

I know it was just a typo of some sorts and pretty simple stuff but I think I did good and I feel like I fixed something I am awesome lol

Maybe it was because I had my dreamweaver on full screen??

39
Mamba
Re: Extgallery nightmares...
  • 2013/9/15 13:47

  • Mamba

  • Moderator

  • Posts: 11366

  • Since: 2004/4/23


Quote:
In /extgallery/templates/extgallery_index.html
change line 34

Nice catch! Thanks!

It's now updated in SVN...
Support XOOPS => DONATE
Use 2.5.10 | Docs | Modules | Bugs

40
Cifug
Re: Extgallery nightmares...
  • 2013/9/15 13:50

  • Cifug

  • Quite a regular

  • Posts: 208

  • Since: 2007/12/13


Quote:
Nice catch! Thanks!

It's now updated in SVN...

Not so much of a catch...more of a FIX!! lol

Login

Who's Online

184 user(s) are online (133 user(s) are browsing Support Forums)


Members: 0


Guests: 184


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Mar 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits