[RC2] phpBB Ajax Like

A place for MOD Authors to post and receive feedback on MODs still in development. No MODs within this forum should be used within a live environment!
Anti-Spam Guide
Locked
User avatar
emosbat
Registered User
Posts: 564
Joined: Sat Jan 28, 2012 1:25 pm

Re: [RC2] phpBB Ajax Like

Post by emosbat »

that should be `Likes your` words. you didn't applied

'AL_LIKE_INFO' => 'Likes your ',

to
language/YOUR_LANGUAGE_FOLDER/common.php

make sure apply all `language/en` entries in modx to your language files.
pCpaLexx
Registered User
Posts: 20
Joined: Mon Nov 25, 2013 3:55 pm

Re: [RC2] phpBB Ajax Like

Post by pCpaLexx »

Thank you very much.

I have a small question. I can not change this mode, so that she is displaying only the first topic?

And I have a little problem.

Me show me this: http://static.fforum.ro/Look.png

And I want to show my like in this picture: http://static.fforum.ro/euoe2r.jpg

All css files are stuffed place. And obviously I gave refresh
kira90
Registered User
Posts: 5
Joined: Fri May 10, 2013 6:36 pm

Re: [RC2] phpBB Ajax Like

Post by kira90 »

pCpaLexx wrote:Thank you very much.

I have a small question. I can not change this mode, so that she is displaying only the first topic?

And I have a little problem.

Me show me this: http://static.fforum.ro/Look.png

And I want to show my like in this picture: http://static.fforum.ro/euoe2r.jpg

All css files are stuffed place. And obviously I gave refresh
I got the same problem and i couldn't solve the problem yet :(
User avatar
emosbat
Registered User
Posts: 564
Joined: Sat Jan 28, 2012 1:25 pm

Re: [RC2] phpBB Ajax Like

Post by emosbat »

remove duplicate tipsy.js entry from your theme. more info in first post
kira90
Registered User
Posts: 5
Joined: Fri May 10, 2013 6:36 pm

Re: [RC2] phpBB Ajax Like

Post by kira90 »

Here is my overal header and i guess tipsy.js not duplicate here.

Code: Select all

<!-- INCLUDE styleswitcher.html -->
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="{S_CONTENT_DIRECTION}" lang="{S_USER_LANG}" xml:lang="{S_USER_LANG}">
<head>
<link href="/styles/kinetic/template/beny.css" rel="stylesheet" type="text/css" />
{SEO_BASE_HREF}
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-style-type" content="text/css" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="resource-type" content="document" />
<meta name="distribution" content="global" />
<meta name="copyright" content="2000, 2002, 2005, 2007 phpBB Group" />
<meta name="keywords" content="" />
<meta name="description" content="" />
{META}
<title>{SITENAME} &bull; <!-- IF S_IN_MCP -->{L_MCP} &bull; <!-- ELSEIF S_IN_UCP -->{L_UCP} &bull; <!-- ENDIF -->{PAGE_TITLE}</title>

<!-- IF S_ENABLE_FEEDS -->
<!-- IF S_ENABLE_FEEDS_OVERALL --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {SITENAME}" href="{U_FEED}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_NEWS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_NEWS}" href="{U_FEED}?mode=news" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUMS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_ALL_FORUMS}" href="{U_FEED}?mode=forums" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_NEW}" href="{U_FEED}?mode=topics" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPICS_ACTIVE --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FEED_TOPICS_ACTIVE}" href="{U_FEED}?mode=topics_active" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_FORUM and S_FORUM_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_FORUM} - {FORUM_NAME}" href="{U_FEED}?f={S_FORUM_ID}" /><!-- ENDIF -->
	<!-- IF S_ENABLE_FEEDS_TOPIC and S_TOPIC_ID --><link rel="alternate" type="application/atom+xml" title="{L_FEED} - {L_TOPIC} - {TOPIC_TITLE}" href="{U_FEED}?f={S_FORUM_ID}&t={S_TOPIC_ID}" /><!-- ENDIF -->
<!-- ENDIF -->

<!-- INCLUDE ../../../rokbb3.php -->
<!-- INCLUDE kinetic.php -->

