![]() |
few problems
I'm working for the guy who owns http://www.manlystuff.com/forum/index.php
I have two questions about his site that we both need to know. Question 1) How can I align both of those top boxes? The "Connect", and "Status Feeds". Right now they're aligned by the bottom somehow, but I want it done by the top, so they're at the same height (starting at same height). Question 2) Why won't the Status Feed box collapse? Question 3) How can I make the "Connect" box not display on our vBAdvanced page? The other box doesn't show, only the Connect one does. Here's the template: Code:
removed |
please help!
|
1) Clean up your html. Look at what is in your source code:
Code:
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center" style="display: none;margin-bottom: 20px;" id="ajax_vb_status_table"> 2) Clean up the html. I'd guess it won't close because of all the problems you are causing with your improper html. |
Lynne, I did not code that part. And as a matter of fact, the div is closed down below in the template.
The tbody was added with the modification that imk installed. What should we replace it with? |
You can't just put stuff in a table if it's not in a <tr><td> All things must be in a <td> tag. The <div> tag is not. And, you can't start a div and not close it within the same element. You can't go <td><div></td></div> that is not proper and WILL cause problems - it has to be <td><div></div></td>. Maybe you didn't code it, I don't know who did, but it's causing problems.
|
Code:
removed Problem still persists. What could the problem be? Now both boxes are same height, but one is bigger. The first one still won't collapse also. Oh, and one of my questions has been answered. The one on how to hide it on vBa page. I got support on their official forums. Please help with other questions though. |
The first one won't collapse until you modify the table to be the same as for the other one. Right now, you have this div just thrown in there, around a tbody tag?!?!, and it is useless and causing problems. You can't do that. Copy the code you used for the Connect box.
|
Okay, the <div> is gone, but now how do I make all that area collapse? I do not understand Lynne. Everytime I try touching something, it ruins it. This modification was coded horribly, and now it won't let me remove anything.
Removing the <tbody></tbody> tags makes the box not show at all. It makes no sense. Code:
removed |
There is an article in the articles forums on how to make a collapsible box. Also, your second box is collapsible, so you have the code right there. This is for your Status Feed:
HTML Code:
<tr> HTML Code:
<tr> |
Yes. I've added it to the status feed one too before, but it wouldn't work. Could you edit the template and put it where it belongs?
|
grrrr now my usc2.2 hack wont even work
this is such a mess please can anyone help? |
You did not add the id tag needed to collapse the box to the <td> tag like I suggested. I'm not sure what else to suggest for you.
|
I actually did try it, Lynne. It only collapsed about 3 empty pixels.
|
Exactly what did you try? Post the code or I can't see if you did anything wrong.
edit: Actually, I can see what you are talking about. You may have to change the code in the javascript to get it right. I don't do javascript, so.... |
Code:
removed |
also why isnt my usc hack working?
|
imk, that is what was making the sidebar. I can make it work for you again in a few minutes.
|
I did try it on your site and saw what it did. As I said, I think it is probably something in the javascript you need to change and I don't play with javascript.
|
how about the alignment?
|
Quote:
HTML Code:
<table class="tborder" height="188px" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center" style="<if condition="$show['vbstatus_forumhome']">display: block;<else />display: none;</if>margin-bottom: 20px;" id="ajax_vb_status_table"> HTML Code:
<table class="tborder" cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%" align="center"> |
Fixed, thank you Lynne!
|
Edit: Please post such requests in the Paid Request forum.
|
where is this status feed mod? it looks cool
|
its a custom mod that feeds it!
the original is vbstatus but someone code the feed but did a very bad job CAN ANYONE FIX PLEASE? |
Quote:
Quote:
From the screenshots posted in this thread, it looks like the author of the thread might have one or two other hacks installed that messed up the HTML layout and prevent the status feed from working. Possibly, it is the facebook connect hack with that little box that was added to the right of the status feed, but could be something else. Whatever is the case, I was never told that there was a problem with this mod, and I was never asked to resolve any such problem. P.S. Since most of the mod is now quoted in this thread, I assume it would be fine if I released the whole thing publicly on this website? |
oh hell ya, thats a sick mod!
|
Quote:
|
The vB.org forums are not the place to discuss commercial work done for you. If you want to discuss this, then please take it in private.
|
All times are GMT. The time now is 06:27 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|