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.

Navigation Stuff

4 posters

Go down

In progress Navigation Stuff

Post by Settertude March 26th 2019, 3:37 pm

In addition to enlarging the font, I wish to move those search links to above the forum tables.
I thought I explained pretty well what I'm looking to do in the original post below.

Thank you.

I am trying to make it easier for members to find posts since there last visit and just in general.

1. I wish to enlarge the fonts and make them 'pop' to the members attention.
2. Move the choices at the bottom of the list of forums to the top with the others.
3. Is there a script that will expand the 'view posts since last visit' to break down by forum, sub-forum and catagory?

Thank you--these guys are keeping me busy!!!

Sett

edited in: here is an example of a member complaint.

Here's the deal. On the other software used for forums there is a little chevron on the left of the post topic. Click on it and it takes you to the posts that you haven't read. This "view posts since last visit" only takes you to the thread. You then have to scroll through all the posts to find the ones you haven't read.


Last edited by Settertude on March 26th 2019, 7:20 pm; edited 2 times in total
avatar
Settertude
Forumember

Posts : 152
Reputation : 3
Language : English

Back to top Go down

In progress Re: Navigation Stuff

Post by Ape March 26th 2019, 4:05 pm

Please post your forum URL

Thank you.

APE.


Navigation Stuff Left1212Navigation Stuff Center11Navigation Stuff Right112
Navigation Stuff Ape_b110
Navigation Stuff Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

In progress Re: Navigation Stuff

Post by Settertude March 26th 2019, 4:21 pm

roadcall.forumotion.com
APE wrote:Please post your forum URL

Thank you.

APE.
avatar
Settertude
Forumember

Posts : 152
Reputation : 3
Language : English

Back to top Go down

In progress Re: Navigation Stuff

Post by Settertude March 26th 2019, 4:30 pm

I managed to group them together at the bottom.
Can't seem to find the way to move them to the top and enlarge the font.

