- الرئيسية
- ما الجديد !
-
الصفحات▼
الصفحات
أهلا وسهلا بك زائرنا الكريم في منتدى دعم PBBoard الرسمي، لكي تتمكن من المشاركة ومشاهدة جميع أقسام المنتدى وكافة الميزات ، يجب عليك إنشاء حساب جديد بالتسجيل بالضغط هنا أو تسجيل الدخول اضغط هنا إذا كنت عضواً .
how do
-
موضوع مغلق
-
04-12-2013 10:59 مساءً
-
Kiciukمعلومات الكاتبالأعضاءعضـو مشارك
- انضم في :
- 24-03-2013
- رقم العضوية :
- 3239
- المشاركات :
- 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

edit@
sorry please move to another forum
-
تم تحرير الموضوع بواسطة :Kiciuk بتاريخ: 04-12-2013 11:12 مساءً
-
-
how do 04-12-2013 11:38 مساءً [1]
-
Solimanمعلومات الكاتبالادارة العامةPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
Please Add link your forum in your personal information in the Website box. First
-
-
how do 13-12-2013 07:49 مساءً [2]
-
Kiciukمعلومات الكاتبالأعضاءعضـو مشارك
- انضم في :
- 24-03-2013
- رقم العضوية :
- 3239
- المشاركات :
- 18
- الجنس:
- تاريخ الميلاد :
- 14-6-1992
- قوة السمعة:
- 200
-
المشاركة الأصلية كتبت بواسطة: Soliman Please Add link your forum in your personal information in the Website box. First
I working on localhost
-
تم تحرير المشاركة بواسطة :Kiciuk بتاريخ:13-12-2013 07:50 مساءً
-
-
how do 14-12-2013 04:10 صباحاً [3]
-
Solimanمعلومات الكاتبالادارة العامةPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
المشاركة الأصلية كتبت بواسطة: Kiciuk
المشاركة الأصلية كتبت بواسطة: Soliman Please Add link your forum in your personal information in the Website box. First
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 ..
-
-
how do 14-12-2013 06:44 مساءً [4]
-
ezzeldeanمعلومات الكاتبالأعضاءعضو سوبر ستار
- انضم في :
- 19-07-2009
- رقم العضوية :
- 11
- المشاركات :
- 4342
- الدولة :
- Egypt
- الجنس:
- تاريخ الميلاد :
- 13-7-1993
- الدعوات:
- 10
- قوة السمعة:
- 12687
- موقعي:
- زيارة موقعي
-
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 مساءً
-
-
how do 15-12-2013 01:50 مساءً [5]
-
Kiciukمعلومات الكاتبالأعضاءعضـو مشارك
- انضم في :
- 24-03-2013
- رقم العضوية :
- 3239
- المشاركات :
- 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
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 مساءً
-
-
how do 15-12-2013 03:54 مساءً [6]
-
Solimanمعلومات الكاتبالادارة العامةPBBoard developer
- انضم في :
- 18-07-2009
- رقم العضوية :
- 1
- المشاركات :
- 13422
- الدولة :
- KSA
- الجنس:
- الدعوات:
- 55
- قوة السمعة:
- 82296
- موقعي:
- زيارة موقعي
-
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>
-
-
how do 15-12-2013 07:38 مساءً [7]
-
Kiciukمعلومات الكاتبالأعضاءعضـو مشارك
- انضم في :
- 24-03-2013
- رقم العضوية :
- 3239
- المشاركات :
- 18
- الجنس:
- تاريخ الميلاد :
- 14-6-1992
- قوة السمعة:
- 200
-
Very thanks
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
-
-
how do 15-12-2013 09:20 مساءً [8]
-
ezzeldeanمعلومات الكاتبالأعضاءعضو سوبر ستار
- انضم في :
- 19-07-2009
- رقم العضوية :
- 11
- المشاركات :
- 4342
- الدولة :
- Egypt
- الجنس:
- تاريخ الميلاد :
- 13-7-1993
- الدعوات:
- 10
- قوة السمعة:
- 12687
- موقعي:
- زيارة موقعي
-
!?? Any questions before the closure of the subject Mr.Kiciuk
-
تم تحرير المشاركة بواسطة :ezzeldean بتاريخ:15-12-2013 09:21 مساءً
-
-
how do 15-12-2013 10:26 مساءً [9]
-
Kiciukمعلومات الكاتبالأعضاءعضـو مشارك
- انضم في :
- 24-03-2013
- رقم العضوية :
- 3239
- المشاركات :
- 18
- الجنس:
- تاريخ الميلاد :
- 14-6-1992
- قوة السمعة:
- 200
-
No question
Thanks
-
-
how do 16-12-2013 01:07 صباحاً [10]
-
ezzeldeanمعلومات الكاتبالأعضاءعضو سوبر ستار
- انضم في :
- 19-07-2009
- رقم العضوية :
- 11
- المشاركات :
- 4342
- الدولة :
- Egypt
- الجنس:
- تاريخ الميلاد :
- 13-7-1993
- الدعوات:
- 10
- قوة السمعة:
- 12687
- موقعي:
- زيارة موقعي
-
: 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
-