Members: 16,996
Threads: 38,846
Posts: 159,391
Online: 24

Newest Member: Kl_broka@rediffmail.com


Odoo.tv - Outdoor Television


Sedo - Domains kaufen und verkaufen das Projekt mambers.com steht zum Verkauf Besucherstatistiken von mambers.com etracker® Web-Controlling statt Logfile-Analyse

Go Back   Mambers.com > Archive > Mambo 4.5 > Mambo 4.5 'How Do I' Questions

 
 
LinkBack Thread Tools Display Modes
Old 04.09.2004, 08:32   #1 (permalink)
Baby Mamber
 
Join Date: Aug 2004
Posts: 1
yangan is on a distinguished road
Default How do I place content images outside of the content area

I have a news article that has 2 images associated with it. I don not want the images to appear within the text (therefore I do not insert {mosimage} in to the main text area of htmlarea2). I want the images to be placed on another part of the page (in another table cell in the template). Does anyone know of a good way to do this. I would like something that would allow me to put something like {mosimage} in to a table cell on my template page as if it were a module... this way the image associated with the article would be placed in that area of the page.

Hope someone out there has the answer.. thanks!
yangan is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Sponsored Links
Old 10.09.2004, 03:57   #2 (permalink)
Baby Mamber
 
Join Date: Aug 2004
Location: Los Angeles
Posts: 5
petermixt is on a distinguished road
Send a message via MSN to petermixt
Default Re: How do I place content images outside of the content area

...htmlarea2 has a html mode. I have several pages on several sites that use images in them and not using {mosimage}, although I use it also cause it's a great asset. You can inserting an image anywhere using the html function of the editor. When your done with the html insert return to 'page view' to see what you get. I have found it wise to use the entire path for the image and not count on /root/ working. Don't forget to upload your pictures in the images folder. I use an external ftp for this.

...this example includes a link to another content page:

<table width="100%" align="left">
<tr>
<td height=115>
<font face=Verdana size=2><a href="http://www.yourwebsite.com/index.php?option=com_content&amp;task=category&amp ;sectionid=xx&amp;id=xx&amp;Itemid=xx">
<IMG height=115 hspace=5 src="http://www.yourwebsite.com/members/gallery/img/imageA.jpg" width=75 border=0>
<IMG height=115 hspace=5 src="http://www.yourwebsite.com/members/gallery/img/imageB.jpg" width=75 border=0>
<IMG height=115 hspace=5 src="http://www.yourwebsite.com/images/stories/imageC.jpg" width=75 border=0>
</a>
</font>
</td>
<tr>
<td height=54>
<font face=Verdana size=2>what some of this? </font>
<font face=Verdana size=2>
<a href="href="http://www.yourwebsite.com/index.php?option=com_content&amp;task=category&amp ;sectionid=xx&amp;id=xx&amp;Itemid=xx">CLICK HERE</a>!</font>
</td>
</table>

Sounds like a plan to me. Happy mambling!

webmasterPETE
www.petermixt.com
petermixt is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11.09.2004, 00:16   #3 (permalink)
Baby Mamber
 
Join Date: Sep 2004
Posts: 2
vengfulsquirrel is on a distinguished road
Default Re: How do I place content images outside of the content area

I could be wrong but I think they were more into changing the logo depending on the content. I have not seen a great way of doing this but I just started looking at mambo like 3 days ago, which ranks in the Uber-Noob a step above the "I just bought a computer" category.

But this is what I think they meant:

For example if there are 3 pages:contact, home and product pages. And lets say you have a template that lays the site out exactly how you want it ... but you want a different logo picture on each page.... but the logo picture is being positioned in a table in the TEMPLATE and not in the content. It would be nice to have in the template an option to place the sections... instead of just one blob. Then I could make a section for the logo image and just place that in the template at the top of the page and then I could change it for each page.

so the template looks like this
HTML
HEAD
yada yada
/HEAD
BODY
TABLE
TR
TD
here is the logo BR
include section[0]
/TD
/TR
TR
/BODY
/HTML
TD
here are the body sections BR
include section[1]
/TD
/TR
/TABLE

If someone could explain to me a good way of setting this up.. it would be utterly fantastic. Thanks.

-Ian
vengfulsquirrel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 13.11.2004, 04:22   #4 (permalink)
Baby Mamber
 
Join Date: Nov 2004
Posts: 1
cdjwells is on a distinguished road
Default Re: How do I place content images outside of the content area

Did any of the contributors to this thread ever find an answer to this query? It's something I've been puzzled about since I found Mambo and began to play with it.

I'm not completely up to speed with php yet and therefore would prefer to avoid manually coding it if a solution already exists out there.

Cheers
cdjwells is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 14.11.2004, 07:21   #5 (permalink)
Baby Mamber
 
Join Date: Sep 2004
Posts: 2
vengfulsquirrel is on a distinguished road
Default Re: How do I place content images outside of the content area

I never found a solution and just ended up having the same logo for all the pages. But I still would like to have different logos depending on the page. So if you figure it out, post it. Thanks.
-Ian
vengfulsquirrel is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 14.11.2004, 10:38   #6 (permalink)
Mamber
 
iwyen's Avatar
 
Join Date: May 2004
Location: Singapore
Posts: 101
iwyen is on a distinguished road
Default Re: How do I place content images outside of the content area

Have u tried using modules?

Go to manage module, create new, add in the logo as the content and choose which page(s) (of the main menu) you want this module to appear. You may need to adjust the template layout so that the logo will appear at that spot you want it to be.
iwyen is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 23.11.2004, 05:51   #7 (permalink)
Junior Mamber
 
Join Date: Apr 2004
Posts: 39
serveron is on a distinguished road
Send a message via MSN to serveron
Default Re: How do I place content images outside of the content area

this is still not placing the mosimage tag outside of the content!

i have managed with the TOC and still looking into this..
serveron is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 26.04.2005, 19:16   #8 (permalink)
Junior Mamber
 
Join Date: Sep 2004
Posts: 41
mamboduck is on a distinguished road
Default Re: How do I place content images outside of the content area

first of all, I have not the solution for you... sorry... but I'm looking at the forum for the same need!!

***

in my template there is a table.

into the table, two cells.

in the left one I placed the mainbody, so here goes section description, categories description, items and images related to all of them...

in the right cell there's nothing. here I would like to show the images.

not: yes:

section section image-ima
description of the section description of the section ge-image-
image related
item 1 item 1
item 2 item 2
item 3 item 3
... ...

***

If I copy the html related to the image into components/content/content.html.php into the other cell, nothing happens.

I forgot something, but what?!!?

IF ANYONE KNOWS HOW TO DO IT, PLEASE SEND US AN EMAIL!!

tks
mamboduck is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Content item images not showing copelandc2002 Mambo 4.5 General Talk 1 26.07.2004 07:24
http://www.rambonursery.com how to make the changin images in content kachete Mambo 4.5 'How Do I' Questions 0 13.07.2004 19:16
Set different background images for different content pages ? desi_style Mambo 4.5 'How Do I' Questions 1 08.06.2004 06:36
Adding FTP'd images directly to content ThereseWeel Mambo 4.5 Bugs 0 15.04.2004 21:06
frontpage and content images - where to find reemas Mambo 4.5 General Talk 1 14.04.2004 00:14


All times are GMT +2. The time now is 06:24.

Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
A vBSkinworks Design
© Copyright 2004-2008 by Arthur Konze Webdesign.