Code:
<div style="padding:20px;font-size: 24px;text-align: center;">Pull Up A Stool</div>
<!-- BEGIN catrow -->
   <!-- BEGIN tablehead -->
      <div class="forabg">
         <div class="inner"><span class="corners-top"><span></span></span>
         <ul class="topiclist">
            <li class="header">
               <dl class="icon">
                  <dd class="dterm"><div class="table-title">{catrow.tablehead.L_FORUM}</div></dd>
                  <dd class="topics">{L_TOPICS}</dd>
                  <dd class="posts">{L_POSTS}</dd>
                  <dd class="lastpost"><span>{L_LASTPOST}</span></dd>
               </dl>
            </li>
         </ul>
         <ul class="topiclist forums">
   <!-- END tablehead -->
 
   <!-- BEGIN forumrow -->
            <li class="row">
               <dl class="icon" style="background:url({catrow.forumrow.FORUM_FOLDER_IMG}) no-repeat scroll {catrow.forumrow.INC_LEVEL} 50%;">
                  <dd class="dterm">
                     <div style="display: block; margin : 0 {catrow.forumrow.INC_LEVEL_RIGHT} 0 {catrow.forumrow.INC_LEVEL_LEFT};">
                        <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 -->
                           {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>
                  </dd>
                  <dd class="topics">{catrow.forumrow.TOPICS} <dfn>{L_TOPICS}</dfn></dd>
                  <dd class="posts">{catrow.forumrow.POSTS} <dfn>{L_POSTS}</dfn></dd>
                  <dd class="lastpost">
                     <!-- BEGIN ads -->
                     <span class="AD_LastPA">
                                <span class="lastpost-avatar"><img src="{catrow.forumrow.ads.IMG}" alt="{catrow.forumrow.ads.TITLE}" /></span>
                                <span class="AD_LastInfos">
                                    <b><a href="{catrow.forumrow.ads.LINK}">{catrow.forumrow.ads.TITLE}</a></b><br />
                                    {catrow.forumrow.ads.DATE}<br />
                                    {catrow.forumrow.ads.LOCATION}
                                </span>
                     </span>
                            <!-- END ads -->
                    
                            <!-- BEGIN avatar -->
                            <span class="lastpost-avatar">{catrow.forumrow.avatar.LAST_POST_AVATAR}</span>
                            <!-- END avatar -->
 
                     <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>
                  </dd>
               </dl>
            </li>
   <!-- END forumrow -->
 
   <!-- BEGIN tablefoot -->
            </ul>
 
         <span class="corners-bottom"><span></span></span></div>
      </div>
   <!-- END tablefoot -->
<!-- END catrow -->
 
<!-- BEGIN switch_on_index -->
<ul class="linklist">
   <li><a href="{U_TODAY_ACTIVE}">{L_TODAY_ACTIVE}</a>&nbsp;•&nbsp;</li>
   <li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a>&nbsp;•&nbsp;</li>
   <li class="last"><a href="{U_OVERALL_POSTERS}">{L_OVERALL_POSTERS}</a></li>
   <!-- BEGIN switch_delete_cookies -->
   <li class="rightside"><a href="{switch_on_index.switch_delete_cookies.U_DELETE_COOKIES}" rel="nofollow">{switch_on_index.switch_delete_cookies.L_DELETE_COOKIES}</a></li>
   <!-- END switch_delete_cookies -->
</ul>
<!-- END switch_on_index -->
<ul class="linklist">
   <!-- BEGIN switch_user_logged_in -->
   <li><a href="{U_SEARCH_NEW}">{L_SEARCH_NEW}</a>&nbsp;•&nbsp;</li>
   <li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a>&nbsp;•&nbsp;</li>
   <!-- END switch_user_logged_in -->
   <li><a href="{U_SEARCH_UNANSWERED}">{L_SEARCH_UNANSWERED}</a></li>
   <!-- BEGIN switch_user_logged_in -->
   <li class="rightside"><a href="{U_MARK_READ}" accesskey="m">{L_MARK_FORUMS_READ}</a></li>
   <!-- END switch_user_logged_in -->
</ul>

Settertude wrote:roadcall.forumotion.com
APE wrote:Please post your forum URL

Thank you.

APE.
avatar
Settertude
Forumember

Posts : 152
Reputation : 3
Language : English

Back to top Go down

In progress Re: Navigation Stuff

Post by skouliki March 26th 2019, 6:44 pm

Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
Please read our forum rules: ESF General Rules

also please edit your message and use the code tags
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Navigation Stuff

Post by Ape March 26th 2019, 6:59 pm

I added the code tag to keep your code in one place .

I don't know why you sent me a test account i never asked for it i just asked you to post your forum URL (address) so we can see your forum to work on.

if this is now solved please press the mark solved button found at the top of this thread/ topic.

Thank you.


Navigation Stuff Left1212Navigation Stuff Center11Navigation Stuff Right112
Navigation Stuff Ape_b110
Navigation Stuff Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19122
Reputation : 1993
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

In progress Re: Navigation Stuff

Post by skouliki March 26th 2019, 7:05 pm

you wish to enlarge this text ?
Navigation Stuff Scre1098

if yes then please open your forum to guests in order to inspect the element and help you
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Navigation Stuff

Post by SLGray March 26th 2019, 7:09 pm

Settertude wrote:Here's the deal.  On the other software used for forums there is a little chevron on the left of the post topic.  Click on it and it takes you to the posts that you haven't read.  This "view posts since last visit" only takes you to the thread.  You then have to scroll through all the posts to find the ones you haven't read.
I do not know what forum software they are referring to.  I never have seen this for view posts since last visit. 

On forums hosted by Forumotion, there should be a small image for view new replies for each topic.


Navigation Stuff Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Navigation Stuff

Post by Settertude March 26th 2019, 7:11 pm

Yes, that is one thing I want to do.
My forum is private.
I will PM a login


skouliki wrote:you wish to enlarge this text ?
Navigation Stuff Scre1098

if yes then please open your forum to guests in order to inspect the element and help you

That is why I
avatar
Settertude
Forumember

Posts : 152
Reputation : 3
Language : English

Back to top Go down

In progress Re: Navigation Stuff

Post by Settertude March 26th 2019, 7:12 pm

SLGray wrote:
Settertude wrote:Here's the deal.  On the other software used for forums there is a little chevron on the left of the post topic.  Click on it and it takes you to the posts that you haven't read.  This "view posts since last visit" only takes you to the thread.  You then have to scroll through all the posts to find the ones you haven't read.
I do not know what forum software they are referring to.  I never have seen this for view posts since last visit. 

On forums hosted by Forumotion, there should be a small image for view new replies for each topic.

I haven't seen that. They are just all grouped into a 'forum'.
avatar
Settertude
Forumember

Posts : 152
Reputation : 3
Language : English

Back to top Go down

In progress Re: Navigation Stuff

Post by SLGray March 26th 2019, 7:24 pm

Navigation Stuff Newrep10

Please in the future when you want to reply to more than one post, use the multiple quote buttons in posts.


Navigation Stuff Slgray10

When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
SLGray
SLGray
Administrator
Administrator

Male Posts : 51489
Reputation : 3519
Language : English
Location : United States

https://forumsclub.com/gc/128-link-directory/

Back to top Go down

In progress Re: Navigation Stuff

Post by skouliki March 26th 2019, 8:02 pm

when i try to style the element its automatically changes other things also like the navbar
skouliki
skouliki
Manager
Manager

Female Posts : 15133
Reputation : 1696
Language : English,Greek
Location : Greece

http://iconskouliki.forumgreek.com

Back to top Go down

In progress Re: Navigation Stuff

Post by Settertude March 26th 2019, 8:33 pm

Can we move those links to above the forum tables.

I tried that button next to a member name and it doesn't seem to function to bring me to the first post since the last visit. It appears to bring me to the last post of the person that the button is next to.

:-)
avatar
Settertude
Forumember

Posts : 152
Reputation : 3
Language : English

Back to top Go down

Back to top

- Similar topics

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