PDA


View Full Version : Ok... I'm Stumped! Problems with the Module!!


PiNG
06-13-2005, 05:50 AM
Hello! Sorry! First time posting, I've recently decided to re-do my current site with vbadvanced, so currently testing around with it before working on the actual live site. I have couple of questions regarding Modules in the home page area. I've tried to figure it out my self the entire day, but no luck.

1. I need help on making new module (Left, Center, Right column type). I've made a new module using the Add Module -> Template and the title bar ends up showing up after the contant, so the actual contant is ABOVE the title bar... and it's not in the box.

2. I've done a search on making modules and it seems like it'd be easy to do use the BB mode to add the HTML code. Even after adding, After saying "YES" to : Allow HTML, Allow Smilies, Allow [IMG] code, after I click SAVE, it dosn't save, and just outputs my HTML code literally into the contant box! If i go back in to edit it, all the options for the Allow HTML, Allow Smilies, Allow [IMG] code is back to "NO" and dosn't want to stay on "YES" , what's going on?

3. All i want to do is make modules with current HTML code. Is there a way to actually put HTML code and it'd translate it correctly into the Module box?

Help will be greatly appreciated! I'll try anything! I've been trying literally for 6 hours trying to make it work right! Thank You!

-Mike

Brian
06-13-2005, 10:30 AM
1). Be sure you are starting your template off with <tr><td> tags and ending it with </td></tr> tags (the table and </table> tags are already in the adv_portal_module_shell template).
2). http://www.vbadvanced.com/forum/showthread.php?t=8438
3). Yes, with either a BB code module (after the fix above is applied) or a template module.

Stachel
06-13-2005, 01:46 PM
1). Be sure you are starting your template off with <tr><td> tags and ending it with </td></tr> tags (the table and </table> tags are already in the adv_portal_module_shell template).I was having a problem where my right border was getting lopped off.

I had created a MainPageCenter template with all of:
<table>
<tr>
<td>
...
</td>
</tr>
</table>

Deleting the <table> </table> tags fixed the problem of where my right vertical page border was getting deleted.

Thanks Brian!

Stachel

PiNG
06-13-2005, 02:56 PM
Wow! Thanks a bunch! It worked!! Thank YOU!!! :D

KW802
06-13-2005, 03:03 PM
1). Be sure you are starting your template off with <tr><td> tags and ending it with </td></tr> tags (the table and </table> tags are already in the adv_portal_module_shell template).Ah ha! I knew I wasn't going to be the only one. :p