Status
Not open for further replies.
I believe the refund policy is the same as it is on the modifications, but given that IIRC there's no Lite version of templates, I'll wait for Cosmic to respond to this formally.
 
Our refund policy on skins is the same as with mods - if the skin does not work on your server setup and we are unable to fix it after receiving ACP and FTP access then we can give a refund.
 
I've installed it previously and i had many issue's with it, I asked danzor to have a look and he had it fixed, I ran into some issue's while trying to do a modification and the style went spastic, I pmed danzor with an admin account to take a look. This is what i got

the-danzor said:
Unfolded said:
Hey Danzor, I was trying to add a Pm notification popup box in Header/Headinclude but it didn't work so i reverted the changes but the style went completely spastic, Would you mind taking a look? I have an account setup for you. *Account removed*

Hello,

Changes and fixes like these aren't covered in support, so i would be required to charge depending on the size of the patch.

Regards,
Scott
 
When you say revert, did you simply just remove what you added, or revert the template completely?
 
Try replacing the contents of your header template with the following:

HTML:
<div id="skin_background"> <!-- closing tag is in template footer -->

   <div id="skin_background"> <!-- closing tag is in template footer -->

   <div id="topbar">
      <div id="skin_width">
           <div class="dbt_topbar">
                  <vb:if condition="$show['member']">
                  <ul class="user_info">
                      <vb:if condition="$vboptions['enablefacebookconnect']"> <li class="facebookfixes"> {vb:raw facebook_header} </li> </vb:if>  
                       <li class="welcomelink">{vb:rawphrase welcome_x_link_y, {vb:raw bbuserinfo.username}, {vb:link member, {vb:raw bbuserinfo}}}</li>                    
                       <li><a href="{vb:link member, {vb:raw bbuserinfo}}">{vb:rawphrase your_profile}</a></li>
                       <li><a href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase user_control_panel}</a></li>
                       <vb:if condition="$notifications_total">
				<li class="popupmenu notifications" id="notifications">
					<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}: <span class="notifications-number"><strong>{vb:raw notifications_total}</strong></span></a>
					<ul class="popupbody popuphover">
						{vb:raw notifications_menubits}
					</ul>
				</li>
				<vb:else />
				<li class="popupmenu nonotifications" id="nonotifications">
					<a class="popupctrl" href="usercp.php{vb:raw session.sessionurl_q}">{vb:rawphrase your_notifications}</a>
					<ul class="popupbody popuphover">
						<li>{vb:rawphrase no_new_messages}</li>
						<vb:if condition="$show['pmmainlink']"><li><a href="private.php{vb:raw session.sessionurl_q}">{vb:rawphrase inbox}</a></li></vb:if>
					</ul>
				</li>
				</vb:if>  
                                <li><a href="login.php?{vb:raw session.sessionurl}do=logout&logouthash={vb:raw bbuserinfo.logouthash}" onclick="return log_out('{vb:rawphrase sure_you_want_to_log_out}')">{vb:rawphrase log_out}</a></li>              
                  </ul>
                  <vb:else />
                  <form id="navbar_loginform" action="login.php?{vb:raw session.sessionurl}do=login" method="post" onsubmit="md5hash(vb_login_password, vb_login_md5password, vb_login_md5password_utf, {vb:raw show.nopasswordempty})" style="width:70% !important; float:left;">
                    <fieldset id="logindetails" class="logindetails">
                  <ul class="user_info" style="width:85% !important;">
                        <vb:if condition="$vboptions['enablefacebookconnect']"> <li class="facebookfixes"> {vb:raw facebook_header} </li> </vb:if>  
                       <li class="welcomelink">Welcome, Guest</li>        
                       <li> <input type="text" class="textbox<vb:if condition="!$username"> default-value</vb:if>" name="vb_login_username" id="navbar_username" size="10" accesskey="u" tabindex="101" value="<vb:if condition="$username">{vb:raw username}<vb:else />{vb:rawphrase username}</vb:if>" /> </li>
                       <li> 	<input type="password" class="textbox" tabindex="102" name="vb_login_password" id="navbar_password" size="10" />
					<input type="text" class="textbox default-value" tabindex="102" name="vb_login_password_hint" id="navbar_password_hint" size="10" value="{vb:rawphrase password}" style="display:none;" /></li>
                       <li> 	<input type="submit" class="loginbutton" tabindex="104" value="{vb:rawphrase log_in}" title="{vb:rawphrase enter_username_to_login_or_register}" accesskey="s" /></li>
                       <li> <label for="cb_cookieuser_navbar"><input type="checkbox" name="cookieuser" value="1" id="cb_cookieuser_navbar" class="cb_cookieuser_navbar" accesskey="c" tabindex="103" style="width:22px !important; min-width:22px !important;"/> {vb:rawphrase remember_me}</label</li>  


<vb:if condition="$show['registerbutton']">
				<li style="margin-left:15px; float:right;"><a href="register.php{vb:raw session.sessionurl_q}" rel="nofollow">{vb:rawphrase register}</a></li>
				</vb:if>

<li style=" float:right;"><a rel="help" href="faq.php{vb:raw session.sessionurl_q}">{vb:rawphrase help}</a></li>

                  
                  </ul>
                        </fieldset>
			<input type="hidden" name="s" value="{vb:raw session.sessionhash}" />
			<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
			<input type="hidden" name="do" value="login" />
			<input type="hidden" name="vb_login_md5password" />
			<input type="hidden" name="vb_login_md5password_utf" />
			</form>
                  </vb:if>
                  <ul class="social_info">
                       <li> <a href="#"> <img src="images/dragonbyte_mmogaming/_custom/sn_icons/facebook-icon.png" alt="" /> </a> </li>
                       <li> <a href="#"> <img src="images/dragonbyte_mmogaming/_custom/sn_icons/twitter-icon.png" alt="" /> </a> </li>
                       <li> <a href="#"> <img src="images/dragonbyte_mmogaming/_custom/sn_icons/google-icon.png" alt="" /> </a> </li>
                       <li> <a href="#"> <img src="images/dragonbyte_mmogaming/_custom/sn_icons/youtube-icon.png" alt="" /> </a> </li>
                  </ul>
		
	   </div>
      </div>
   </div>


<div id="skin_width"> <!-- closing tag is in template footer -->

<div id="header" class="floatcontainer doc_header">
	<vb:if condition="$stylevar['titleimage']"><div><a name="top" href="{vb:link forumhome}" class="logo-image"><img src="{vb:stylevar titleimage}" alt="{vb:rawphrase x_powered_by_vbulletin, {vb:raw vboptions.bbtitle}}" /></a></div></vb:if>

        <div class="search_area">
                       <form action="search.php?{vb:raw session.sessionurl}do=process" method="post">
				<vb:comment><input type="hidden" name="s" value="{vb:raw session.sessionurl}" /></vb:comment>
				<input type="hidden" name="securitytoken" value="{vb:raw bbuserinfo.securitytoken}" />
				<input type="hidden" name="do" value="process" />
				<span class="textboxcontainer"><span><input type="text" value="" name="query" class="textbox" tabindex="99"/></span></span>				
			</form>

        </div>

	
	<div class="ad_global_header">
		{vb:raw ad_location.global_header1}
		{vb:raw ad_location.global_header2}
	</div>
	<hr />
</div>

And let me know if that works.
 
Hello,

Did you also edit the headerinclude template and revert that? As i believe you mentioned it before as well.

Regards,
Scott
 
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