Navigation Stuff
4 posters
Page 1 of 1
Navigation Stuff
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.
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, 20:20; edited 2 times in total
Settertude- Forumember
- Posts : 152
Reputation : 3
Language : English
Re: Navigation Stuff
roadcall.forumotion.com
APE wrote:Please post your forum URL
Thank you.
APE.
Settertude- Forumember
- Posts : 152
Reputation : 3
Language : English
Re: Navigation Stuff
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.
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> • </li>
<li><a href="{U_TODAY_POSTERS}">{L_TODAY_POSTERS}</a> • </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> • </li>
<li><a href="{U_SEARCH_SELF}">{L_SEARCH_SELF}</a> • </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.comAPE wrote:Please post your forum URL
Thank you.
APE.
Settertude- Forumember
- Posts : 152
Reputation : 3
Language : English
Re: Navigation Stuff
Please don't double post. Your posts need to be separated by 24 hours before bumping. Please use the edit button, instead!
|
also please edit your message and use the code tags
Re: Navigation Stuff
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.
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.
Re: Navigation Stuff
I do not know what forum software they are referring to. I never have seen this for view posts since last visit.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.
On forums hosted by Forumotion, there should be a small image for view new replies for each topic.
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Navigation Stuff
SLGray wrote:I do not know what forum software they are referring to. I never have seen this for view posts since last visit.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.
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'.
Settertude- Forumember
- Posts : 152
Reputation : 3
Language : English
Re: Navigation Stuff
Lost Founder's Password |Forum's Utilities |Report a Forum |General Rules |FAQ |Tricks & Tips
You need one post to send a PM.
You need one post to send a PM.
When your topic has been solved, ensure you mark the topic solved.
Never post your email in public.
Re: Navigation Stuff
when i try to style the element its automatically changes other things also like the navbar
Re: Navigation Stuff
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.
:-)
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.
:-)
Settertude- Forumember
- Posts : 152
Reputation : 3
Language : English
Similar topics
» No header stuff
» Let's Talk About Stuff!
» A sig for Approving Stuff
» How to change some stuff
» Remove stuff above the footer
» Let's Talk About Stuff!
» A sig for Approving Stuff
» How to change some stuff
» Remove stuff above the footer
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum