Status
Not open for further replies.
Hi, Could someone point me where I should be looking to fix the missing tattered banner image that should be appearing under the widgets when on the CMS page. It seems to be missing only on CMS.

Have a look on shiftedplay.com, you will need to set the theme it's currently not the default.

Thanks
 
Hello,

it seems like those CMS widgets don't have <div class="underblock"> </div> at the end of them. All you need to do is add that just before </li> of the sidebar widget like so:

Code:
<div id="sidebar_container" class="">
		<a id="sidebar_button_link" href="#">
			
			<img id="sidebar_button" src="images/dragonbyte_mmogaming/misc/tab-collapsed.png" alt="">
			
		</a>
		<ul id="sidebar">
			<li>
	<div class="block smaller">
		<div class="blocksubhead">
			<a class="collapse" id="collapse_block_newthreads_2" href="forum.php#top"><img alt="" src="images/dragonbyte_mmogaming/buttons/collapse_40b.png" id="collapseimg_newthreads_2"></a>
			<img src="images/dragonbyte_mmogaming/cms/widget-forum.png" alt="">
			<span class="blocktitle">Forum Threads</span>
		</div>
		<div class="widget_content blockbody floatcontainer">
		<ul id="block_newthreads_2" class="blockrow">
			
			<li class="avatarcontent floatcontainer widget_post_bit">
				<div class="widget_post_userinfo">
				
				<div class="cms_widget_post_useravatar widget_post_useravatar">
					
						<a class="smallavatar comments_member_avatar_link" href="member.php?1-DBTech">
					
						
						<img src="images/dragonbyte_mmogaming/misc/unknown.gif" alt="DBTech" title="DBTech">
						
					
						</a>
					
				</div>
				
				</div>
				<div class="smallavatartext widget_post_comment">
					<h5 class="widget_post_header"><a href="showthread.php?4-A-New-Thread" class="title">A New Thread</a></h5>
					<div class="meta">
						
						 Posted By <a href="member.php?1-DBTech">DBTech</a> (0 replies)
						<br>07-21-2012, <span class="time">04:49 PM</span> in <a href="forumdisplay.php?7-Some-More-Forums">Some More Forums</a>
						
					</div>
				</div>
			</li>
			
		</ul>
		</div>
	</div>
	<div class="underblock"></div>
</li>
		</ul>
	</div>

regards,
scott
 
Adding <div class="underblock"> </div> to say the vbcms_widget_recentcmscomments_page does nothing. So the CSS that "underblock" object is apart of must not be included on the CMS page. I was going to cheat and just add the image tag at the bottom but it does not blend correctly. I havent been able to find a style var that has a general template that applies to all. Do I need to do this for each type of widget in the CMS that I want to use?
 
Can you PM me with AdminCP Access to your site, i'll look into the widgets and find a more streamlines approach to fixing this for you.

I'm not too familiar with the widget system used by Vbulletin as they haven't come up that often. However if it follows the rest of the templating system, then it should load one template file per-widget that should apply universally across the entire CMS plugin.

Regards,
Scott
 
Thanks for the offer, please disregard the PM for access I have just disabled it. I ended up having a bottom graphic made for the CMS and we have just finished making all the changes/fixes to make the theme work. Check it out ShiftedPlay - Featured News. Still some tweaking here and there to do but for the most part I think its solid.
 
Status
Not open for further replies.

Similar threads

Legacy DragonByte MMO

vBulletin 4.1.x vBulletin 4.2.x
Seller
DragonByte Technologies
Release date
Last update
Total downloads
151
Customer rating
0.00 star(s) 0 ratings
Back
Top