So I went to add a couple blocks to my forum like you guys have here. I wanted to add the Birthdays Block as well as the Shoutbox.
I was able to get the blocks added but they show up underneath the posts legend below the Threads. (The posts read, new topics, New category, no new posts, etc etc.) Then I tried to add them to the content area and that is a no go. If I add them above the content area, the blocks show up on top of the forum. I'm stumped. I tried every option I could find.
I appreciate any help guys.
Thanks!
Ray
SOLVED Shoutbox And Birthdays Blocks On Forum
Subject: Re: Shoutbox And Birthdays Blocks On Forum
I'm not sure what you mean. Where do you want them?
Subject: Re: Shoutbox And Birthdays Blocks On Forum
If you scroll all the way down to the bottom of the forum here on this website, you will see a Legend of topics (New Posts , No New Posts, Links, Forum is Locked). If you notice, the Birthdays and Shoutbox on this site are ABOVE that legend. On my site, The Birthdays block as well as Shoutbox are BELOW that legend.
No matter what I try, I can not get them 2 blocks above the legend. I obviously can not move them two blocks in to content area. If I put them in the header block, it moves Birthdays and Shoutbox to the entire top of the Forum page.
I know I can't post links here but follow this the best you can and have a look. And then come back and look at the forums here on this site and you will see exactly what I am saying.
http://raybrowell.com/pepperlovers/forum.php
Check out my album while you are there and there is a couple images of the problem I am having as well.
No matter what I try, I can not get them 2 blocks above the legend. I obviously can not move them two blocks in to content area. If I put them in the header block, it moves Birthdays and Shoutbox to the entire top of the Forum page.
I know I can't post links here but follow this the best you can and have a look. And then come back and look at the forums here on this site and you will see exactly what I am saying.
http://raybrowell.com/pepperlovers/forum.php
Check out my album while you are there and there is a couple images of the problem I am having as well.
Subject: Re: Shoutbox And Birthdays Blocks On Forum
I see. Those are not (.. Yet?) actual blocks in the CMS, so I'm afraid it'll require tiny template edits (move an include, most likely).
I'll get back home next week. I'll take a look then.
(If you don't hear back from me, make sure to ping me...)
I'll get back home next week. I'll take a look then.
(If you don't hear back from me, make sure to ping me...)
Subject: Re: Shoutbox And Birthdays Blocks On Forum
Ok man sounds good. I appreciate it.
I was thinking since it was on site here, it was an out of the box thing. Most projects tend not to include anything on site that is not out of the box. that one had me confused. I worked on it for a couple hours trying to figure out what to do :mryellow:
I was thinking since it was on site here, it was an out of the box thing. Most projects tend not to include anything on site that is not out of the box. that one had me confused. I worked on it for a couple hours trying to figure out what to do :mryellow:
Subject: Re: Shoutbox And Birthdays Blocks On Forum
Could you please confirm which theme you're using? :?
Subject: Re: Shoutbox And Birthdays Blocks On Forum
I was using Milky Way and Milky Way Red. Currently I have Red active.
Subject: Re: Shoutbox And Birthdays Blocks On Forum
OPEN templates/default/index_body.tpl
FIND
MOVE IT WHEREVER YOU LIKE! :mri:
FIND
<div class="center-block" style="text-align: center; margin: 30px;">
{IMG_TBL}<table class="forumlinenb" style="padding: 2px; border-top-width: 1px;">
<tr>
<td class="row-center-small twa-imp"><img src="{FORUM_NEW_CAT_IMG}" alt="{L_CAT_NEW_POSTS}" title="{L_CAT_NEW_POSTS}" /></td>
<td class="row-center-small tw11pct">{L_CAT_NEW_POSTS}</td>
<td class="row-center-small twa-imp"><img src="{FORUM_CAT_IMG}" alt="{L_CAT_NO_NEW_POSTS}" title="{L_CAT_NO_NEW_POSTS}" /></td>
<td class="row-center-small tw11pct">{L_CAT_NO_NEW_POSTS}</td>
<td class="row-center-small twa-imp"><img src="{FORUM_NEW_IMG}" alt="{L_FORUM_NEW_POSTS}" title="{L_FORUM_NEW_POSTS}" /></td>
<td class="row-center-small tw11pct">{L_FORUM_NEW_POSTS}</td>
<td class="row-center-small twa-imp"><img src="{FORUM_IMG}" alt="{L_FORUM_NO_NEW_POSTS}" title="{L_FORUM_NO_NEW_POSTS}" /></td>
<td class="row-center-small tw11pct">{L_FORUM_NO_NEW_POSTS}</td>
<!--
<td class="row-center-small twa-imp"><img src="{FOLDER_AR_BIG}" alt="{L_FORUM_AR}" title="{L_FORUM_AR}" /></td>
<td class="row-center-small tw11pct">{L_FORUM_AR}</td>
-->
<td class="row-center-small twa-imp"><img src="{FORUM_LINK_IMG}" alt="{L_LINKS}" title="{L_LINKS}" /></td>
<td class="row-center-small tw11pct">{L_LINKS}</td>
<td class="row-center-small twa-imp"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" title="{L_FORUM_LOCKED}" /></td>
<td class="row-center-small tw11pct">{L_FORUM_LOCKED}</td>
</tr>
</table>{IMG_TBR}
</div>
{IMG_TBL}<table class="forumlinenb" style="padding: 2px; border-top-width: 1px;">
<tr>
<td class="row-center-small twa-imp"><img src="{FORUM_NEW_CAT_IMG}" alt="{L_CAT_NEW_POSTS}" title="{L_CAT_NEW_POSTS}" /></td>
<td class="row-center-small tw11pct">{L_CAT_NEW_POSTS}</td>
<td class="row-center-small twa-imp"><img src="{FORUM_CAT_IMG}" alt="{L_CAT_NO_NEW_POSTS}" title="{L_CAT_NO_NEW_POSTS}" /></td>
<td class="row-center-small tw11pct">{L_CAT_NO_NEW_POSTS}</td>
<td class="row-center-small twa-imp"><img src="{FORUM_NEW_IMG}" alt="{L_FORUM_NEW_POSTS}" title="{L_FORUM_NEW_POSTS}" /></td>
<td class="row-center-small tw11pct">{L_FORUM_NEW_POSTS}</td>
<td class="row-center-small twa-imp"><img src="{FORUM_IMG}" alt="{L_FORUM_NO_NEW_POSTS}" title="{L_FORUM_NO_NEW_POSTS}" /></td>
<td class="row-center-small tw11pct">{L_FORUM_NO_NEW_POSTS}</td>
<!--
<td class="row-center-small twa-imp"><img src="{FOLDER_AR_BIG}" alt="{L_FORUM_AR}" title="{L_FORUM_AR}" /></td>
<td class="row-center-small tw11pct">{L_FORUM_AR}</td>
-->
<td class="row-center-small twa-imp"><img src="{FORUM_LINK_IMG}" alt="{L_LINKS}" title="{L_LINKS}" /></td>
<td class="row-center-small tw11pct">{L_LINKS}</td>
<td class="row-center-small twa-imp"><img src="{FORUM_LOCKED_IMG}" alt="{L_FORUM_LOCKED}" title="{L_FORUM_LOCKED}" /></td>
<td class="row-center-small tw11pct">{L_FORUM_LOCKED}</td>
</tr>
</table>{IMG_TBR}
</div>
MOVE IT WHEREVER YOU LIKE! :mri:
Subject: Re: Shoutbox And Birthdays Blocks On Forum
See that is just it. After I posted this post, I got to doing some looking and I found that code that you posted. However it is the very last code on that page. I can move it to where I wish but no matter where in the code I move that, the forum legend stays below the statistics block and the birthdays and shoutbox stays below the legend. cache cleared and all.
Subject: Re: Shoutbox And Birthdays Blocks On Forum
It is really strange... are you sure the cache is empty? I start thinking that you have some issues with it... make sure you have proper permissions, and try to empty it manually just to make sure the issue is not related to cache.
MWE_001 wrote: [View Post]
It is really strange... are you sure the cache is empty? I start thinking that you have some issues with it... make sure you have proper permissions, and try to empty it manually just to make sure the issue is not related to cache.
Subject: Re: Shoutbox And Birthdays Blocks On Forum
Yeah I am 100% positive on all of the above. I am going to Clear all cache again in the CSM, Extreme styles cache and then delete all cache out of my browsers and give it a try. I still have one of my mother in-laws laptops here to test off of as well if needs be. I attempted to use the OBS software to record my scrren so you all could see it in action via a MP4, but My pc is not very good and the video skipped really bad. I was essentially useless. I can record with my wife's iPhone and youtube it :mrorange:
I do not have a Xammp setup but do have a WAMP set up that I can also test on to.
I do not have a Xammp setup but do have a WAMP set up that I can also test on to.
Subject: Re: Shoutbox And Birthdays Blocks On Forum
Ok guys, we can mark this one as solved. I would have had no clue in the world that this option would have been in the SQL optimizations (I can see why it would be). I will delete the parent blocks I created per the screen shot I showed and get rid of those and now my shoutbox and birthdays are above the legend. Sorry for all the trouble guys. I just never would have guessed to look anywhere for blocks other than the CMS standard pages.
Subject: Re: Shoutbox And Birthdays Blocks On Forum
Do you have a suggestion for naming this tab? Maybe a very general "features" instead of the weird "SQL optimizations" name?
Subject: Re: Shoutbox And Birthdays Blocks On Forum
Well, I don't know for sure man to be honest. I mean, I can see why it is in fact SQL optimizations. The options on that page do just what it says it will do. I know on many boards this is a problem as far as sql queries are concerned and many try to optimize.
I think it is right where it needs to be to be quite honest. What actually tipped me off to what was going on and that I needed to look further other than CMS was in the index_body file when I saw the switches for birthdays, chat etc etc.
So frankly speaking, I would leave it as is. If someone like me comes along in the future and asks, we all know exactly where to point them to.
I think it is right where it needs to be to be quite honest. What actually tipped me off to what was going on and that I needed to look further other than CMS was in the index_body file when I saw the switches for birthdays, chat etc etc.
So frankly speaking, I would leave it as is. If someone like me comes along in the future and asks, we all know exactly where to point them to.
Page 1 of 1
You cannot post new topicsYou cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events
This is a "Lo-Fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Powered by Icy Phoenix based on phpBB
Generation Time: 0.097s (PHP: 21% SQL: 79%)
SQL queries: 11 - Debug Off - GZIP Enabled