11
cccweb
Re: xcgallery - photo description display problems
  • 2006/8/5 7:23

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


I tried that but it didn't work.

Any other suggestions?



12
cccweb
xcgallery - photo description display problems
  • 2006/8/2 5:42

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


I'm having a strange problem. The description of the pictures in xcgallery does not seem to text wrap. It appears as one continual line.

e.g.

http://jewelleryzone.com.au/modules/xcgal/displayimage.php?pid=14&pos=-14

I have tried to change the xcgal_display.html file to make the table a fixed width:

<table class="outer" style="width: 600px;" cellpadding="0" cellspacing="0">
       <{if 
$pic_title!=''}>
        <
tr><th><{$pic_title}></th>
        </
tr>
       <{/if}>
       <{if 
$pic_caption !=''}>
        <
tr>
          <
td style="text-align: left;">
<
div style="margin: 3px 10px 10px 10px;"><{$pic_caption}></div>
          </
td>
    </
tr><{/if}>  </table>


But this hasn't helped. I can't work out why it's happening.

How do I fix the problem?



13
cccweb
Re: xcgallery & custom fields
  • 2006/7/9 23:57

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


I've answered my own question. I need to change the displayimage.php

for ($i =1$i<= 4$i++){
        if (
$xoopsModuleConfig['user_field'.$i.'_name']) {
            
$info[$xoopsModuleConfig['user_field'.$i.'_name']] = $CURRENT_PIC_DATA['user'.$i];
        }
    }


to

(field 1 & 4 - text, field 2 - url, field 3 - email)


if ($xoopsModuleConfig['user_field1_name']) 
$info[$xoopsModuleConfig['user_field1_name']] = $CURRENT_PIC_DATA['user1'];}

if (
$xoopsModuleConfig['user_field2_name']) 
$info[$xoopsModuleConfig['user_field2_name']] = '<a href="'.$CURRENT_PIC_DATA['user2'].'">'.$CURRENT_PIC_DATA['user2'].'</a>'   ;}

if (
$xoopsModuleConfig['user_field3_name']) 
$info[$xoopsModuleConfig['user_field3_name']] = '<a href="mailto:'.$CURRENT_PIC_DATA['user3'].'">'.$CURRENT_PIC_DATA['user3'].'</a>'   ;}

if (
$xoopsModuleConfig['user_field4_name']) 
$info[$xoopsModuleConfig['user_field4_name']] = $CURRENT_PIC_DATA['user4'];}



14
cccweb
xcgallery & custom fields
  • 2006/7/9 7:29

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


Is there any way to make a custom field in xcgallery a link?

A couple of things I'd like to do is have a web link field and an email field.



15
cccweb
Form Generator
  • 2006/5/18 11:02

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


Xoops is the best, but it would be better with a form generator (or if there is one, please point me in the right direction)!



16
cccweb
Re: Looking for a static html module
  • 2006/4/30 8:51

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


Maybe you should try the pagewrap.



17
cccweb
Beginner site - up in 3 days
  • 2006/4/25 23:42

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


Tell me what you think of my freeride mtb webzine, cccwebzine.com.



18
cccweb
Search block help - advanced search
  • 2006/4/25 23:01

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


In the advanced search feature, there is the option to "search in" - and the options are "news" and "photo gallery". I was wondering how I could include other modules in this search feature.



19
cccweb
Re: shorturl - help with .htaccess
  • 2006/4/24 4:10

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


I found that if I download the shorturl module with a windows instead of mac, I get the .htaccess file.

Thanks for your help.

However, not having much luck with this module.



20
cccweb
Re: shorturl - help with .htaccess
  • 2006/4/24 3:42

  • cccweb

  • Just popping in

  • Posts: 22

  • Since: 2006/4/24


The instructions say:

"Modify your .htaccess file, the one you have in your XOOPS root dir (if any)
and add the contents of the included .htaccess file. If you don't have one, just upload the one I provided."

However, there wasn't a copy of the .htaccess file included with the download, and I can't seem to find it anywhere.

I know how to create and uplaod a .htaccess file, but I don't know the code or how to code.




TopTop
« 1 (2) 3 »



Login

Who's Online

115 user(s) are online (54 user(s) are browsing Support Forums)


Members: 0


Guests: 115


more...

Donat-O-Meter

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

Latest GitHub Commits