الدعم العربي
How to add this link beside thread subject - نسخة قابلة للطباعة

+- الدعم العربي (https://www.mybbarab.com)
+-- قسم : :: . + الأقسام الإدارية + . :: (https://www.mybbarab.com/forum-36.html)
+--- قسم : الأرشـيـف (https://www.mybbarab.com/forum-39.html)
+---- قسم : تطوير منتديات MyBB 1.2 (https://www.mybbarab.com/forum-86.html)
+----- قسم : استايلات و قوالب منتديات ماى بى بى mybb (https://www.mybbarab.com/forum-4.html)
+----- الموضوع : How to add this link beside thread subject (/thread-2454.html)



How to add this link beside thread subject - MGadAllah - 2008-02-04

Hi
I've an account with the service www.addthis.com
I'd like to know where exactly to add this link
كود :
<!-- AddThis Bookmark Button BEGIN -->
<script type="text/javascript">
  addthis_url    = location.href;  
  addthis_title  = document.title;  
  addthis_pub    = 'mgadallah';    
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>
<!-- AddThis Bookmark Button END -->
to let it appear like this:
[صورة: threadviewda9.th.png]
I've tried to add it to different templates but was really unluck to let it be placed at this exact place.

I hope you can help me.
Thanks


Re: How to add this link beside thread subject - Pepo - 2008-02-04

it's in your showthread templates
find
كود :
<strong>{$rating} {$thread['subject']} </strong>
replace with
كود :
<strong>{$rating} {$thread['subject']} </strong> <script type="text/javascript">
  addthis_url    = location.href;  
  addthis_title  = document.title;  
  addthis_pub    = 'mgadallah';    
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script>

I don't think it'll be valid html that way. but I think it'll display as well..


Re: How to add this link beside thread subject - MGadAllah - 2008-02-05

الحمد لله
شكرا جدا يا بيبو
طيب ممكن نخليها فى الوسط بدل ما هى موجودة النلحيه الشمال؟
أنا باقصد نخلى العنوان بتاع الموضوع زى ما هو ناحية الشمال بس نخلى اللينك ده بس هو اللى موجود فى الوسط


Re: How to add this link beside thread subject - Pepo - 2008-02-05

مش متأكد ممكن تجرب تحطه بالشكل ده
كود :
<strong>{$rating} {$thread['subject']} </strong> <div align="center"><script type="text/javascript">
  addthis_url    = location.href;  
  addthis_title  = document.title;  
  addthis_pub    = 'mgadallah';    
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>



Re: How to add this link beside thread subject - MGadAllah - 2008-02-05

شكراً يا احمد هى فعلاً بقت فى النص بس للأسف برضه مش مزبوطه بالزبط علشان انا كنت عاوزها تبقى فى المكان الأزرق بنفس محازاة عنوان الموضوع
[صورة: 35203973af4.th.jpg]
طيب هل ممكن لو مش نافع إنها تزبط فى المكان اللى انا عاوزه إنها تتحط أعلى الموضوع ؟
أنا قصدى على نفس مستوى زراير موضوع جديد و رد جديد بس تكون المحازاة للشمال أو الوسط
شكراً


Re: How to add this link beside thread subject - Pepo - 2008-02-05

داخل تمبليت showthread ابحث عن
كود :
<div style="float: right; padding-bottom: 4px;">
    {$newreply}{$newthread}
</div>
اضف بعده
كود :
<div style="float: left; padding-bottom: 4px;"><script type="text/javascript">
  addthis_url    = location.href;  
  addthis_title  = document.title;  
  addthis_pub    = 'mgadallah';    
</script><script type="text/javascript" src="http://s7.addthis.com/js/addthis_widget.php?v=12" ></script></div>



Re: How to add this link beside thread subject - MGadAllah - 2008-02-05

شكراً جداً الموضوع اتزبط