Amaury
04-08-2013, 09:10 PM
One issue and one question.
First, there's this odd issue with our document background stopping after a certain point in threads. At first I thought it was an issue with the number of posts I had showing per page (the maximum 100), because when I reduced the option to 40 (the default maximum), the issue disappeared. However, when I went into another thread with long posts, the issue was still there. It seems to be an issue with how large a post is, not how many posts there are per page.
See this video (http://www.youtube.com/watch?v=twnnKA8DLC0) for the issue (watch in full screen and 480p).
Now, this is where it gets odd. I am using Mozilla Firefox, but the other administrator that works for us uses Google Chrome and does not see this issue. I'll have him check that specific thread in the video to double check later, though.
I have the Background Repeat option properly set to Repeat on the doc_background style variable.
Second, if you take a look at our index, you'll see that I have the date, time, and time zone on the left and a last visited on the right. How can I get the last visited on the same line as the date, time, and time zone?
This is the code I have in the navbar template for it:
<div style="text-align:left;">
<span id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</span>
<div style="text-align:right;"><span>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</span>
</div>
</div>It's right above this:
<div class="body_wrapper">
<div class="bread_box">Thanks in advance.
First, there's this odd issue with our document background stopping after a certain point in threads. At first I thought it was an issue with the number of posts I had showing per page (the maximum 100), because when I reduced the option to 40 (the default maximum), the issue disappeared. However, when I went into another thread with long posts, the issue was still there. It seems to be an issue with how large a post is, not how many posts there are per page.
See this video (http://www.youtube.com/watch?v=twnnKA8DLC0) for the issue (watch in full screen and 480p).
Now, this is where it gets odd. I am using Mozilla Firefox, but the other administrator that works for us uses Google Chrome and does not see this issue. I'll have him check that specific thread in the video to double check later, though.
I have the Background Repeat option properly set to Repeat on the doc_background style variable.
Second, if you take a look at our index, you'll see that I have the date, time, and time zone on the left and a last visited on the right. How can I get the last visited on the same line as the date, time, and time zone?
This is the code I have in the navbar template for it:
<div style="text-align:left;">
<span id="footer_time" class="shade footer_time">{vb:rawphrase all_times_are_gmt_x_time_now_is_y}</span>
<div style="text-align:right;"><span>{vb:rawphrase last_visited_x_at_y, {vb:raw pmbox.lastvisitdate}, {vb:raw pmbox.lastvisittime}}</span>
</div>
</div>It's right above this:
<div class="body_wrapper">
<div class="bread_box">Thanks in advance.