SocialAcademy • Forum

Social Academy Community Support Forum & Free Tutorial's & Skins



SocialAcademy • Forum » Support Section » Ask Question 's & Problems » Solved & Trash Files  →   [Answered] Request for Topics & Replies

[Answered] Request for Topics & Replies


    Go to page : 1, 2  Next

  • Please log in to Reply

View previous topic View next topic Go down  Message [Page 1 of 2]

#1

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Sat Aug 16, 2014 1:18 pm

 

*
POPULAR

Details: see the picture i want to have that in the rectangular red box .. the topics and the replies
Screenshot: [Answered] Request for Topics & Replies CJgOg52
Forum Address: http://forum.cybermix.cf/
Forum Version: PunBB

http://graphicsalliance.forumtl.com/
#2

OfflineJordan Lee

Jordan Lee
 
Forum Helper
Forum Helper

Posted Sat Aug 16, 2014 8:30 pm

 
rosjoshuarecto wrote:[link="/t549-request-for-topics-replies#4403"]Details: see the picture i want to have that in the rectangular red box .. the topics and the replies
Screenshot: [Answered] Request for Topics & Replies CJgOg52
Forum Address: http://forum.cybermix.cf/
Forum Version: PunBB

Hello,

I do not understand what you are requesting.

Please could you go into further detail.

#3

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Sun Aug 17, 2014 12:30 am

 
Jordan Lee wrote:

Hello,

I do not understand what you are requesting.

Please could you go into further detail.

i want the one inside the red box .. the Topic and the Replies cuz in my forum it is small and not in alignment

[Answered] Request for Topics & Replies AcZb33R - this is the one in my forum

[Answered] Request for Topics & Replies CJgOg52 - this is the one i want to put in my forum

http://graphicsalliance.forumtl.com/
#4

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Mon Aug 18, 2014 4:14 am

 
Hello [tag]rosjoshuarecto[/tag], please give me your IndexBox Template thank you ..

https://socialacademy.forumotion.com
#5

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Wed Aug 20, 2014 5:39 pm

 
Red™ wrote:[link="/t549-request-for-topics-replies#4445"]Hello [tag]rosjoshuarecto[/tag], please give me your IndexBox Template thank you ..

Hey, Sorry for the long reply ! i've been busy this past few days :P hehe :D

here you go [tag]Red™[/tag] :)