<!--
	phpBB style name: kinetic
	Based on style:   prosilver (this is the default phpBB3 style)
	Original author:  Tom Beddard ( http://www.subBlue.com/ )
	Modified by: RocketTheme, LLC (C) Copyright. All rights reserved.     
	
	NOTE: This page was generated by phpBB, the free open-source bulletin board package.
	      The phpBB Group is not responsible for the content of this page and forum. For more information
	      about phpBB please visit http://www.phpbb.com
-->
<script type="text/javascript">
// <![CDATA[
	var jump_page = '{LA_JUMP_PAGE}:';
	var on_page = '{ON_PAGE}';
	var per_page = '{PER_PAGE}';
	var base_url = '{A_BASE_URL}';
	var style_cookie = 'phpBBstyle';
	var style_cookie_settings = '{A_COOKIE_SETTINGS}';
	var onload_functions = new Array();
	var onunload_functions = new Array();
	// www.phpBB-SEO.com SEO TOOLKIT BEGIN
	var seo_delim_start = '{SEO_START_DELIM}';
	var seo_static_pagination = '{SEO_SATIC_PAGE}';
	var seo_ext_pagination = '{SEO_EXT_PAGE}';
	var seo_external = {SEO_EXTERNAL};
	var seo_external_sub = {SEO_EXTERNAL_SUB};
	var seo_ext_classes = {SEO_EXT_CLASSES};
	var seo_hashfix = {SEO_HASHFIX};
	// www.phpBB-SEO.com SEO TOOLKIT END
	<!-- IF S_USER_PM_POPUP -->
		if ({S_NEW_PM})
		{
			var url = '{UA_POPUP_PM}';
			window.open(url.replace(/&/g, '&'), '_phpbbprivmsg', 'height=225,resizable=yes,scrollbars=yes, width=400');
		}
	<!-- ENDIF -->

	/**
	* Find a member
	*/
	function find_username(url)
	{
		popup(url, 760, 570, '_usersearch');
		return false;
	}

	/**
	* New function for handling multiple calls to window.onload and window.unload by pentapenguin
	*/
	window.onload = function()
	{
		for (var i = 0; i < onload_functions.length; i++)
		{
			eval(onload_functions[i]);
		}
	}

	window.onunload = function()
	{
		for (var i = 0; i < onunload_functions.length; i++)
		{
			eval(onunload_functions[i]);
		}
	}

// ]]>
</script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/styleswitcher.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/forum_fn.js"></script>

<link href="{T_THEME_PATH}/print.css" rel="stylesheet" type="text/css" media="print" title="printonly" />
<link href="{T_THEME_PATH}/gantry_css/gantry.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="{T_THEME_PATH}/gantry_css/grid-12.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- IF IE_VERSION eq '6'-->
<link href="{T_THEME_PATH}/gantry_css/gantry-ie6.css" rel="stylesheet" type="text/css" media="screen, projection"  />
<!-- ENDIF -->
<link href="{T_THEME_PATH}/gantry_css/joomla.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- IF IE_VERSION eq '6'-->
<link href="{T_THEME_PATH}/gantry_css/joomla-ie6.css" rel="stylesheet" type="text/css" media="screen, projection"  />
<!-- ENDIF -->
<!-- IF IE_VERSION eq '7'-->
<link href="{T_THEME_PATH}/gantry_css/joomla-ie7.css" rel="stylesheet" type="text/css" media="screen, projection" />	
<!-- ENDIF -->
<link href="{T_THEME_PATH}/joomla.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- IF IE_VERSION eq '6'-->
<link href="{T_THEME_PATH}/joomla-ie6.css" rel="stylesheet" type="text/css" media="screen, projection"  />
<!-- ENDIF -->
<link href="{T_THEME_PATH}/<!-- IF KINETIC_STYLE -->{KINETIC_STYLE}<!-- ELSE -->style8<!-- ENDIF -->.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- IF IE_VERSION eq '6'-->
<link href="{T_THEME_PATH}/<!-- IF KINETIC_STYLE -->{KINETIC_STYLE}<!-- ELSE -->style8<!-- ENDIF -->-ie6.css" rel="stylesheet" type="text/css" />
<!-- ENDIF -->
<link href="{T_STYLESHEET_LINK}" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- IF IE_VERSION neq '6' -->
<link href="{T_THEME_PATH}/fusionmenu.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- IF IE_VERSION eq '6'-->
<link href="{T_THEME_PATH}/suckerfish.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- IF IE_VERSION eq '6'-->
<link href="{T_THEME_PATH}/template-ie6.css" rel="stylesheet" type="text/css" media="screen, projection"  />
<!-- ENDIF -->
<!-- IF IE_VERSION eq '7'-->
<link href="{T_THEME_PATH}/template-ie7.css" rel="stylesheet" type="text/css" media="screen, projection"  />
<!-- ENDIF -->
<!-- IF IE_VERSION eq '8'-->
<link href="{T_THEME_PATH}/template-ie8.css" rel="stylesheet" type="text/css" media="screen, projection"  />	
<!-- ENDIF -->
<link href="{T_THEME_PATH}/small.css" rel="alternate stylesheet" type="text/css" title="A--" />
<link href="{T_THEME_PATH}/normal.css" rel="stylesheet" type="text/css" title="A" />
<link href="{T_THEME_PATH}/medium.css" rel="alternate stylesheet" type="text/css" title="A+" />
<link href="{T_THEME_PATH}/large.css" rel="alternate stylesheet" type="text/css" title="A++" />
<!-- ajaxlike -->
<link href="{T_SUPER_TEMPLATE_PATH}/ajaxlike/css/cupertino/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="{T_SUPER_TEMPLATE_PATH}/ajaxlike/css/tipsy.css" rel="stylesheet" type="text/css" />
<!-- ajaxlike -->


<style type="text/css">
#rt-main-surround ul.menu li.active > a, #rt-main-surround ul.menu li.active > .separator, #rt-main-surround ul.menu li.active > .item, h2.title span, #rt-submenu ul.menu li.active > .item, #rt-submenu .nopill ul.menu li > .item:hover, .menutop li.root:hover > .item, .menutop li.root.f-mainparent-itemfocus > .item, .menu-type-splitmenu .menutop li:hover .item {color:<!-- IF KINETIC_LINK_COLOR -->{KINETIC_LINK_COLOR}<!-- ELSE -->#5E8080<!-- ENDIF -->;}
a, body .menutop .nolink, #rt-main-surround ul.menu a:hover, #rt-main-surround ul.menu .separator:hover, #rt-main-surround ul.menu .item:hover   {color:<!-- IF KINETIC_LINK_COLOR -->{KINETIC_LINK_COLOR}<!-- ELSE -->#5E8080<!-- ENDIF -->;}
<!-- IF S_CONTENT_DIRECTION neq 'rtl' -->
<!-- IF AVATAR_POSITION == left -->
	.postprofile {float: left; margin-top: 0px; border: 0px; margin-left: -10px; z-index:900;}
	.postbody {float: right;}
	ul.profile-icons {margin-right: 0px;}
	.online {background-position: 22% 0%;  z-index:901;}
<!-- ENDIF -->	
<!-- IF KINETIC_MENUPOSITION == left or KINETIC_MENUPOSITION == right -->
#postingbox .autowidth {width: 90% !important; }
	#postingbox .column2 { width: 75%; margin-top:-65px; position: relative;}
	#postingbox .column1 { width: 60%;position: relative; z-index:10000;}
	#postingbox fieldset.fields1 dd { margin-left: 15em;}
	#colour_palette dd { margin-left: 5em !important;}
	<!-- PHP -->if (rok_isIe(7)) {print("#postingbox .column2 { width: 75%; margin-top:0px; position: relative; margin-left: -300px;}");}<!-- ENDPHP -->
	<!-- PHP -->if (rok_isIe(6)) {print("#postingbox .column2 { width: 75%; margin-top:0px; position: relative; margin-left: -300px;} #message-box #message {width: 98%;} #cp-main {width:80%;}");}<!-- ENDPHP -->
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF SHOW_KINETIC_PATHWAY -->
	#rt-feature .rt-block {margin-bottom: -10px !important; }
<!-- ENDIF -->
  </style>
  
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/mootools-release-1.11.js"></script>

<!-- IF IE_VERSION eq '6'-->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/gantry-ie6menu.js"></script>
<!-- ENDIF -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/fusion.js"></script>
<!-- IF ENABLE_KINETIC_FONTSPANS -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/gantry-buildspans.js"></script>
<!-- ENDIF -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/gantry-totop.js"></script>
<script type="text/javascript">
                        <!-- IF ENABLE_KINETIC_FONTSPANS -->
			window.addEvent('domready', function() {
				var modules = ['rt-block'];
				var header = ['h3','h2','h1'];
				GantryBuildSpans(modules, header);
			});
                        <!-- ENDIF -->
		        window.addEvent('load', function() {
					new Fusion('ul.menutop', {
						pill: 1,
						effect: 'slide and fade',
						opacity: 1,
						hideDelay: 500,
						centered: 0,
						tweakInitial: {'x': 9, 'y': 8},
        				tweakSubsequent: {'x': 0, 'y': 2},
						menuFx: {duration: 200, transition: Fx.Transitions.Sine.easeOut},
						pillFx: {duration: 250, transition: Fx.Transitions.Sine.easeOut}
					});
	            });
</script>

<!-- IF IE_VERSION eq '6'-->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/belated-png.js"></script>
<script type="text/javascript">
			window.addEvent('domready', function() {
				var pngClasses = ['.png', '#rt-logo', '.stuff', 'h2.title', '.rt-headline', '.feature-arrow-l', '.feature-arrow-r', '#rt-bottom', '.rt-main-inner', '.rokstories-tip'];
				pngClasses.each(function(fixMePlease) {
					DD_belatedPNG.fix(fixMePlease);
				});
			});
</script>
</style>
<!-- ENDIF -->
<!-- IF IE_VERSION neq '6' -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rt_js/gantry-inputs.js"></script>

<!-- ENDIF -->
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
	<link href="{T_THEME_PATH}/bidi.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- IF KINETIC_MENUPOSITION eq 'full' -->	
	  <style type="text/css">
	  .rtl .forabg, .rtl .forumbg {margin-left:10px;margin-right:0px;width:100%;}
	  <!-- IF IE_VERSION eq '6' -->
	   .rtl .forabg, .rtl .forumbg {margin-left:-20px;margin-right:0px;padding-left:0px;width:100%;}
	   .rtl #wrap {position: static;}
	  <!-- ENDIF -->
	  
	  </style>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- IF IE_VERSION eq '7' -->
<style type="text/css">
.forabg,.forumbg {margin-right:-10px;zoom: 1;}
<!-- IF S_CONTENT_DIRECTION eq 'rtl' -->
.forabg,.forumbg {width: 100%;}
ul.leftside {padding-right: 15px;}
<!-- ENDIF -->
</style>
<!-- ENDIF -->

<!-- RokBox phpBB3 Code Start -->
<!-- IF ROKBOX -->
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rokbox/rokbox.js"></script>
<script type="text/javascript" src="{T_TEMPLATE_PATH}/rokbox/themes/<!-- IF ROKBOX_THEME -->{ROKBOX_THEME}<!-- ELSE -->light<!-- ENDIF -->/rokbox-config.js"></script>
<link href="{T_TEMPLATE_PATH}/rokbox/themes/<!-- IF ROKBOX_THEME -->{ROKBOX_THEME}<!-- ELSE -->light<!-- ENDIF -->/rokbox-style.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- IF IE_VERSION eq '6' -->
<link href="{T_TEMPLATE_PATH}/rokbox/themes/<!-- IF ROKBOX_THEME -->{ROKBOX_THEME}<!-- ELSE -->light<!-- ENDIF -->/rokbox-style-ie6.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- IF IE_VERSION eq '7' -->
<link href="{T_TEMPLATE_PATH}/rokbox/themes/<!-- IF ROKBOX_THEME -->{ROKBOX_THEME}<!-- ELSE -->light<!-- ENDIF -->/rokbox-style-ie7.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- IF IE_VERSION eq '8' -->
<link href="{T_TEMPLATE_PATH}/rokbox/themes/<!-- IF ROKBOX_THEME -->{ROKBOX_THEME}<!-- ELSE -->light<!-- ENDIF -->/rokbox-style-ie8.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- ENDIF -->
<!-- ENDIF -->
<!-- RokBox phpBB3 Code End -->
    <!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
    <script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
    <!-- ENDIF -->
<!-- INCLUDE mods/reimg_content.html -->
<!-- IF SCRIPT_NAME == "viewtopic" or SCRIPT_NAME == "posting" or SCRIPT_NAME == "ucp" or SCRIPT_NAME == "search" -->
<script type="text/javascript" src="{ROOT_PATH}/highslide/highslide-with-gallery.js"></script>
<link rel="stylesheet" type="text/css" href="{ROOT_PATH}/highslide/highslide.css" />      
<script type="text/javascript">
	hs.graphicsDir = 'highslide/graphics/';
	hs.align = 'center';
	hs.transitions = ['expand', 'crossfade'];
	hs.fadeInOut = false;
	hs.dimmingOpacity = 0.75;
	hs.wrapperClassName = 'borderless';
	hs.captionOverlay.hideOnMouseOut = true;
	hs.marginLeft = 85;
	hs.marginBottom = 0;
	hs.marginTop = 0;
	hs.numberPosition = 'caption';

	// Adding the Watermark
	hs.registerOverlay({
	html: '<div class="watermark" onclick="return hs.close(this)" title="Close" style="width:120px; height: 120px; background: url(highslide/graphics/watermark.png)"></div>',
	hideOnMouseOut: true,
	opacity: 0.4,
	repeat: false,
	position: 'top right',
	fade: 2 // fading the semi-transparent overlay looks bad in IE
	})

	// Adding the controlbar
	if (hs.addSlideshow) hs.addSlideshow({
		//slideshowGroup: 'group1',
		interval: 3000,
		repeat: false,
		useControls: true,
		fixedControls: true,
		overlayOptions: {
			opacity: .6,
			position: 'top center',
			hideOnMouseOut: true
		},
		thumbstrip: {
			position: 'middle left',
			mode: 'vertical',
			relativeTo: 'viewport'
		}
	});
</script>
<!-- ENDIF -->

<!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - Start //-->
<!-- INCLUDE ./../../abbcode/abbcode_header.html -->
<!-- MOD : MSSTI ABBC3 (v{S_ABBC3_VERSION}) - End //-->
    <!-- IF S_MCHAT_ENABLE and (S_MCHAT_ON_INDEX or U_MCHAT) -->
    <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
    <script type="text/javascript" src="{ROOT_PATH}mchat/jquery_cookie_mini.js"></script>
    <!-- ENDIF -->
<!-- ajaxlike -->
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/ajaxlike/js/common.js"></script>
<script type="text/javascript">
	JQuery_loader("{T_SUPER_TEMPLATE_PATH}/ajaxlike/js/jquery.js");
</script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/ajaxlike/js/jquery-ui.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/ajaxlike/js/jquery.tipsy.js"></script>
<!-- ajaxlike -->
</head>

<body id="phpbb" class="backgroundlevel-<!-- IF IE_VERSION neq '6' --><!-- IF KINETIC_BG_LEVEL -->{KINETIC_BG_LEVEL}<!-- ELSE -->high<!-- ENDIF --><!-- ELSE -->low<!-- ENDIF -->  bodylevel-<!-- IF IE_VERSION neq '6' --><!-- IF KINETIC_BODY_LEVEL -->{KINETIC_BODY_LEVEL}<!-- ELSE -->high<!-- ENDIF --><!-- ELSE -->low<!-- ENDIF --> cssstyle-<!-- IF KINETIC_STYLE -->{KINETIC_STYLE}<!-- ELSE -->style8<!-- ENDIF --> font-family-<!-- IF KINETIC_FONTFACE -->{KINETIC_FONTFACE}<!-- ELSE -->helvetica<!-- ENDIF --> font-size-is-default menu-type-<!-- IF IE_VERSION neq '6' -->fusionmenu<!-- ELSE -->suckerfishmenu<!-- ENDIF -->  section-{SCRIPT_NAME} {S_CONTENT_DIRECTION} col12 articletitle-<!-- IF KINETIC_ARTICLE_COLOR -->{KINETIC_ARTICLE_COLOR}<!-- ELSE -->color1<!-- ENDIF --> showcase-<!-- IF KINETIC_SHOWCASE_COLOR -->{KINETIC_SHOWCASE_COLOR}<!-- ELSE -->color1<!-- ENDIF -->">


<div class="rt-container"> 
						<div id="rt-drawer"> 
								<div class="clear"></div> 
			</div>
                                                <!-- IF SHOW_KINETIC_DATE -->
                                                <div id="rt-top">
		<div class="rt-grid-12 rt-alpha rt-omega">
    		<div class="date-block">
			<span class="date"><!-- IF S_USER_LOGGED_IN -->{LAST_VISIT_DATE}<!-- ELSE -->{CURRENT_TIME}<!-- ENDIF --></span>
		</div>
</div>
				<div class="clear"></div>
			</div>
<!-- ENDIF -->
                                               <div id="picture">
                                               <div align="center">
                                                
<img src="http://l1308.hizliresim.com/1d/t/rwccq.png">

						</div>  
                           </div>     
									<div class="rt-surround-top"></div> 
			<div class="rt-surround"> 
								<div id="rt-header"> 
					
<div class="rt-grid-3 rt-alpha"> 
    			<div class="rt-block"> 
    	    		<a href="<!-- IF KINETIC_LOGO_LINK -->{KINETIC_LOGO_LINK}<!-- ELSE -->{U_INDEX}<!-- ENDIF -->" id="rt-logo"></a></div> 

	    
</div> 
<div class="rt-grid-9 rt-omega"> 
    	<!-- IF S_ALLOW_JMENU -->
                            <!-- IF S_USER_LOGGED_IN -->
                            {T_JOOMLA_MENU_REG}
                            <!-- ELSE -->
                            {T_JOOMLA_MENU}
                            <!-- ENDIF -->
                                                                <!-- ELSE -->
									
									  <ul class="menutop level1">
<li <!-- IF IE_VERSION neq '6' --><!-- IF U_INDEX_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF --><!-- ELSE --><!-- IF U_INDEX_STYLE -->id="current"<!-- ENDIF --><!-- ENDIF -->><a class="orphan item" href="{U_INDEX}" accesskey="h"><span>{L_INDEX}</span></a></li>
 
<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
 
                <li  <!-- IF IE_VERSION neq '6' --><!-- IF U_PROFILE_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF --><!-- ELSE --><!-- IF U_PROFILE_STYLE -->id="current"<!-- ENDIF  --><!-- ENDIF -->><a class="orphan item bullet" href="{U_PROFILE}" title="{L_PROFILE}" accesskey="u"><span>Profil</span></a></li>



<!-- ENDIF -->  
 
 
<li <!-- IF IE_VERSION neq '6' --><!-- IF U_FAQ_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF --><!-- ELSE --><!-- IF U_FAQ_STYLE -->id="current"<!-- ENDIF --><!-- ENDIF -->><a class="orphan item bullet" href="http://www.animeindirtr.com/anime-fansub-calismalari/" title="Fansub"><span>Fansub</span></a></li>
      

	<!-- IF not S_IS_BOT -->
		     <!-- IF not S_USER_LOGGED_IN --><li <!-- IF IE_VERSION neq '6' --><!-- IF U_REGISTER_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF --><!-- ELSE --><!-- IF U_REGISTER_STYLE -->id="current"<!-- ENDIF --><!-- ENDIF -->><a class="orphan item bullet" href="{U_REGISTER}"><span>{L_REGISTER}</span></a></li><!-- ENDIF -->
                    <li <!-- IF IE_VERSION neq '6' --><!-- IF U_LOGIN_LOGOUT_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF --><!-- ELSE --><!-- IF U_LOGIN_LOGOUT_STYLE -->id="current"<!-- ENDIF --><!-- ENDIF -->><a class="orphan item bullet" href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="l"><span>{L_LOGIN_LOGOUT}</span></a></li>
                <!-- ENDIF -->
 <li <!-- IF IE_VERSION neq '6' --><!-- IF U_FAQ_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF --><!-- ELSE --><!-- IF U_FAQ_STYLE -->id="current"<!-- ENDIF --><!-- ENDIF -->><a class="orphan item bullet" href="https://www.facebook.com/AnimeIndirTr" title="Fansub"><span><img src="http://www.animeindirtr.com/images/upload_icons/facebook.png"/></span></a></li>
<li <!-- IF IE_VERSION neq '6' --><!-- IF U_FAQ_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF --><!-- ELSE --><!-- IF U_FAQ_STYLE -->id="current"<!-- ENDIF --><!-- ENDIF -->><a class="orphan item bullet" href="https://plus.google.com/101631353312076114700" title="Fansub"><span><img src="http://www.animeindirtr.com/images/upload_icons/google+.png"/></span></a></li>
<li <!-- IF IE_VERSION neq '6' --><!-- IF U_FAQ_STYLE -->class="active root"<!-- ELSE -->class="root"<!-- ENDIF --><!-- ELSE --><!-- IF U_FAQ_STYLE -->id="current"<!-- ENDIF --><!-- ENDIF -->><a class="orphan item bullet" href="https://twitter.com/animeindirTR" title="Fansub"><span><img src="http://www.animeindirtr.com/images/upload_icons/twitter.png"/></span></a></li>
 
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="9NYMQBPBDX3JJ">
<input type="image" src="http://www.animeindirtr.com/images/bagis.png" border="0" name="submit" alt="PayPal - Online ödeme yapmanın daha güvenli ve kolay yolu!">
<img alt="" border="0" src="https://www.paypalobjects.com/tr_TR/i/scr/pixel.gif" width="1" height="1">
</form>
</ul>
                    <!-- ENDIF -->
		    <!-- IF ALLOW_KINETIC_COLORSWITCHER -->
		     <!-- IF IE_VERSION neq '6' -->
		      <script type="text/javascript">
window.addEvent('load', function() {
					new Fusion('ul#stylesw', {
                                               pill: 1,
						effect: 'slide and fade',
						opacity: 1,
						hideDelay: 500,
						centered: 0,
						tweakInitial: {'x': 9, 'y': 8},
        				tweakSubsequent: {'x': 0, 'y': 2},
						menuFx: {duration: 200, transition: Fx.Transitions.Sine.easeOut},
						pillFx: {duration: 250, transition: Fx.Transitions.Sine.easeOut}
					});
	            });

  </script>
		<!-- ENDIF -->    







		    <!-- ENDIF -->
</div> 
					<div class="clear"></div> 
				</div> 
				<div id="rt-showcase"> 
										<div class="rt-header-spacer"></div> 
															<div class="clear"></div> 
				</div> 
				<div id="rt-main-divider"></div> 
								<div id="rt-main-surround"> 
										<div id="rt-feature">
						<div class="rt-grid-6 rt-alpha">
                        <div class="rt-block">
				<div class="module-content">

	                					<div class="module-inner">
	              		<!-- IF S_DISPLAY_SEARCH and not S_IN_SEARCH -->
				<form action="{U_SEARCH}" method="post" id="rokajaxsearch" class="light">
<div class="rokajaxsearch">
	<div class="roksearch-wrapper">
		<input name="keywords" id="roksearch_search_str" type="text"  title="{L_SEARCH_KEYWORDS}" class="inputbox" value="<!-- IF SEARCH_WORDS-->{SEARCH_WORDS}<!-- ELSE -->{L_SEARCH_MINI}<!-- ENDIF -->" onclick="if(this.value=='{LA_SEARCH_MINI}')this.value='';" onblur="if(this.value=='')this.value='{LA_SEARCH_MINI}';" />
		
	</div>
	
	<div class="search_options">
			<label style="float: left; margin-right: 8px">
			<input type="radio" name="search_advanced" value="local" checked="checked" /><a href="{U_SEARCH}" title="{L_SEARCH_ADV_EXPLAIN}">{L_SEARCH_ADV}</a> {S_SEARCH_HIDDEN_FIELDS}			</label>

					</div>
	
		<div class="clr"></div>
	
	<div id="roksearch_results"></div>
</div>
<div id="rokajaxsearch_tmp" style="visibility:hidden;display:none;"></div>
</form><!-- ENDIF -->		
<!-- Bu etiketi, +1 düğmesi adlı widget'ın oluşturulmasını istediğiniz yere ekleyin. -->
<div class="g-plusone" data-annotation="inline" data-width="300"></div>

<!-- Bu etiketi son +1 düğmesi etiketinin arkasına ekleyin. -->
<script type="text/javascript">
  window.___gcfg = {lang: 'tr'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script>
			</div>
				</div>
            </div>


        	
</div>
  <!-- IF SHOW_KINETIC_FONT -->
        <div class="rt-grid-6 rt-omega">
        		<div class="rt-block">
			<div id="rt-accessibility">
				<div class="rt-desc">Text Size</div>
				<div id="rt-buttons">
<a href="#" onclick="fontsizedown(); return false;" onkeypress="fontsizedown(); return false;"  title="{L_CHANGE_FONT_SIZE}" class="small"><span class="button"></span></a>
<a href="#" onclick="fontsizeup(); return false;" onkeypress="fontsizeup(); return false;" title="{L_CHANGE_FONT_SIZE}" class="large"><span class="button"></span></a>
				</div>
			</div>
			<div class="clear"></div>
		</div>
		

    </div>
	<!-- ENDIF -->						<div class="clear"></div>
					</div>

                                                                                                                        
                                                                                                                        <div id="rt-breadcrumbs"> 
			<!-- IF SHOW_KINETIC_PATHWAY -->
                        <div class="rt-breadcrumb-surround">
<a href="{U_INDEX}" id="breadcrumbs-home"></a><span class="breadcrumbs pathway">
<span class="no-link">{L_INDEX}</span><!-- BEGIN navlinks --> <img src="{T_THEME_PATH}/images/arrow.png" alt=""  /><a href="{navlinks.U_VIEW_FORUM}">{navlinks.FORUM_NAME}</a><!-- END navlinks --></span>
					</div>
                        <!-- ENDIF -->
                                                <div class="clear"></div>
                                                
					</div>
                                        
       
                                        
                                        
																			              <div id="rt-main" class="mb9-sa3"> 
                <div class="rt-main-inner"> 
                     <div class="rt-grid-<!-- IF KINETIC_MENUPOSITION eq 'full' -->12<!-- ELSE -->9 <!-- ENDIF -->"> 
                                                <div class="rt-block"> 
                                                        <div id="rt-mainbody"> 
                                
<div class="rt-joomla "> 
	
	<div class="rt-article"> 
	
				
				<div class="rt-headline"><h1 class="rt-article-title"><!-- IF FORUM_NAME -->{FORUM_NAME}<!-- ELSE -->{PAGE_TITLE}<!-- ENDIF --></h1>		</div> 

				<div class="module-title">
		<div align="center"> 
    <a href="http://www.animeevim.com" rel="dofollow" title="Anime ve Manga Ürün Satış Sitesi" target="_blank"><img src="http://www.animeevim.com/reklam/468x60-reklam.gif" title="Anime ve Manga Ürün Satış Sitesi" /></a></div>
		<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
		<ul class="linklist leftside">	
                <li class="icon-ucp">
					<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
						<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->                   
					<!-- IF S_DISPLAY_SEARCH --> 
                    <!-- Ajax like notification -->
                    <!-- IF AJAXLIKE_ENABLE -->
                    &bull;
					(<a href="#" onclick="ajaxlike_liked_listbox('{AJAXLIKE_NOTIFY_CALLBACK}'); return false;"><span id="ajaxlike_not_new"><b>{AL_NEW_LIKE}</b>{L_AL_LIKE_NEW}</span></a>)
					<!-- ENDIF -->
                    <!-- Ajax like notification -->                      
                    &bull;
					<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
					<!-- ENDIF -->
					<!-- IF U_RESTORE_PERMISSIONS --> &bull;
					<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
					<!-- ENDIF -->                  
				</li>
			</ul>
            <!-- ENDIF -->
			
				<ul class="linklist rightside">
				<!-- IF S_MCHAT_ENABLE and U_MCHAT --><li class="icon-bump"><a href="{U_MCHAT}#mChat" title="{L_MCHAT_TITLE}">{L_MCHAT_TITLE}</a></li><!-- ENDIF -->                
				<!-- IF not S_IS_BOT -->
					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
					<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>
	    
 
<div id="wrap">
	<a id="top" name="top" accesskey="t"></a>
	<div id="page-header">

<!-- IF KINETIC_MENUPOSITION eq 'full' or KINETIC_MENUPOSITION eq 'fluid' -->
		<div class="navbar">
			<div class="inner">
			<!-- IF not S_IS_BOT and S_USER_LOGGED_IN -->
			<ul class="linklist leftside">
				<li class="icon-ucp">
					<a href="{U_PROFILE}" title="{L_PROFILE}" accesskey="e">{L_PROFILE}</a>
						<!-- IF S_DISPLAY_PM --> (<a href="{U_PRIVATEMSGS}">{PRIVATE_MESSAGE_INFO}</a>)<!-- ENDIF -->
					<!-- IF S_DISPLAY_SEARCH --> &bull;
					<a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>
					<!-- ENDIF -->
					<!-- IF U_RESTORE_PERMISSIONS --> &bull;
					<a href="{U_RESTORE_PERMISSIONS}">{L_RESTORE_PERMISSIONS}</a>
					<!-- ENDIF -->
                    
				</li>
			</ul>
			<!-- ENDIF -->

			<ul class="linklist rightside">
				<li class="icon-faq"><a href="{U_FAQ}" title="{L_FAQ_EXPLAIN}">{L_FAQ}</a></li>
                				<!-- IF S_MCHAT_ENABLE and U_MCHAT --><li class="icon-bump"><a href="{U_MCHAT}#mChat" title="{L_MCHAT_TITLE}">{L_MCHAT_TITLE}</a></li><!-- ENDIF -->
				<!-- IF not S_IS_BOT -->
					<!-- IF S_DISPLAY_MEMBERLIST --><li class="icon-members"><a href="{U_MEMBERLIST}" title="{L_MEMBERLIST_EXPLAIN}">{L_MEMBERLIST}</a></li><!-- ENDIF -->
					<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED and not (S_SHOW_COPPA or S_REGISTRATION) --><li class="icon-register"><a href="{U_REGISTER}">{L_REGISTER}</a></li><!-- ENDIF -->
					<li class="icon-logout"><a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}" accesskey="x">{L_LOGIN_LOGOUT}</a></li>
				<!-- ENDIF -->
			</ul>
</div>
		</div>

<!-- ENDIF -->
	</div>

	<a name="start_here"></a>
	<div id="page-body">
		<!-- IF S_BOARD_DISABLED and S_USER_LOGGED_IN and (U_MCP or U_ACP) -->
		<div id="information" class="rules">
			<div class="inner"><span class="corners-top"><span></span></span>
				<strong>{L_INFORMATION}:</strong> {L_BOARD_DISABLED}
			<span class="corners-bottom"><span></span></span></div>
		</div>
		<!-- ENDIF -->

<!-- INCLUDE announcement_centre.html -->

<div align="center">


</div>
<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-36874324-1']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
<!-- Histats.com  START (hidden counter)-->
<script type="text/javascript">document.write(unescape("%3Cscript src=%27http://s10.histats.com/js15.js%27 type=%27text/javascript%27%3E%3C/script%3E"));</script>
<a href="http://www.histats.com" target="_blank" title="" ><script  type="text/javascript" >
try {Histats.start(1,2231147,4,0,0,0,"");
Histats.track_hits();} catch(err){};
</script></a>
<noscript><a href="http://www.histats.com" target="_blank"><img  src="http://sstatic1.histats.com/0.gif?2231147&101" alt="" border="0"></a></noscript>
<!-- Histats.com  END  -->

<style>img,a{border:0;}#on{visibility:visible;}#off{visibility:hidden;}#facebook_div{width:396px;height:353px;overflow:hidden;}#twitter_div{width:246px;height:353px;overflow:hidden;}#google_plus_div{width:152px;height:97px;overflow:hidden;margin-left:50px;margin-top:10px;}#knfeedburner_div{width:300px;height:97px;margin-top:25px;overflow:hidden;}#kakinetwork_div{width:300px;height:97px;overflow:hidden;}/* right side style */#facebook_right{z-index:10005;border:2px solid #3c95d9;background-color:#fff;width:196px;height:353px;position:fixed;right:-200px;}#facebook_right img{position:absolute;top:-2px;left:-35px;}#facebook_right iframe{border:0px solid #3c95d9;overflow:hidden;position:static;height:360px;left:-2px;top:-3px;}#twitter_right{z-index:10004;border:2px solid #6CC5FF;background-color:#6CC5FF;width:246px;height:353px;position:fixed;right:-250px;}#twitter_right_img{position:absolute;top:-2px;left:-35px;border:0;}#google_plus_right{z-index:10003;background-color:#f2f2f2;border:2px solid #006ec9;border-top:2px solid #0056a0;border-bottom:2px solid #0056a0;border-right:2px solid #0056a0;border-left:hidden;width:152px;height:97px;position:fixed;right:-154px;}#google_plus_right_img{position:absolute;top:-2px;left:-33px;border:0;}#feedburner_right{z-index:10003;background-color:#fefefe;border:2px solid #5b5b5b;border-top:2px solid #5b5b5b;border-bottom:2px solid #5b5b5b;border-right:2px solid #5b5b5b;border-left:hidden;width:300px;height:97px;position:fixed;right:-303px;}#feedburner_right_img{position:absolute;top:-2px;left:-33px;border:0;}#kakinetwork_right{z-index:10003;border:2px solid #303030;background-color:#fff;width:300px;height:97px;position:fixed;}#kakinetwork_right img{position:absolute;top:-2px;left:-101px;}/* left side style */#facebook_left{z-index:10005;border:2px solid #3c95d9;background-color:#fff;width:296px;height:353px;position:fixed;left:-200px;}#facebook_left img{position:absolute;top:-2px;right:-35px;}#facebook_left iframe{border:0px solid #3c95d9;overflow:hidden;position:static;height:360px;right:-2px;top:-3px;}#twitter_left{z-index:10004;border:2px solid #6CC5FF;background-color:#6CC5FF;width:246px;height:353px;position:fixed;left:-250px;}#twitter_left_img{position:absolute;top:-2px;right:-35px;border:0;}#google_plus_left{z-index:10003;background-color:#006ec9;border:2px solid #006ec9;border-top:2px solid #0056a0;border-bottom:2px solid #0056a0;border-left:2px solid #0056a0;border-right:hidden;width:152px;height:97px;position:fixed;left:-154px;}#google_plus_left_img{position:absolute;top:-2px;right:-33px;border:0;}#feedburner_left{z-index:10003;background-color:#fefefe;border:2px solid #5b5b5b;border-top:2px solid #5b5b5b;border-bottom:2px solid #5b5b5b;border-left:2px solid #5b5b5b;border-right:hidden;width:300px;height:97px;position:fixed;left:-303px;}#feedburner_left_img{position:absolute;top:-2px;right:-33px;border:0;}#kakinetwork_left{z-index:10003;border:2px solid #303030;background-color:#fff;width:300px;height:97px;position:fixed;}#kakinetwork_left img{position:absolute;top:-2px;right:-101px;}.box-title1{border:1px solid #ddd;/*border-radius*/-webkit-border-radius:6px;-moz-border-radius:6px;border-radius:6px;/*box-shadow*/-webkit-box-shadow:5px 5px 5px #CCCCCC;-moz-box-shadow:5px 5px 5px #CCCCCC;box-shadow:5px 5px 5px #CCCCCC;padding:10px;margin:10px 0;}.enteryouremail{background:#fff !important;border:1px solid #d2d2d2;padding:0px 8px 0px 8px;color:#a19999;font-size:12px;height:25px;width:165px;/*border-radius*/-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;margin:0px;}.submitbutton{background:#f2f2f2;border:1px solid #F66303;/*box-shadow*/-webkit-box-shadow:3px 3px 3px #666;box-shadow:3px 3px 3px #666;font:bold 12px Arial, sans-serif;color:#000000;height:25px;padding:0 12px 0 12px;margin:0 0 0 5px;/*border-radius*/-webkit-border-radius:5px;border-radius:5px;cursor:pointer;}</style><script src='http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js'></script><script type="text/javascript" src="http://apis.google.com/js/plusone.js"></script><script type="text/javascript">jQuery(document).ready(function(){ jQuery("#facebook_right").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#facebook_right").stop(true,false).animate({right: -200}, 500); });    jQuery("#twitter_right").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#twitter_right").stop(true,false).animate({right: -250}, 500); });     jQuery("#google_plus_right").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#google_plus_right").stop(true,false).animate({right: -154}, 500); });    jQuery("#feedburner_right").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#feedburner_right").stop(true,false).animate({right: -303}, 500); });    });</script><div id="on"><div id="facebook_right" style="top: 18%;"><div id="facebook_div"><img src="http://4.bp.blogspot.com/-pzM3IebaPHg/T3BF_Cp5ChI/AAAAAAAABTA/uPlhRvqJF2Y/s1600/helperblogger.com-facebook-icon.png" alt="" /><iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2FAnimeIndirTr&width=200&height=290&colorscheme=light&show_faces=true&header=true&stream=false&show_border=true" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:200px; height:290px;" allowTransparency="true"></iframe></div></div></div><div id="on"><div id="twitter_right" style="top: 35%;"><div id="twitter_div"><img id="twitter_right_img" src="http://2.bp.blogspot.com/-DoXgccAh568/T3BGBaBhUUI/AAAAAAAABTY/apMnhTjbnnU/s1600/helperblogger.com-twitter-icon.png" /><a class="twitter-timeline"  href="https://twitter.com/animeindirTR"  data-widget-id="365120217866706946">@animeindirTR kullanıcısından Tweetler</a>
<script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0],p=/^http:/.test(d.location)?'http':'https';if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src=p+"://platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script>
</div></div></div><div id="on"><div id="google_plus_right" style="top: 52%;"><div id="google_plus_div"><img id="google_plus_right_img" src="http://1.bp.blogspot.com/-08OfKvSFgp8/T3BF_ifkYhI/AAAAAAAABTI/H-tCpPulBME/s1600/helperblogger.com-google-plus-icon.png" /><div style="float:left;margin:10px 10px 10px 0;"><!-- Place this tag where you want the +1 button to render. -->
<div class="g-plusone" data-href="https://plus.google.com/101631353312076114700"></div>

<!-- Place this tag after the last +1 button tag. -->
<script type="text/javascript">
  window.___gcfg = {lang: 'tr'};

  (function() {
    var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
    po.src = 'https://apis.google.com/js/plusone.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
  })();
</script></div></div></div></div>
kira90
Registered User
Posts: 5
Joined: Fri May 10, 2013 6:36 pm

Re: [RC2] phpBB Ajax Like

Post by kira90 »

Thanks for no answer i solved the problem <script src='http://ajax.googleapis.com/ajax/libs/jq ... '></script> this code was problem i delete it and problem solved.
User avatar
emosbat
Registered User
Posts: 564
Joined: Sat Jan 28, 2012 1:25 pm

Re: [RC2] phpBB Ajax Like

Post by emosbat »

I said that could be duplicate entry :)
Behrlihn
Registered User
Posts: 1
Joined: Wed Dec 04, 2013 2:50 pm

Re: [RC2] phpBB Ajax Like

Post by Behrlihn »

Hi,

got this Problem:
Error `jQuery Pack for phpBB` MOD not found.
And firebug says this:
ReferenceError: jQuery is not defined


})(jQuery);
Can't find the probem :(


already uninstalled and re-installed jquery+ajax like mod

there are no other mods installed yet. i use we_universal theme + german language. i did everything step by step - 3 times now

even if i deactivate both mods in acp the error shows up. there was a guys having exactly the same error here in this thread, but there was no solution offered - maybe this time there is one

if you need the overall header/footer or anything else just let me know

edit: i found out that if i delete those lines in overall_header:

Code: Select all

	<!-- ajaxlike -->
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/ajaxlike/js/jquery.tipsy.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/ajaxlike/js/common.js"></script>
<!-- ajaxlike -->
then no error appers, but mods doesnt work then obviously
eleni25
Registered User
Posts: 198
Joined: Wed Apr 26, 2006 10:30 am

Re: [RC2] phpBB Ajax Like

Post by eleni25 »

i have the same problem,any ideas?
User avatar
emosbat
Registered User
Posts: 564
Joined: Sat Jan 28, 2012 1:25 pm

Re: [RC2] phpBB Ajax Like

Post by emosbat »

search for all jquery.js entries and remove them from theme.
just install and use jquery pack for phpbb.
Rob-Rah
Registered User
Posts: 36
Joined: Tue Sep 07, 2004 9:53 pm

Re: [RC2] phpBB Ajax Like

Post by Rob-Rah »

Hello,

I have been trying out this MOD a few weeks. I like it, and reconfigured the jquery-ui.css from their own site to get colours and styles to match what I need:

A few issues though, which I can illustrate with my site if it's helpful:

