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.

'Actions' always open?

3 posters

Go down

'Actions' always open? Empty 'Actions' always open?

Post by ShadowSwept March 24th 2011, 6:43 am

Is there a way to make the 'Actions' menu (view posts since last visit, view your posts, etc) always open, or remove it and place some of the options elsewhere on the page?
If nothing else, can it be made into a drop-down menu instead of a popup? I just want to better integrate it into the page, as it feels a bit awkward and unprofessional as is, and these are some of the most used functions on the forum.
avatar
ShadowSwept
New Member

Male Posts : 12
Reputation : 0
Language : English

Back to top Go down

'Actions' always open? Empty Re: 'Actions' always open?

Post by Darren1 March 24th 2011, 7:09 am

Hi,

So you have an actions box underneath the view last post, your posts ect?
I'm sure the answer is an easy yes - as you've got templates we can move it anywhere you want Smile
Could you give us the URL of your forum please, and also, where you want to move the action box to?
Darren1
Darren1
Helper
Helper

Male Posts : 11853
Reputation : 566
Language : English

Back to top Go down

'Actions' always open? Empty Re: 'Actions' always open?

Post by ShadowSwept March 24th 2011, 7:45 am

My forum is at http://valkarianknights.forumotion.com, it is still under construction, so there are no members yet.
If you look on the homepage, just above the forum categories and below the nav bar, there are 'Your last visit...', 'Current date/time...' on the left, and 'View posts since last visit', 'View your posts', and 'View unanswered post' on the right. This is perfect, though I'd like to change the font/size/color, and remove the 'View unanswered post', and possibly use images instead of text.

However, when you enter a thread everything changes, and there's now a Share|Actions function on the right that opens a popup menu. I don't like this at all, and want this section of the threads to appear as it does on the homepage, including making the 'New Thread' and 'Reply' buttons only appear on the bottom.
avatar
ShadowSwept
New Member

Male Posts : 12
Reputation : 0
Language : English

Back to top Go down

'Actions' always open? Empty Re: 'Actions' always open?

Post by Base March 24th 2011, 6:13 pm

To remove the "View unanswered post", please go to:

1. Administration Panel (advanced mode)
2. Display Tab
3. General (on the left, under Templates)
4. Click on the modify sign ('Actions' always open? Editer) for the template index_box
5. Replace its content 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 -->
      </td>
   </tr>
</table>
<!-- BEGIN catrow --><!-- BEGIN tablehead --><table class="forumline" width="100%" border="0" cellspacing="1" cellpadding="0">
   <tr>
      <th colspan="{catrow.tablehead.INC_SPAN}" nowrap="nowrap" width="100%" class="secondarytitle"> {catrow.tablehead.L_FORUM} </th>
      <th nowrap="nowrap" width="50">{L_TOPICS}</th>
      <th nowrap="nowrap" width="50">{L_POSTS}</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"> </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="row3" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.TOPICS}</span>
      </td>
      <td class="row2" align="center" valign="middle" height="50">
         <span class="gensmall">{catrow.forumrow.POSTS}</span>
      </td>
      <td class="row3 over" align="center" valign="middle" height="50">
         <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 -->

Smile

Regards,

Base
Base
Base
Forumaster

Male Posts : 10386
Reputation : 1695
Language : English and French
Location : United Kingdom, England

http://forumotionhub.net

Back to top Go down

'Actions' always open? Empty Re: 'Actions' always open?

Post by ShadowSwept March 25th 2011, 5:37 am

That fixes that issue, but how do I get rid of the 'Share|Actions' function and make the index box as it appears on the home page remain the same on all pages?
avatar
ShadowSwept
New Member

Male Posts : 12
Reputation : 0
Language : English

Back to top Go down

Back to top

- Similar topics

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