vBadvanced Forums  
Go Back   vBadvanced Forums > vBadvanced Products > vBadvanced CMPS > vBa CMPS v2.0 Support > "How Do I..." Questions

Reply
 
Thread Tools Display Modes
  #1  
Old 12-07-2006, 12:04 PM
The dman The dman is offline
Junior Member
 
Join Date: Dec 2006
Posts: 19
Default How to expand the size of a module

Hello

I made a custom module for putting my forum links into and when I get to the fifth link instead of putting the new link on a new line it puts it to the right of the previous link. Example:

Link1
Link2
Link3
Link 4 Link5

How do I increase the size of the module to accommodate the rest of the links?
thanks
Reply With Quote
  #2  
Old 12-07-2006, 12:14 PM
eJM's Avatar
eJM eJM is offline
Senior Citizen
 
Join Date: Jul 2006
Location: teh Ether
Posts: 321
Default Re: How to expand the size of a module

Don't you think a link to the page where you're having the problem would help so we could see the source code?

If you're allowing HTML and using HTML, did you set the list up with <ul><li></li></ul> code? Or maybe you could have used <div></div> for each item, which would automatically break to a new line. Maybe you are using only BBCode and forgot to hit Enter before the last item. It would be easier if you showed us the page with the module so we don't have to play guessing games.

Jim
__________________
If my post was helpful to you, or made you or ,
please take the time to register at my forum and ask
a question you've always wanted to know about floors.
The Floor Pro Community
Reply With Quote
  #3  
Old 12-07-2006, 04:26 PM
The dman The dman is offline
Junior Member
 
Join Date: Dec 2006
Posts: 19
Default Re: How to expand the size of a module

The code in red is the one that's not dropping down. The Jazz link should be on the next line down. ( In the pic) The sites not open yet

Thanks


<a href="http://www.xxxxxxxxxxxxxxxxxxxxx.c-m/forumdisplay.php?f=44">Ethnic/World<a>
</div>

<a href="http://www.xxxxxxxxxxxxxxxxxxxxxxx.c-m/forumdisplay.php?f=33">Jazz<a>
</div>

</td>
</tr>
Attached Images
File Type: png links.png (1.1 KB, 5 views)

Last edited by The dman; 12-07-2006 at 04:31 PM.
Reply With Quote
  #4  
Old 12-08-2006, 01:04 AM
eJM's Avatar
eJM eJM is offline
Senior Citizen
 
Join Date: Jul 2006
Location: teh Ether
Posts: 321
Default Re: How to expand the size of a module

Well, apparently it's a super secret site that we can't have a look at the source code. I'm gonna have to take a guess that the code you gave above is written exactly that way in the module, which is why it doesn't break to the next line. If you would have posted a link to your super secret site, there wouldn't be any guessing about it.

Anywayyyy... try this instead of what you got:
Code:
<div><a href="http://www.xxxxxxxxxxxxxxxxxxxxx.c-m/forumdisplay.php?f=44">Ethnic/World<a></div>
<div><a href="http://www.xxxxxxxxxxxxxxxxxxxxxxx.c-m/forumdisplay.php?f=33">Jazz<a></div>
I don't know what those trailing </td></tr> are for, so if you need them to close a table row and a table data, use them. If, like your closed DIVs, you don't have an open table data and row, then your code might be broken even more.

Now I'm curious: what in blazes is so secret about your site that you can't give those who try to help you a link?

Jim
PS: vB has a lot of great features to format your messages. Please use the BBCode to your and our advantage.
__________________
If my post was helpful to you, or made you or ,
please take the time to register at my forum and ask
a question you've always wanted to know about floors.
The Floor Pro Community
Reply With Quote
  #5  
Old 12-08-2006, 07:24 AM
The dman The dman is offline
Junior Member
 
Join Date: Dec 2006
Posts: 19
Default Re: How to expand the size of a module

Quote:
Now I'm curious: what in blazes is so secret about your site that you can't give those who try to help you a link?
LOL No it's not a secret site. To be honest I'm a rookie wuth this stuff (as if you couldn't tell) and #1 the sites not open yet and #2 when you said you wanted to look at the source code I wasn't sure what you meant, I don't know the protocol yet for all this stuff. Plus us rookies (at least me)can be a little intimidated by you guys that know what's going on, espicially when we ask basic questions. Luckily the vbulletin communities that I've been dealing with seem to have a lot of helpful people and not condensending jerks.

Anyway thanks for the info, it did work.

P.S. What did you mean exactly by viewing the source code?
Reply With Quote
  #6  
Old 12-08-2006, 10:40 AM
Tom M Tom M is offline
Senior Member
 
Join Date: Jan 2004
Posts: 1,867
Default Re: How to expand the size of a module

Quote:
Originally Posted by The dman View Post
P.S. What did you mean exactly by viewing the source code?
It 'normally' refers to being able to look at the actual HTML used on the page. Unless, of course, one's talking about a php module.
__________________
Tom Morris
Porsche Boxster discussion forum.
Today's Conservative discussion forum.
Reply With Quote
  #7  
Old 12-08-2006, 11:31 AM
eJM's Avatar
eJM eJM is offline
Senior Citizen
 
Join Date: Jul 2006
Location: teh Ether
Posts: 321
Default Re: How to expand the size of a module

Yes, what Tom said. But the code I was looking for, even if it was in a PHP file, is generated as HTML/XHTML, etc. I don't know anything about writing PHP, but the underlying markup (html code) I know enough about to be able to help sometimes. In your case, the open DIV's were missing, which is why your line didn't break.

We were all rookies once and all in similar situations -- looking for help. It didn't take long for me to learn that if I wanted help, I was going to have to provide complete information. Some sites that offer support, lay out exactly what's needed, some don't. Even those that do, say in a sticky topic like a "Read this first...", rarely get read anyway. People in a hurry usually take the longest to help.

I'm glad that worked for you. I like helping out like that. But I get frustrated with some who leave out pertinent information. Heck, we might even see something else that can help with an issue you wouldn't even know about.

As for those who say they aren't open yet, unless they have taken measures to block access, including denying access even to search engine spiders, you are open. And the sooner you can get your problems sorted, the sooner your SE indexed pages will be filled with content rather than mistakes. You can always turn off registrations until you are ready.

Good luck with your site,

Jim
__________________
If my post was helpful to you, or made you or ,
please take the time to register at my forum and ask
a question you've always wanted to know about floors.
The Floor Pro Community
Reply With Quote
Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
News Module Expand? hardeeonline "How Do I..." Questions 3 09-05-2006 11:03 AM
Poll module size Mythotical Troubleshooting & Problems 5 08-22-2006 09:29 PM
How do I create a standard size module AndyA "How Do I..." Questions 1 07-22-2005 07:50 PM
How Do I Increase or Decrease Module Size LEAD_WEIGHT "How Do I..." Questions 5 06-04-2005 11:37 PM
Module Size dsboyce8624 Troubleshooting / "How do I..." Questions 2 05-06-2005 04:25 PM


All times are GMT -4. The time now is 08:19 AM.

Forums Powered by vBulletin, Copyright ©2000-2009, Jelsoft Enterprises Ltd.
Please note that vBadvanced is in no way affiliated with Jelsoft Enterprises Ltd, nor will Jelsoft be able to provide any support for our products.