أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .

how do

Hi i have question how i can do table with topic and who started and him profile picture Now i have topic title and tags in h_tag div edit@ sorr


موضوع مغلق


04-12-2013 10:59 مساءً
معلومات الكاتب ▼
انضم في : 24-03-2013
رقم العضوية : 3,239
المشاركات : 18
الجنس :
تاريخ الميلاد : 14-6-1992
قوة السمعة : 200
Hi i have question
how i can do table with topic and who started and him profile picture
Now i have topic title and tags in h_tag div
z3TTnU6
edit@
sorry please move to another forum
تم تحرير الموضوع بواسطة :Kiciuk بتاريخ:04-12-2013 11:12 مساءً

look/images/icons/i1.gif how do
  04-12-2013 11:38 مساءً   [1]
معلومات الكاتب ▼
انضم في : 18-07-2009
رقم العضوية : 1
المشاركات : 12,573
الدولة : KSA
الجنس :
الدعوات : 52
قوة السمعة : 74,196
موقعي : زيارة موقعي
Please Add link your forum in your personal information in the Website box. First

look/images/icons/i1.gif how do
  13-12-2013 07:49 مساءً   [2]
معلومات الكاتب ▼
انضم في : 24-03-2013
رقم العضوية : 3,239
المشاركات : 18
الجنس :
تاريخ الميلاد : 14-6-1992
قوة السمعة : 200
المشاركة الأصلية كتبت بواسطة: Soliman Please Add link your forum in your personal information in the Website box. First
sad I working on localhost


تم تحرير المشاركة بواسطة :Kiciuk بتاريخ:13-12-2013 07:50 مساءً


look/images/icons/i1.gif how do
  14-12-2013 04:10 صباحاً   [3]
معلومات الكاتب ▼
انضم في : 18-07-2009
رقم العضوية : 1
المشاركات : 12,573
الدولة : KSA
الجنس :
الدعوات : 52
قوة السمعة : 74,196
موقعي : زيارة موقعي
المشاركة الأصلية كتبت بواسطة: Kiciuk
المشاركة الأصلية كتبت بواسطة: Soliman Please Add link your forum in your personal information in the Website box. First
sad I working on localhost

ok ..
please explain more of what you want so that we can help you better
I could not understand well what you want to do.

Transferred to the appropriate forum ..


look/images/icons/i1.gif how do
  14-12-2013 06:44 مساءً   [4]
معلومات الكاتب ▼
انضم في : 19-07-2009
رقم العضوية : 11
المشاركات : 4,342
الدولة : Egypt
الجنس :
تاريخ الميلاد : 13-7-1993
الدعوات : 10
قوة السمعة : 12,687
موقعي : زيارة موقعي
If you want appear the profile picture in topics you can do so easily through the Control Panel

Control Panel » Board Settings » Avatar Image Settings » Activate Avatar Image "Yes" » OK


تم تحرير المشاركة بواسطة :ezzeldean بتاريخ:14-12-2013 06:57 مساءً


look/images/icons/i1.gif how do
  15-12-2013 01:50 مساءً   [5]
معلومات الكاتب ▼
انضم في : 24-03-2013
رقم العضوية : 3,239
المشاركات : 18
الجنس :
تاريخ الميلاد : 14-6-1992
قوة السمعة : 200
ezzeldean i have enabled avatar's but this is not what i want.

In IPB i have Topic title, tags, who started, their avatar and user rating

3eiwfb

This i want do, but at this moment have only topic title and tags i need code to show who started and their avatar


تم تحرير المشاركة بواسطة :Kiciuk بتاريخ:15-12-2013 01:55 مساءً


look/images/icons/i1.gif how do
  15-12-2013 03:54 مساءً   [6]
معلومات الكاتب ▼
انضم في : 18-07-2009
رقم العضوية : 1
المشاركات : 12,573
الدولة : KSA
الجنس :
الدعوات : 52
قوة السمعة : 74,196
موقعي : زيارة موقعي
1- Open the file: modules/topic.module.php

2- Search for:
CODE
$PowerBB->template->display('subject_top');


and Cut code

3- and search for:
CODE
$PowerBB->template->assign('ReplierInfo',$this->Info);


and paste the code underneath

4- And save the file

-----------------
5- From the admin panel Open the template: subject_top
and put code Avatars And user rating anywhere you want