Code:
<div class="pun-crumbs">
   <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
   <!-- BEGIN tablehead -->
  <div class="maintitle-m">
    <div class="maintitle-l"></div>
    <div class="maintitle-r"></div>
    <div class="cat-title"><span>  <div class="page-title">{catrow.tablehead.L_FORUM}</div></span>
    </div>
  </div>
      <div class="main-content noborde">
         <table cellspacing="0" class="table">
            <tbody class="statused">
   <!-- END tablehead -->

   <!-- BEGIN forumrow -->
               <tr>
                  <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                     <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                     </span>
                                                  <div class="dertix">
                     <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                     <br />
                     <span class="inforo" style="display:inline-block">{catrow.forumrow.FORUM_DESC}</span>
                     <!-- BEGIN switch_moderators_links -->
                     <br />
                     {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                     <!-- END switch_moderators_links -->
                     {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                     <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                                                    </div>
                  </td>
                  
                                          <td class="col_c_stats ipsType_small">
                                       <ul>
                                          <li>{catrow.forumrow.TOPICS} topics</li>
                                          <li>{catrow.forumrow.POSTS} replies</li>
                                       </ul>
                                    </td>
                  <td class="tcr">
                     <span>
                     <!-- BEGIN switch_topic_title -->
                     <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                     <!-- END switch_topic_title -->
                     {catrow.forumrow.USER_LAST_POST}
                     </span>
                  </td>
               </tr>
   <!-- END forumrow -->

   <!-- BEGIN tablefoot -->
            </tbody>
         </table>
      </div>
   <!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
   <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   </ul>
   <!-- BEGIN switch_delete_cookies -->
   <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   </p>
   <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->

http://graphicsalliance.forumtl.com/
#6

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Thu Aug 21, 2014 1:05 am

 
First add this to your CSS
Code:
 .statsNumber{font-size:16px;font-weight:bold;font-family:Arial,Helvetica,sans-serif;display:block;text-align:center;color:red;position:relative;overflow:hidden}
.statsText{font-size:10px;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;display:block;text-align:center;color:#98578D}
.statsNumber img{position:absolute;top:0;left:0;width:100%;height:15px}
then replace your IndexBox with this
Code:
        <div class="pun-crumbs">
          <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
        </div>
        <div class="main">
        <!-- BEGIN catrow -->
          <!-- BEGIN tablehead -->
          <div class="maintitle-m">
            <div class="maintitle-l"></div>
            <div class="maintitle-r"></div>
            <div class="cat-title"><span>  <div class="page-title">{catrow.tablehead.L_FORUM}</div></span>
            </div>
          </div>
              <div class="main-content noborde">
                <table cellspacing="0" class="table">
                    <tbody class="statused">
          <!-- END tablehead -->
          <!-- BEGIN forumrow -->
                      <tr>
                          <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                            <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                            </span>
                                                          <div class="dertix">
                            <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                            <br />
                            <span class="inforo" style="display:inline-block">{catrow.forumrow.FORUM_DESC}</span>
                            <!-- BEGIN switch_moderators_links -->
                            <br />
                            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                            <!-- END switch_moderators_links -->
                            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                            <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                                                            </div>
                          </td>
                         
                                                  <td class="col_c_stats ipsType_small">
                                              <ul>
                                                  <li> <span class="statsNumber">{catrow.forumrow.TOPICS}<img src="http://i74.servimg.com/u/f74/18/12/37/46/stats_10.png" alt="" /></span> <span class="statsText">Topics</span></li>
                                                  <li> <span class="statsNumber">{catrow.forumrow.POSTS} <img src="http://i74.servimg.com/u/f74/18/12/37/46/stats_10.png" alt="" /></span> <span class="statsText">Replies</span></li>
                                              </ul>
                                            </td>
                          <td class="tcr">
                            <span>
                            <!-- BEGIN switch_topic_title -->
                            <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                            <!-- END switch_topic_title -->
                            {catrow.forumrow.USER_LAST_POST}
                            </span>
                          </td>
                      </tr>
          <!-- END forumrow -->
          <!-- BEGIN tablefoot -->
                    </tbody>
                </table>
              </div>
          <!-- END tablefoot -->
        <!-- END catrow -->
        </div>
        <!-- BEGIN switch_on_index -->
        <div class="main-box clearfix">
          <ul>
              <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
              <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
              <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
          </ul>
          <!-- BEGIN switch_delete_cookies -->
          <p class="right">
              <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
          </p>
          <!-- END switch_delete_cookies -->
        </div>
        <!-- END switch_on_index -->

https://socialacademy.forumotion.com
#7

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Thu Aug 21, 2014 5:11 am

 
can u make it not top of each other like in my example picture ?

http://graphicsalliance.forumtl.com/
#8

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Thu Aug 21, 2014 9:02 am

 
Red™ wrote:[link="/t549-request-for-topics-replies#4522"]First add this to your CSS
Code:
 .statsNumber{font-size:16px;font-weight:bold;font-family:Arial,Helvetica,sans-serif;display:block;text-align:center;color:red;position:relative;overflow:hidden}
.statsText{font-size:10px;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;display:block;text-align:center;color:#98578D}
.statsNumber img{position:absolute;top:0;left:0;width:100%;height:15px}
then replace your IndexBox with this
Code:
        <div class="pun-crumbs">
          <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
        </div>
        <div class="main">
        <!-- BEGIN catrow -->
          <!-- BEGIN tablehead -->
          <div class="maintitle-m">
            <div class="maintitle-l"></div>
            <div class="maintitle-r"></div>
            <div class="cat-title"><span>  <div class="page-title">{catrow.tablehead.L_FORUM}</div></span>
            </div>
          </div>
              <div class="main-content noborde">
                <table cellspacing="0" class="table">
                    <tbody class="statused">
          <!-- END tablehead -->
          <!-- BEGIN forumrow -->
                      <tr>
                          <td class="tcl" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT}; padding-left: {catrow.forumrow.INC_LEVEL_LEFT};">
                            <span class="status" style="margin-right: -{catrow.forumrow.INC_WIDTH_ICON}; margin-left: -{catrow.forumrow.INC_WIDTH_ICON};">
                                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                            </span>
                                                          <div class="dertix">
                            <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                            <br />
                            <span class="inforo" style="display:inline-block">{catrow.forumrow.FORUM_DESC}</span>
                            <!-- BEGIN switch_moderators_links -->
                            <br />
                            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                            <!-- END switch_moderators_links -->
                            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                            <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                                                            </div>
                          </td>
                         
                                                  <td class="col_c_stats ipsType_small">
                                              <ul>
                                                  <li> <span class="statsNumber">{catrow.forumrow.TOPICS}<img src="http://i74.servimg.com/u/f74/18/12/37/46/stats_10.png" alt="" /></span> <span class="statsText">Topics</span></li>
                                                  <li> <span class="statsNumber">{catrow.forumrow.POSTS} <img src="http://i74.servimg.com/u/f74/18/12/37/46/stats_10.png" alt="" /></span> <span class="statsText">Replies</span></li>
                                              </ul>
                                            </td>
                          <td class="tcr">
                            <span>
                            <!-- BEGIN switch_topic_title -->
                            <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                            <!-- END switch_topic_title -->
                            {catrow.forumrow.USER_LAST_POST}
                            </span>
                          </td>
                      </tr>
          <!-- END forumrow -->
          <!-- BEGIN tablefoot -->
                    </tbody>
                </table>
              </div>
          <!-- END tablefoot -->
        <!-- END catrow -->
        </div>
        <!-- BEGIN switch_on_index -->
        <div class="main-box clearfix">
          <ul>
              <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
              <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
              <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
          </ul>
          <!-- BEGIN switch_delete_cookies -->
          <p class="right">
              <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
          </p>
          <!-- END switch_delete_cookies -->
        </div>
        <!-- END switch_on_index -->


yes it will look like this [Answered] Request for Topics & Replies CJgOg52

https://socialacademy.forumotion.com
#9

Offlinerosjoshuarecto

rosjoshuarecto
 
Advance Member
Advance Member

Posted Thu Aug 21, 2014 9:03 am

 
Sir red i changed my forum theme because i got alot of errors on it xD so imma give a new IndexBox codes

i want category topics & replies just like ***** have :) please :)

thanks in advance :)

