The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

index table

+2
Hert
sunshine_222
6 posters

Page 2 of 2 Previous  1, 2

Go down

In progress index table

Post by sunshine_222 January 15th 2015, 4:06 pm

First topic message reminder :

Please, help me to design my index table similar to this:
- I want to delete columns "Post" and "Topics" and the reuslt to be not like here
https://i.servimg.com/u/f12/09/02/12/09/tuto_210.png
but as in this pic - 1.
index table - Page 2 1c0ba326a863
- and how to add background to the row of forums, so they to be different to the subforums?
- And is it possible to make 2 backgrounds for them, so when to hover it, the background to change?


Last edited by sunshine_222 on January 17th 2015, 6:51 pm; edited 1 time in total
avatar
sunshine_222
Forumember

Posts : 99
Reputation : 3
Language : english

http://thaimagic.forum2x2.eu

Back to top Go down


In progress Re: index table

Post by sunshine_222 January 16th 2015, 3:25 pm

The background now is fixed, but the frame from left still appear. Sad

@Luffy, please, tell me, where to remove these breaks from the number of posts and topics?
now they are:
2
topics
2
posts

but I want they to be:
2 topics
2 posts


like before

index table - Page 2 E04ecff19623

avatar
sunshine_222
Forumember

Posts : 99
Reputation : 3
Language : english

http://thaimagic.forum2x2.eu

Back to top Go down

In progress Re: index table

Post by TheCrow January 16th 2015, 3:29 pm

To me it is showing up like this:
index table - Page 2 55cQ7YY
Try clearing your browsers cashe.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: index table

Post by sunshine_222 January 16th 2015, 3:34 pm

Almost finished with this. Very good Could you remove the right frame, as well, please?
And this:
2 topics
2 posts

And how and where to translate in different language "topics/posts"?
avatar
sunshine_222
Forumember

Posts : 99
Reputation : 3
Language : english

http://thaimagic.forum2x2.eu

Back to top Go down

In progress Re: index table

Post by TheCrow January 16th 2015, 3:38 pm