1) The "n likes received" link at the top-left of the main page is a bit flaky. It works well when on some pages, but not others:

Works fine eg. here: http://www.ukorchidforum.com and http://www.ukorchidforum.com/viewforum.php?f=20

Doesn't work on this one at all (for me): http://www.ukorchidforum.com/viewtopic.php?t=8286

And when you are on a webpage within a subdirectory of the root, it displays the data in the jquery box fine, but clicking on a link in this jquery box follows the filepath from the screen behind, which is not correct (this screen is a subdirectory).

eg: http://www.ukorchidforum.com/gallery/index.php

So somewhere in some code it must be referring to a structure like ./folder whereas it needs to refer to [root]/folder. Any ideas where this change is needed?


2) When displaying multiple likes beside a post, it says (eg.) "2 people like this" just fine. However, the text/alt hover-over brings up the usernames separated by the actual text <br/>. I am not sure that the alt supports the html separation here: it isn't showing it right in any case. I think that using &#10 or &#13 would work... but this might not work in all browsers. A css on-hover command would work.

Example on here: http://www.ukorchidforum.com/viewtopic.php?f=8&t=8329


3) On the same subject, and on the same link on my forum, the "2 people like this" link is not launching the fulllistbox for me to provide details. The HTML code renders like this:

Code: Select all

