Joomla! Discussion Forums



It is currently Tue Nov 24, 2009 5:35 pm (All times are UTC )

 


Forum rules

Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.



Post new topic Reply to topic  [ 22 posts ] 
Author Message
Posted: Thu Mar 15, 2007 3:29 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
hello,

i want to create banners module in content. Is it possible?

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Thu Mar 15, 2007 3:35 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
Hi,

Yes, add {mosloadposition user9} into your content. Then publish the banner module to position user9. That would put the banner module into your content.

Regards Robin

_________________
Regards Robin


Top
   
 
Posted: Thu Mar 15, 2007 3:47 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
thanx, it works ;)
But how could I change the size of this module?

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Thu Mar 15, 2007 8:47 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
That is probably determined by the images you show in the banner. Or do you mean something else?

_________________
Regards Robin


Top
   
 
Posted: Thu Mar 15, 2007 9:15 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
Look what i mean:
Image

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Fri Mar 16, 2007 6:23 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
Is the site online so I could have a look myself?

_________________
Regards Robin


Top
   
 
Posted: Sat Mar 17, 2007 12:01 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
Hi,

As you can see in the screenshot, the module spreads the entire content area. It's because of the image that is does not look that way.
So there would be no need to change the module position in any way I guess... Or am I not understanding correctly what you are looking for, or wanting to achieve?


You do not have the required permissions to view the files attached to this post.

_________________
Regards Robin


Top
   
 
Posted: Sat Mar 17, 2007 4:52 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
you, i would like everything look like this:

Image

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Sat Mar 17, 2007 6:22 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
Ah I see what you mean. You would probably need to edit some of the CSS in your template_css.css file. Look at this code:

Code:
table.moduletable {
   width: 100%;
   margin-bottom: 5px;
   padding: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
}

div.moduletable {
   padding: 0;
   margin-bottom: 2px;
}


It would require adding a suffix which you could then use in the specific banner module suffix parameter. The width=100% would probably need to be removed. So something like (notice the suffix -banner):

Code:
table.moduletable-banner {
   margin-bottom: 5px;
   padding: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
}

div.moduletable-banner {
   padding: 0;
   margin-bottom: 2px;
}


Then add the "-banner" in the banner module, suffix parameter. See if that works.

_________________
Regards Robin


Last edited by Robin on Sat Mar 17, 2007 6:23 pm, edited 1 time in total.

Top
   
 
Posted: Sat Mar 17, 2007 10:16 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
ok, i changed css file, but could you explain about that suffix?
Image

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Last edited by miurdock on Sat Mar 17, 2007 10:18 pm, edited 1 time in total.

Top
   
 
Posted: Sun Mar 18, 2007 10:13 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
That looks like you are using another banner module than the default Joomla! one right?

Normally you would have a suffix field where you enter the "-banner" suffix I was talking about. Seems you are not able to... not sure how to resize the module then myself...


You do not have the required permissions to view the files attached to this post.

_________________
Regards Robin


Top
   
 
Posted: Sun May 27, 2007 11:09 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
i have made it, but it doesn't work.
You can see it.


You do not have the required permissions to view the files attached to this post.

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Tue May 29, 2007 7:30 am 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
Do you have a link/url to that content item?

_________________
Regards Robin


Top
   
 
Posted: Thu Jun 28, 2007 11:45 am 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
Yes, i have.
But what do you think about iframe? Maybe it would help us..

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Thu Jun 28, 2007 12:41 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
Did you also create the class sufix in the template CSS file?

_________________
Regards Robin


Top
   
 
Posted: Thu Jun 28, 2007 12:58 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
I have made changes as you mentioned..

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Thu Jun 28, 2007 1:07 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
Do you have an url of the page with the issue? So I could check the css?

_________________
Regards Robin


Top
   
 
Posted: Thu Jun 28, 2007 1:19 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
No i have url with no changes, because after making this i see some mistakes i page (dissapears smth in menu).

http://www.verslosavaite.lt/buves/index ... 6&Itemid=9

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Thu Jun 28, 2007 5:35 pm 
User avatar
Joomla! Master
Joomla! Master
Offline

Joined: Thu Aug 18, 2005 10:41 am
Posts: 15089
I Can't find it that easy, sorry. You might be better of asking this specific CSS questions in the #rd Party, Templates & CSS forum.

_________________
Regards Robin


Top
   
 
Posted: Sat Jul 07, 2007 3:02 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
Ok, thanks.
I have created  a topic and waiting for a answer.

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Posted: Wed Jul 18, 2007 5:14 am 
Joomla! Intern
Joomla! Intern
Offline

Joined: Thu Dec 07, 2006 12:01 am
Posts: 87
Location: Alaska
RobInk wrote:
Ah I see what you mean. You would probably need to edit some of the CSS in your template_css.css file. Look at this code:

Code:
table.moduletable {
   width: 100%;
   margin-bottom: 5px;
   padding: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
}

div.moduletable {
   padding: 0;
   margin-bottom: 2px;
}


It would require adding a suffix which you could then use in the specific banner module suffix parameter. The width=100% would probably need to be removed. So something like (notice the suffix -banner):

Code:
table.moduletable-banner {
   margin-bottom: 5px;
   padding: 0px;
   border-spacing: 0px;
   border-collapse: collapse;
}

div.moduletable-banner {
   padding: 0;
   margin-bottom: 2px;
}


Then add the "-banner" in the banner module, suffix parameter. See if that works.



Hello,

I realize this is an old thread, but I'm trying to do basically the same thing. However I am unable to find that code in my template. I'm using Joomlashack Element. Any idea of what to modify, or should I ask in the JS forum?

Thank you


Top
  E-mail  
 
Posted: Fri Jul 20, 2007 1:33 pm 
User avatar
Joomla! Explorer
Joomla! Explorer
Offline

Joined: Sat Nov 18, 2006 2:28 pm
Posts: 448
It is an axample - banners in the content:
http://www.vtv.lt/naujienos/sveikata/pa ... s-ukr.html

_________________
http://www.saulegrazos.tk
http://www.mixforum.lt


Top
   
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 22 posts ] 

Quick reply

 



Who is online

Users browsing this forum: tpohlsch and 11 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group