CODE

	    {if {$GroupInfo['usertitle_change']} == 1}
	    {if {$Usertitle} != ''}   
	    {$Usertitle}
	    {else}
	    {$ReplierInfo['user_title']}
	    {/if}
	    {else}
	    {if !{$ReplierInfo['user_title']}}
	    {$GroupInfo['user_title']}
	    {else}
	    {$ReplierInfo['user_title']}
	    {/if}
	    {/if}
	    </div>
	    {if {$RatingInfo['posts']} > {$ReplierInfo['posts']}}
	    {if {$RatingInfo['rating']} != 'look/images/rating/rating_0.gif'}
	    <div class="writer_info" align="center">
	    <img border="0" alt="rating" src="{$RatingInfo['rating']}" />
	    </div>
	    {/if}
	    {/if}
	{/if}   
	
	
	
	    <div class="UserPhoto_large" align="center">
	    {if {$_CONF['info_row']['allow_avatar']} == '1'}
	    {if {$ReplierInfo['avater_path']} != ''}
	    <a href="{$ReplierInfo['avater_path']}" rel="facebox">
	    <img src="{$ReplierInfo['avater_path']}" border="0" title="{$lang['Picture']} {$ReplierInfo['username']} {$lang['Personal']}" alt="{$lang['Picture']}{$ReplierInfo['username']}{$lang['Personal']}" onload="ResizeAv(this)" /></a>
	    {else}
	    <a href="{$image_path}/
	    {$_CONF['info_row']['default_avatar']}" rel="facebox">
	    <img src="{$image_path}/
	{$_CONF['info_row']['default_avatar']}" border="0" alt="{$lang['no_photo']}" title="{$lang['no_photo']}" onload="ResizeAv(this)" />
	    </a>
	    {/if}
	    {/if}
	    </div>

look/images/icons/i1.gif how do
  15-12-2013 07:38 مساءً   [7]
معلومات الكاتب ▼
انضم في : 24-03-2013
رقم العضوية : 3,239
المشاركات : 18
الجنس :
تاريخ الميلاد : 14-6-1992
قوة السمعة : 200
Very thanks smile
I edit some part template code because display usergroup(Supervisor) i changed {if
.GroupInfo['usertitle_change']} == 1}code{/if} to {$ReplierInfo['username']} and work$}

:final effect
WjYhlVP

look/images/icons/i1.gif how do
  15-12-2013 09:20 مساءً   [8]
معلومات الكاتب ▼
انضم في : 19-07-2009
رقم العضوية : 11
المشاركات : 4,342
الدولة : Egypt
الجنس :
تاريخ الميلاد : 13-7-1993
الدعوات : 10
قوة السمعة : 12,687
موقعي : زيارة موقعي
wink_3 !?? Any questions before the closure of the subject Mr.Kiciuk


تم تحرير المشاركة بواسطة :ezzeldean بتاريخ:15-12-2013 09:21 مساءً


look/images/icons/i1.gif how do
  15-12-2013 10:26 مساءً   [9]
معلومات الكاتب ▼
انضم في : 24-03-2013
رقم العضوية : 3,239
المشاركات : 18
الجنس :
تاريخ الميلاد : 14-6-1992
قوة السمعة : 200
No question
Thanks :)

look/images/icons/i1.gif how do
  16-12-2013 01:07 صباحاً   [10]
معلومات الكاتب ▼
انضم في : 19-07-2009
رقم العضوية : 11
المشاركات : 4,342
الدولة : Egypt
الجنس :
تاريخ الميلاد : 13-7-1993
الدعوات : 10
قوة السمعة : 12,687
موقعي : زيارة موقعي
: The subject has been closure of the following reasons

Issue has been resolved -
The survival of the subject for 3 days without a response or the presence of a signal indicating the reference member -
There is no solution to this problem (if any solution will be the reopening of the subject) -

Dear Member in order not to overlap each other threads and thus difficult to use the search process for members of the management decided to close the forums threads that are compatible with the previous reasons. You started a new topic or a reporter that supervisors you sure you want to continue.

,, Management forums



المواضيع المتشابهه
عنوان الموضوع الكاتب الردود الزوار آخر رد
How to obtain Bitcoin™ (BTC) in three steps? loganlerman
0 345 loganlerman
عرض المرفقات للنسخة 2.1.4 بشكل جديد attach show new way PhpMax
19 6915 gsammmm
How to english theme korsanuydu
1 761 korsanuydu
how to change direction of Default style from LTR to RTL Partel
11 1799 Mr King
signature show BlackRose
2 1371 AHMED

الكلمات الدلالية
لا يوجد كلمات دلالية ..









الساعة الآن 11:16 PM