Ok then replace your index_box template with this:
Code:
<table width="100%" border="0" cellspacing="1" cellpadding="0" align="center">
  <tr>
      <td valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <span class="gensmall">{LAST_VISIT_DATE}<br />
        {CURRENT_TIME}<br />
        </span>
        <!-- END switch_user_logged_in -->
        <div class="nav"><a class="nav" href="{U_INDEX}">{L_INDEX}</a>{NAV_CAT_DESC}</div>
      </td>
      <td class="gensmall" align="right" valign="bottom">
        <!-- BEGIN switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a><br />
        <a class="gensmall" href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a><br />
        <!-- END switch_user_logged_in -->
        <a class="gensmall" href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a>
      </td>
  </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle">&nbsp;{catrow.tablehead.L_FORUM}&nbsp;</th>
           
          <th nowrap="nowrap" width="100"></th>
      <th nowrap="nowrap" width="150"><div style="width:150px;">{L_LASTPOST}</div></th>
  </tr>
  <!-- END tablehead -->
  <!-- BEGIN cathead -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.cathead.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="{catrow.cathead.CLASS_CAT}" colspan="{catrow.cathead.INC_SPAN}" width="100%">
        <h{catrow.cathead.LEVEL} class="hierarchy">
            <span class="cattitle">
              <a class="cattitle" title="{catrow.cathead.CAT_DESC}" href="{catrow.cathead.U_VIEWCAT}">{catrow.cathead.CAT_TITLE}</a>
            </span>
        </h{catrow.cathead.LEVEL}>
      </td>
      <td class="{catrow.cathead.CLASS_ROWPIC}" colspan="3" align="right">&nbsp;</td>
  </tr>
  <!-- END cathead -->
  <!-- BEGIN forumrow -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.forumrow.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" alt="." /></td>
      <!-- END inc -->
      <td class="{catrow.forumrow.INC_CLASS}" align="center" valign="middle">
        <img title="{catrow.forumrow.L_FORUM_FOLDER_ALT}" src="{catrow.forumrow.FORUM_FOLDER_IMG}" alt="{catrow.forumrow.L_FORUM_FOLDER_ALT}" />
      </td>
      <td class="row1 over" colspan="{catrow.forumrow.INC_SPAN}" valign="top" width="100%" height="50">
        <h{catrow.forumrow.LEVEL} class="hierarchy">
            <span class="forumlink">
              <a class="forumlink" href="{catrow.forumrow.U_VIEWFORUM}">{catrow.forumrow.FORUM_NAME}</a><br />
            </span>
        </h{catrow.forumrow.LEVEL}>
        <span class="genmed">{catrow.forumrow.FORUM_DESC}</span>
        <span class="gensmall">
            <!-- BEGIN switch_moderators_links -->
            {catrow.forumrow.switch_moderators_links.L_MODERATOR}{catrow.forumrow.switch_moderators_links.MODERATORS}
            <!-- END switch_moderators_links -->
            {catrow.forumrow.L_LINKS}{catrow.forumrow.LINKS}
        </span>
      </td>
     
      <td class="row2" align="center" valign="middle" height="50">
        <span class="gensmall"><span class="statCol">{catrow.forumrow.TOPICS} topics<br /> {catrow.forumrow.POSTS} posts</span></span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
            <!-- BEGIN avatar -->
            <div style="width: 200px;"></div>
            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
            <!-- END avatar -->

        <span class="gensmall">{catrow.forumrow.LAST_POST}</span>
      </td>
  </tr>
  <!-- END forumrow -->
  <!-- BEGIN catfoot -->
  <tr>
      <!-- BEGIN inc -->
      <td class="{catrow.catfoot.inc.INC_CLASS}" width="46"><img src="{SPACER}" height="0" width="46" /></td>
      <!-- END inc -->
      <td class="spaceRow" colspan="{catrow.catfoot.INC_SPAN}" height="1"><img src="{SPACER}" alt="" height="1" width="1" /></td>
  </tr>
  <!-- END catfoot -->
  <!-- BEGIN tablefoot -->
</table><img src="{SPACER}" alt="" height="5" width="1" /><!-- END tablefoot --><!-- END catrow -->
Now in that template if you search for the word topics and the word posts it will find the words and you can change them to whatever you want.
After you finish your changes save the template and publish it.
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

In progress Re: index table

Post by sunshine_222 January 16th 2015, 3:45 pm

Thank you, @Luffy, now it's fine! Very good
Can you, please, help me with the script of _Twisted_Mods_ ?
I've shown in pictures what I want.
avatar
sunshine_222
Forumember

Posts : 99
Reputation : 3
Language : english

http://thaimagic.forum2x2.eu

Back to top Go down

In progress Re: index table

Post by Ape January 17th 2015, 11:32 pm

is this problem solved ? if no please let us know so we can change the icon from Solved
Only mark your topic as solved if your sure your problem is 100% solved


index table - Page 2 Left1212index table - Page 2 Center11index table - Page 2 Right112
index table - Page 2 Ape_b110
index table - Page 2 Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19084
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

http://chatworld.forumotion.co.uk/

Back to top Go down

In progress Re: index table

Post by sunshine_222 January 18th 2015, 10:58 am

No, it's not solved. I just decided to try something else, if it's impossible to realize it.
avatar
sunshine_222
Forumember

Posts : 99
Reputation : 3
Language : english

http://thaimagic.forum2x2.eu

Back to top Go down

In progress Re: index table

Post by sunshine_222 January 19th 2015, 2:27 pm

Since this topic is locked, may I ask you to help me to realize the same thing, but for phpBB2?
avatar
sunshine_222
Forumember

Posts : 99
Reputation : 3
Language : english

http://thaimagic.forum2x2.eu

Back to top Go down

Page 2 of 2 Previous  1, 2

Back to top

- Similar topics

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