<a href="#" onclick="ajaxlike_fulllistbox(69419,8329,8,'./viewtopic.php','Liked at'); return false;" class="ajaxlike_link ajaxlike_tooltip" title="lmpgs<br />RosieC">2 people</a>
This does nothing though, although I can see the ajaxlike_fulllistbox function defined in the js file in use. Is there some problem with this function in the subsilver version, as that's what I am using?


4) Deleted posts and posts from deleted members are still counted in likes and liked totals, with no way to recalculate and refresh the real totals.


5) A small, but nagging point.... when you open the jquery box of "n likes received" you can either click on the username of the person who liked your post, or you can click on the word "post" of "... likes your post". The annoying thing is that the actual username is not being returned using the css hyperlink style. I would like the username to be formatted using my css hyperlink definition (on my forum, a red bold text, the same as the word "post" is in that jquery box). Somehow this needs the class="ajaxlike_link" applying to it, but I have not located where to do this as the logic behind deriving the link is different from the post link itself.

Many thanks for the excellent work so far!

Rob.
http://www.ukorchidforum.com
User avatar
emosbat
Registered User
Posts: 564
Joined: Sat Jan 28, 2012 1:25 pm

Re: [RC2] phpBB Ajax Like

Post by emosbat »

1) The "n likes received" link at the top-left of the main page is a bit flaky. It works well when on some pages, but not others:

