MyBB Community Forums

Full Version: UNIQUE Theme update?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
(2017-11-14, 11:30 AM)subzr1 Wrote: [ -> ]hi
i had a look and this is how:
1: you have installed Google SEO plugin
so in header include you should change the path from http to https
2:there wasnt a link in the header because there was no variable in template like .m. said above (but it is now and its working)
3: its normal because its a latest thread and not latest post
anyway i advise you to use a plugin for this eg:
https://community.mybb.com/mods.php?action=view&pid=291
4:you need to edit that link in portal template to redirect to the page you wish
(i´ve set it to roster.php because i use this portal to my clan homepage)
5: didnt get this issue very well, anyway i did find some css not loading on usercp and will get it fix today later

anyway the theme works great
you need to consider that the fact of theme  has some js atributtes some plugins could and could not mess with the theme but theres always a fix

also you didnt install the plugins that cames with themes and they are a must so the  the work in full
1º: PHP and Template Conditionals (2.0) [BY ZiNgA BuRgA]
    this is used for the sidebar user block
2º:MyBB Default Avatar Fix (0.1) [Created by SvePu]
   this is for fixing the missing avatar in costum themes

later today ill fix the missing css

Hi, this is my header include. where I place the https?

<script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
<script src="{$mybb->settings['bburl']}/images/unique/script.js"></script>


<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/2.0.0/jquery.min.js"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/jquery.plugins.min.js?ver=1800"></script>
<script type="text/javascript" src="{$mybb->asset_url}/jscripts/general.js?ver=1800"></script>

<script type="text/javascript" src="images/unique/jquery.cookie.js"></script>
<script type="text/javascript" src="images/unique/tipsy.js"></script>

<script type='text/javascript'> 
jQuery(function() {
jQuery("a").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("title").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("img").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("i").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("span").tipsy({gravity: jQuery.fn.tipsy.autoNS});
jQuery("div").tipsy({gravity: jQuery.fn.tipsy.autoNS});
  });
</script>

<meta name="viewport" content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="alternate" type="application/rss+xml" title="{$lang->latest_threads} (RSS 2.0)" href="{$mybb->settings['bburl']}/syndication.php" />
<link rel="alternate" type="application/atom+xml" title="{$lang->latest_threads} (Atom 1.0)" href="{$mybb->settings['bburl']}/syndication.php?type=atom1.0" />
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />


<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css">

{$stylesheets}
<script type="text/javascript">
	lang.unknown_error = "{$lang->unknown_error}";

	lang.select2_match = "{$lang->select2_match}";
	lang.select2_matches = "{$lang->select2_matches}";
	lang.select2_nomatches = "{$lang->select2_nomatches}";
	lang.select2_inputtooshort_single = "{$lang->select2_inputtooshort_single}";
	lang.select2_inputtooshort_plural = "{$lang->select2_inputtooshort_plural}";
	lang.select2_inputtoolong_single = "{$lang->select2_inputtoolong_single}";
	lang.select2_inputtoolong_plural = "{$lang->select2_inputtoolong_plural}";
	lang.select2_selectiontoobig_single = "{$lang->select2_selectiontoobig_single}";
	lang.select2_selectiontoobig_plural = "{$lang->select2_selectiontoobig_plural}";
	lang.select2_loadmore = "{$lang->select2_loadmore}";
	lang.select2_searching = "{$lang->select2_searching}";

	var cookieDomain = "{$mybb->settings['cookiedomain']}";
	var cookiePath = "{$mybb->settings['cookiepath']}";
	var cookiePrefix = "{$mybb->settings['cookieprefix']}";
	var deleteevent_confirm = "{$lang->deleteevent_confirm}";
	var removeattach_confirm = "{$lang->removeattach_confirm}";
	var loading_text = '{$lang->ajax_loading}';
	var saving_changes = '{$lang->saving_changes}';
	var use_xmlhttprequest = "{$mybb->settings['use_xmlhttprequest']}";
	var my_post_key = "{$mybb->post_code}";
	var rootpath = "{$mybb->settings['bburl']}";
	var imagepath = "{$theme['imgdir']}";
  	var yes_confirm = "{$lang->yes}";
	var no_confirm = "{$lang->no}";
	var MyBBEditor = null;
	var spinner_image = "{$theme['imgdir']}/spinner.gif";
	var spinner = "<img src='" + spinner_image +"' alt='' />";
	var modal_zindex = 9999;
</script>


<link rel="stylesheet" href="images/unique/sidetogglemenu.css" />

<script src="images/unique/sidetogglemenu.js">

/*
* Responsive Side Toggle Menu(c) Dynamic Drive (www.dynamicdrive.com)
* Last updated: May 28th, 13'
* Visit http://www.dynamicdrive.com/ for this script and 100s more.
*/

</script>

<script>

jQuery(function(){ // on DOM load
	menu1 = new sidetogglemenu({  // initialize first menu example
		id: 'togglemenu1',
		marginoffset: 0
	})
})

</script>{$myalerts_js}

Thanks
nevermind m8
alread done it
css is now correct
when instaling myalerts it will create templates on themes
so its now updated and fully working

PS: now that ive been touching in theme again i believe ill make a v2 from this theme Wink
(2017-11-14, 03:31 PM)subzr1 Wrote: [ -> ]nevermind m8
alread done it
css is now correct
when instaling myalerts it will create templates on themes
so its now updated and fully working

PS: now that ive been touching in theme again i believe ill make a v2 from this theme Wink

Excelent, when can we download it? You can do it responsive? Big Grin

other bug

in the sidebar, the photo makes the text go down

at 100% resolution
[Image: GeNRbaO.png]
at 90% resolution
[Image: 31TKgM1.png]
well it will take a bit of time to remake it lool
as for responsive its to much work just for a hobby ....
(2017-11-14, 04:07 PM)subzr1 Wrote: [ -> ]well it will take a bit of time to remake it lool
as for responsive its to much work just for a hobby ....

thanks No problem. Please provide me with a download link when you have it.

Did you see the images of the profile?
cant reproduc that bug but try it now
Ready, and this other?

[Image: kZMTaO8.png]
cant reproduce it
whats your screen size and resolution?
its not responsive
I tried in those three 1920 x 1080 and 1600 x 900 and 1366 x 768 tree differents PCs

[Image: VGhha2P.jpg]
cant replicate it....Sad
Pages: 1 2 3