Code:

<div class="pun-crumbs">
   <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
</div>
<div class="main">
<!-- BEGIN catrow -->
   <!-- BEGIN tablehead -->
      <div class="main-head">
         <div class="page-title">{catrow.tablehead.L_FORUM}</div>
      </div>
      <div class="main-content">
         <table cellspacing="0" class="table">
            <tbody class="statused">
   <!-- END tablehead -->

   <!-- BEGIN forumrow -->
               <tr>
                                                <td class="tc_icon">
                     <span class="status">
                        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                     </span>
                                                </td>
                  <td class="tc_forum" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT};">
                                                        <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                     <br />
                     {catrow.forumrow.FORUM_DESC}
                     <!-- BEGIN switch_moderators_links -->
                     <br />
                     {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                     <!-- END switch_moderators_links -->
                     {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                     <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                  </td>
                                          <td class="tc3"><strong>{catrow.forumrow.TOPICS}</strong> topics<br /><strong>{catrow.forumrow.POSTS}</strong> posts</td>
                  <td class="tcr">
                     <span>
                     <!-- BEGIN switch_topic_title -->
                     <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                     <!-- END switch_topic_title -->
                     {catrow.forumrow.USER_LAST_POST}
                     </span>
                  </td>
               </tr>
   <!-- END forumrow -->

   <!-- BEGIN tablefoot -->
            </tbody>
         </table>
      </div>
   <!-- END tablefoot -->
<!-- END catrow -->
</div>

<!-- BEGIN switch_on_index -->
<div class="main-box clearfix">
   <ul>
      <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
      <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
      <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   </ul>
   <!-- BEGIN switch_delete_cookies -->
   <p class="right">
      <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
   </p>
   <!-- END switch_delete_cookies -->
</div>
<!-- END switch_on_index -->

http://graphicsalliance.forumtl.com/
#10

OfflineGrafix

Grafix
 
Management Team
 Management Team

Posted Thu Aug 21, 2014 9:12 am

 

im sorry but i cannot give you the actual codes for that because we dont have any rights to copy in that forum .

but try this code it looks thesame !

add this to your CSS
Code:
.statsNumber{font-size:16px;font-weight:bold;font-family:Arial,Helvetica,sans-serif;display:block;text-align:center;color:red;position:relative;overflow:hidden}
        .statsText{font-size:10px;text-transform:uppercase;font-family:Arial,Helvetica,sans-serif;display:block;text-align:center;color:#98578D}
        .statsNumber img{position:absolute;top:0;left:0;width:100%;height:15px}
then to your Indexbox
Code:
        <div class="pun-crumbs">
          <p class="crumbs"><a href="{U_INDEX}">{L_INDEX}</a><strong>{NAV_CAT_DESC}</strong></p>
        </div>
        <div class="main">
        <!-- BEGIN catrow -->
          <!-- BEGIN tablehead -->
              <div class="main-head">
                <div class="page-title">{catrow.tablehead.L_FORUM}</div>
              </div>
              <div class="main-content">
                <table cellspacing="0" class="table">
                    <tbody class="statused">
          <!-- END tablehead -->
          <!-- BEGIN forumrow -->
                      <tr>
                                                        <td class="tc_icon">
                            <span class="status">
                                <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
                            </span>
                                                        </td>
                          <td class="tc_forum" style="padding-right: {catrow.forumrow.INC_LEVEL_RIGHT};">
                                                                <h{catrow.forumrow.LEVEL} class="hierarchy"><a href="{catrow.forumrow.U_VIEWFORUM}" class="forumtitle">{catrow.forumrow.FORUM_NAME}</a></h{catrow.forumrow.LEVEL}>
                            <br />
                            {catrow.forumrow.FORUM_DESC}
                            <!-- BEGIN switch_moderators_links -->
                            <br />
                            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
                            <!-- END switch_moderators_links -->
                            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
                            <strong>{forumrow.L_SUBFORUM_STR}</strong> {forumrow.SUBFORUMS}
                          </td>
                            <td class="tc3">
                              <li> <span class="statsNumber">{catrow.forumrow.TOPICS}<img src="http://i74.servimg.com/u/f74/18/12/37/46/stats_10.png" alt="" /></span> <span class="statsText">Topics</span></li>
                              <li> <span class="statsNumber">{catrow.forumrow.POSTS} <img src="http://i74.servimg.com/u/f74/18/12/37/46/stats_10.png" alt="" /></span> <span class="statsText">Replies</span></li>
                                      </td>
                          <td class="tcr">
                            <span>
                            <!-- BEGIN switch_topic_title -->
                            <a href="{catrow.forumrow.U_LATEST_TOPIC}" title="{catrow.forumrow.LATEST_TOPIC_TITLE}">{catrow.forumrow.LATEST_TOPIC_NAME}</a><br />
                            <!-- END switch_topic_title -->
                            {catrow.forumrow.USER_LAST_POST}
                            </span>
                          </td>
                      </tr>
          <!-- END forumrow -->
          <!-- BEGIN tablefoot -->
                    </tbody>
                </table>
              </div>
          <!-- END tablefoot -->
        <!-- END catrow -->
        </div>
        <!-- BEGIN switch_on_index -->
        <div class="main-box clearfix">
          <ul>
              <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a></li>
              <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a></li>
              <li><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
          </ul>
          <!-- BEGIN switch_delete_cookies -->
          <p class="right">
              <a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a>
          </p>
          <!-- END switch_delete_cookies -->
        </div>
        <!-- END switch_on_index -->

https://socialacademy.forumotion.com
#11

OfflineSponsored content


 

Posted

 

Message (Page 1 of 2)


    Go to page : 1, 2  Next


Share Topics Url

Url
BBcode
HTML

Permissions in this forum:
You cannot reply to topics in this forum

 
  • Free forum | ©phpBB | Free forum support | Report an abuse | Forumotion.com


Social Academy Forum
© Social Academy 2013-2022