MyBB Community Forums

Full Version: Vienna 1.8.7
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35
can u fix the folder idk where to put those sht man
hey im using the steam login plugin, although the steam login button doesn't appear like it does on default, how do i fix this
Cool theme! Thanks. Smile
Try deactivate then activate the plugin and see if the variable shows up in your guest template, other wise just add it from your default theme.
I'm having problems with BBEditor/Smilies, Recent Activity and Ratings. The problem is that BBEditor is not showing, Smilies aren't clickable and Recent Activity is empty. I have found a solution for it and added some code to headerinclude template, that has fixed BBEditor, Smilies and Recent Activity. Tho after editing the template, I wasn't able to rate users anymore (I have removed that code now).

This is my headerinclude template:
<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" />
<link href='//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,200italic,400italic,600italic' rel='stylesheet' type='text/css'>
<meta http-equiv="Content-Type" content="text/html; charset={$charset}" />
<meta http-equiv="Content-Script-Type" content="text/javascript" />
<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/vienna/jquery-ui.js"></script>
<script type="text/javascript" src="images/vienna/jquery.tipsy.js"></script>



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


{$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='' />";
// -->
</script>
Any help would be much appreciated  Shy
Hi

When i upload the images using attachements i cant see those but i can see pdf and doc files 

can you help me i am using vienna
(2015-10-10, 08:30 PM)Professor X Wrote: [ -> ]I'm having problems with BBEditor/Smilies, Recent Activity and Ratings. The problem is that BBEditor is not showing, Smilies aren't clickable and Recent Activity is empty. I have found a solution for it and added some code to headerinclude template, that has fixed BBEditor, Smilies and Recent Activity. Tho after editing the template, I wasn't able to rate users anymore (I have removed that code now).

Whats your site link?

(2015-10-12, 04:25 AM)sureshreddy Wrote: [ -> ]Hi

When i upload the images using attachements i cant see those but i can see pdf and doc files 

can you help me i am using vienna

And your site link? what are the pdf and doc files? they are not related to Vienna in anyway so not sure why you see them.
After Uploading image  when i click insert into posts 
In posts the images are not showing
(2015-10-12, 06:04 PM)iAndrew Wrote: [ -> ][quote='Professor X' pid='1191043' dateline='1444509020']
I'm having problems with BBEditor/Smilies, Recent Activity and Ratings. The problem is that BBEditor is not showing, Smilies aren't clickable and Recent Activity is empty. I have found a solution for it and added some code to headerinclude template, that has fixed BBEditor, Smilies and Recent Activity. Tho after editing the template, I wasn't able to rate users anymore (I have removed that code now).

Whats your site link?


Here: http://impetus.icyboards.net/
Can you activate my account, didn't receive and email, test84
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35