Works fine eg. here: http://www.ukorchidforum.com and http://www.ukorchidforum.com/viewforum.php?f=20

Doesn't work on this one at all (for me): http://www.ukorchidforum.com/viewtopic.php?t=8286


- make sure you applied modifies correctly especially in includes/language/YOUR_LANG/common.php, includes/constant.php and includes/function.php

And when you are on a webpage within a subdirectory of the root, it displays the data in the jquery box fine, but clicking on a link in this jquery box follows the filepath from the screen behind, which is not correct (this screen is a subdirectory).

eg: http://www.ukorchidforum.com/gallery/index.php


- we use standard $phpbb_root_path that some mods may change it.


2) When displaying multiple likes beside a post, it says (eg.) "2 people like this" just fine. However, the text/alt hover-over brings up the usernames separated by the actual text <br/>. I am not sure that the alt supports the html separation here: it isn't showing it right in any case. I think that using &#10 or &#13 would work... but this might not work in all browsers. A css on-hover command would work.

Example on here: http://www.ukorchidforum.com/viewtopic.php?f=8&t=8329


remove all duplicate jquery.js like this one:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/j ... "></script>


3) On the same subject, and on the same link on my forum, the "2 people like this" link is not launching the fulllistbox for me to provide details. The HTML code renders like this:

Code: Select all

<a href="#" onclick="ajaxlike_fulllistbox(69419,8329,8,'./viewtopic.php','Liked at'); return false;" class="ajaxlike_link ajaxlike_tooltip" title="lmpgs<br />RosieC">2 people</a>
This does nothing though, although I can see the ajaxlike_fulllistbox function defined in the js file in use. Is there some problem with this function in the subsilver version, as that's what I am using?
maybe for that jquery I said. you can install firebug and see what error occur on click.
4) Deleted posts and posts from deleted members are still counted in likes and liked totals, with no way to recalculate and refresh the real totals.
I may add this in next version.
5) A small, but nagging point.... when you open the jquery box of "n likes received" you can either click on the username of the person who liked your post, or you can click on the word "post" of "... likes your post". The annoying thing is that the actual username is not being returned using the css hyperlink style. I would like the username to be formatted using my css hyperlink definition (on my forum, a red bold text, the same as the word "post" is in that jquery box). Somehow this needs the class="ajaxlike_link" applying to it, but I have not located where to do this as the logic behind deriving the link is different from the post link itself.
you can chage css from /theme/ajaxlike.css and then rebuild your theme
Rob-Rah
Registered User
Posts: 36
Joined: Tue Sep 07, 2004 9:53 pm

