261
jimbofoxman
XoopsGallery

Trying to adjust the layout of the XOOPSGallery Recent Images Block. Basically it left justifys the images and I would like the images centered.

Below is the code, I think I would need to change the 7th line down (starts with < div style="float........)

What do you all think?

<!-- XoopsGallery Recent Images block begin -->
<{if (
$block.debug_info) }>
    <!-- <{
$block.debug_info }> -->
<{/if}>
<
div><{foreach item=image from=$block.images}>
<{if (
$block.format=='wide')}>
  <
div style="float: left;">
    <
div class="item" style="padding: 2px; margin: 2px;">
     <
div style="text-align: center; height: <{$block.imageHeight}>px; width: <{$block.imageWidth}>px; ">
        <
a href="<{$image.link}>"><img src="<{$image.src}>" width="<{$image.width}>" height="<{$image.height}>" alt="" /></a><br />
     </
div>
     <
div style="text-align: center; width: <{$block.imageWidth}>px; ">
<{else}>
  <
div style="width: 100%;">
  <
div class="item" style="padding: 2px; margin: 2px;">
    <
div style="text-align: center; width: 100%; ">
        <
a href="<{$image.link}>"><img src="<{$image.src}>" width="<{$image.width}>" height="<{$image.height}>" alt="" /></a><br />
    </
div>
    <
div style="text-align: center; width: 100%; ">
<{/if}>
<{if (
$block.showCreated)}>
        <{
$image.created}>
<{/if}>
    </
div>
  </
div>
  </
div>
<{/foreach}><
div style="clear:both;"></div></div>
<!-- 
XoopsGallery Recent Images block end



262
jimbofoxman
Link to Online Map Utility?

Is there anyway to put a link on my XOOPS for linking directly to a URL provided from an online map utility?

I thought about using TinyContent to put a menu on the right side and calling it "ABOUT US". Inside would be various links about our group including a direct link to a map.

Could this map be brought up in the middle section, kinda like any other content would be, say FORUMS, GALLERY, ETC?

Here is my website incase you wanna see what I am talking about on the upper right.

IPMS Kalamazoo

THANKS

Jimbofoxman



263
jimbofoxman
Re: Non Registered Users can't see everything

Disregard........Stupid me, I figured it out!



264
jimbofoxman
Non Registered Users can't see everything

Ok, right now this is what no registered users would see;

Left:

Main Menu consisting of: HOME and FORUMS

Middle:

Blank

Right:

Search
Minical


Now when I login, this is what I get;

Left:

Main Menu consisting of: HOME, FORUMS and WEBLINKS
Custom Menu consisting of: GALLERY X, Y and Z

Middle:

Recent Topics and Random Picture

Right:

Weather, Search and MiniCal


How can I get it so everyone sees everything, they just can't post in the various places. I want it to be a website that all can see and visit, just club members can post in the galleries, etc.

Any suggestions? I made sure things were displayed on ALL PAGES.



265
jimbofoxman
Re: XOOPSGallery not adding albums

Long story short.........uninstalled module, reinstalled module. Seem to be working.......for now.

Crossing Fingers



266
jimbofoxman
XOOPSGallery not adding albums

Using XoopsGallery v1.3.3.5 and the first two albums went in ok, but now I cannot add another. I fillout the properties, apply the changes and nothing.....it like disappears.

Anyone had this problem before? I even tried messing with the album permissions prior to changing the properties.



267
jimbofoxman
Changing font size in custom menu block?

Excuse my lack of programming knowledge again

I created another menu for point to all my galleries. Can I somehow change the font size within that menu to say 1 size smaller?

This is the code....

Quote:
<table cellspacing="0" width="100%" height="1">
<tr>
<td id="mainmenu">

<!-- start module menu loop -->
<a class="menuMain" href="{X_SITEURL}modules/xoopsgallery/view_album.php?set_albumName=album02/">1/72 Aircraft</a>
<a class="menuMain" href="{X_SITEURL}modules/xoopsgallery/view_album.php?set_albumName=album01/">1/48 Aircraft</a>
<!-- end module menu loop -->
</td>
</tr>
</table>



268
jimbofoxman
Re: MENU BLOCK - NEED LAYOUT HELP

Thanks, that did the trick!



269
jimbofoxman
MENU BLOCK - NEED LAYOUT HELP

I setup a seperate menu for my different XOOPSGallery Albums. With the following code..

<div class="blockContent">
<
table cellspacing="0" width="100%" height="1">
<
tr>
<
td id="mainmenu">

<!-- 
start module menu loop -->
<
class="menuMain" href="{X_SITEURL}modules/xoopsgallery/view_album.php?set_albumName=album02/">1/72 Aircraft</a>
<
class="menuMain" href="{X_SITEURL}modules/xoopsgallery/view_album.php?set_albumName=album01/">1/48 Aircraft</a>
<!-- 
end module menu loop -->
</
td>
</
tr>
</
table>
</
div>


But if you visit the site (IPMS Kalamazoo) you see that it is indented like one space compared to the main menu. How can I get rid of the indentation.

THANKS

Jim



270
jimbofoxman
Re: XOOPSGallery and seperate menu setup?

Ok I figured it out, please disregard.

THANKS




TopTop
« 1 ... 24 25 26 (27) 28 29 »



Login

Who's Online

249 user(s) are online (162 user(s) are browsing Support Forums)


Members: 0


Guests: 249


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