Re: [RC2] phpBB Ajax Like

Post by Rob-Rah »

emosbat wrote:
1) The "n likes received" link at the top-left of the main page is a bit flaky. It works well when on some pages, but not others:

Works fine eg. here: http://www.ukorchidforum.com and http://www.ukorchidforum.com/viewforum.php?f=20

Doesn't work on this one at all (for me): http://www.ukorchidforum.com/viewtopic.php?t=8286


- make sure you applied modifies correctly especially in includes/language/YOUR_LANG/common.php, includes/constant.php and includes/function.php


All the code if modified correctly. The link is in the overall header template only. I'll have a look at the viewtopic.php file and check if it seems to be including the relevant php files which have been modded though. I'll get back to you on that...

And when you are on a webpage within a subdirectory of the root, it displays the data in the jquery box fine, but clicking on a link in this jquery box follows the filepath from the screen behind, which is not correct (this screen is a subdirectory).

eg: http://www.ukorchidforum.com/gallery/index.php
- we use standard $phpbb_root_path that some mods may change it.
I am at a loss about this bit. The raw page html is displaying the link with a dot as the root, instead of the actual root address, eg here is the resultant html it makes:

Code: Select all

<a href="./viewtopic.php?f=9&t=8281&p=69185#p69185" class="ajaxlike_link">post</a>
This is coming direct from the ajaxlike code somewhere, not something related to another mod. Can you say which piece of the mod generates the actual links within the "List of new likes".
2) When displaying multiple likes beside a post, it says (eg.) "2 people like this" just fine. However, the text/alt hover-over brings up the usernames separated by the actual text <br/>. I am not sure that the alt supports the html separation here: it isn't showing it right in any case. I think that using &#10 or &#13 would work... but this might not work in all browsers. A css on-hover command would work.

Example on here: http://www.ukorchidforum.com/viewtopic.php?f=8&t=8329
remove all duplicate jquery.js like this one:
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/j ... "></script>
Can you clarify what I should be seeing in the html header for jquery? I currently have this before the HEAD:

Code: Select all

<!-- IF JQPACK_ENABLE -->
<!-- IF JQPACK_AT_HEADER -->
<!-- jQuery Pack for phpBB -->
<!-- IF JQPACK_USE_GOOGLE -->
<script type="text/javascript">window.jQuery || document.write("\x3Cscript src='//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js'>\x3C/script>");</script>
<!-- ELSE -->
<script type="text/javascript">window.jQuery || document.write("\x3Cscript src='{ROOT_PATH}jquerypack/jquery.js'>\x3C/script>");</script>
<!-- ENDIF -->
<!-- IF JQPACK_NO_CONFLICT -->
<script type="text/javascript">

	// you may use `$jqpack_JQuery` instead of `$` and `jQuery` in your MODs.
	var $jqpack_JQuery = $.noConflict();

	if(!window.$) {
		window.$ = $jqpack_JQuery;
	}
	if(!window.jQuery) {
		window.jQuery = $jqpack_JQuery;
	}

</script>
<!-- ENDIF -->
<!-- IF JQPACK_UI_ENABLE -->
<!-- IF JQPACK_USE_GOOGLE -->
<script type="text/javascript">window.jQuery.ui || document.write("\x3Cscript src='//ajax.googleapis.com/ajax/libs/jqueryui/1/jquery-ui.min.js'>\x3C/script>");</script>
<!-- ELSE -->
<script type="text/javascript">window.jQuery.ui || document.write("\x3Cscript src='{ROOT_PATH}jquerypack/jquery-ui.js'>\x3C/script>");</script>
<!-- ENDIF -->
<!-- ENDIF -->
<!-- /jQuery Pack for phpBB -->
<!-- ENDIF -->
<!-- ENDIF -->
And this inside the HEAD

Code: Select all

<!-- ajaxlike -->
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/ajaxlike/js/jquery.tipsy.js"></script>
<script type="text/javascript" src="{T_SUPER_TEMPLATE_PATH}/ajaxlike/js/common.js"></script>
<!-- ajaxlike -->
<!-- ajaxlike -->
<link href="{T_THEME_PATH}/ajaxlike.css" rel="stylesheet" type="text/css" />
<link href="{T_SUPER_TEMPLATE_PATH}/ajaxlike/css/cupertino/jquery-ui.css" rel="stylesheet" type="text/css" />
<link href="{T_SUPER_TEMPLATE_PATH}/ajaxlike/css/tipsy.css" rel="stylesheet" type="text/css" />
<!-- ajaxlike -->
3) On the same subject, and on the same link on my forum, the "2 people like this" link is not launching the fulllistbox for me to provide details. The HTML code renders like this:

Code: Select all

<a href="#" onclick="ajaxlike_fulllistbox(69419,8329,8,'./viewtopic.php','Liked at'); return false;" class="ajaxlike_link ajaxlike_tooltip" title="lmpgs<br />RosieC">2 people</a>
This does nothing though, although I can see the ajaxlike_fulllistbox function defined in the js file in use. Is there some problem with this function in the subsilver version, as that's what I am using?
maybe for that jquery I said. you can install firebug and see what error occur on click.
Firebug sees no error at all! If I can sort out any jquery duplicates I'll see again.
4) Deleted posts and posts from deleted members are still counted in likes and liked totals, with no way to recalculate and refresh the real totals.
I may add this in next version.
5) A small, but nagging point.... when you open the jquery box of "n likes received" you can either click on the username of the person who liked your post, or you can click on the word "post" of "... likes your post". The annoying thing is that the actual username is not being returned using the css hyperlink style. I would like the username to be formatted using my css hyperlink definition (on my forum, a red bold text, the same as the word "post" is in that jquery box). Somehow this needs the class="ajaxlike_link" applying to it, but I have not located where to do this as the logic behind deriving the link is different from the post link itself.
you can chage css from /theme/ajaxlike.css and then rebuild your theme
Thanks, the problem is that this link is not being given a style at all. If it had a style I could modify that style. Can you tell me what bit of the mod generates the actual html links which appear in the "List of new likes" box?
hm14
Registered User
Posts: 4
Joined: Wed Jan 15, 2014 11:56 pm

Re: [RC2] phpBB Ajax Like

Post by hm14 »

Hello.

I've the avatars on the left side.

So how to fix this:
Image

The online badge is under the avatar and the white dividing line is under all the information too. :(
User avatar
tbackoff
Former Team Member
Posts: 7068
Joined: Thu Jun 04, 2009 1:41 am
Location: cheerleading practice
Name: Tabitha Backoff

Re: [RC2] phpBB Ajax Like

Post by tbackoff »

Is this related to the MOD at all? Did it happen after installing this MOD?
Flying is the second best thrill to cheerleaders; being caught is the first.
Locked

Return to “[3.0.x] MODs in Development”