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.

First topic line horizontal on the top

3 posters

Go down

In progress First topic line horizontal on the top

Post by tommycoo July 27th 2013, 11:37 pm

hello guys i want to report bugs on punbb version,
i found this line is on the top of forum not between post 1 and post 2

First topic line horizontal on the top WJd4Ngc

i'm actived alwasy see first post on all page Smile
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by Ange Tuteur July 28th 2013, 12:01 am

Did you modify the templates and caused this mistakenly by chance?

If you want to remove it from display temporarily try this:
Code:
#first-post-br {
  display: none;
}
For a solution find this in your viewtopic_body templates and look for a placement error:
Code:
        <!-- BEGIN first_post_br -->
      </div>
      <hr id="first-post-br" />
      <div class="main-content topic">
         <!-- END first_post_br -->
It will be '<hr id="first-post-br" />'
Ange Tuteur
Ange Tuteur
Forumaster

Male Posts : 13246
Reputation : 3000
Language : English & 日本語
Location : Pennsylvania

https://fmdesign.forumotion.com

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo July 28th 2013, 12:33 am

nope i don't want that dissapear, i want it to the right place

here is what i got on my template
Code:
<div class="main-content topic">
      <!-- BEGIN postrow -->
         <!-- BEGIN hidden -->
            <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
         <!-- END hidden -->
         
         <!-- BEGIN displayed -->
         <!-- BEGIN first_post_br -->
      </div>
      <hr id="first-post-br" />
      <div class="main-content topic">
         <!-- END first_post_br -->
         <div class="post post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
            <a name="{postrow.displayed.U_POST_ID}"></a>

where is the correct place for it ?
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo July 31st 2013, 6:08 am

up
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by SLGray July 31st 2013, 7:30 am

This is in the template:
Code:
<hr id="first-post-br" />
Code:
<hr />
Example:



First topic line horizontal on the top 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo August 1st 2013, 3:53 pm

SLGray wrote:This is in the template:
Code:
<hr id="first-post-br" />
Code:
<hr />
Example:



Confused  did you understand my word SLG ?

i mean, i used option for always showing first post on all page.
but the problem is the line between first post and other post in other page is on above the first post Very Happy 
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by SLGray August 1st 2013, 7:46 pm

Code:
Try this:
    <div class="main-content topic">
          <!-- BEGIN postrow -->
             <!-- BEGIN hidden -->
                <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
             <!-- END hidden -->
            
            <!-- BEGIN displayed -->
             <!-- BEGIN first_post_br -->
          </div>
          <id="first-post-br">
          <div class="main-content topic">
             <!-- END first_post_br --><hr>
             <div class="post post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
                <a name="{postrow.displayed.U_POST_ID}"></a>


First topic line horizontal on the top 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo August 2nd 2013, 1:12 am

yeah the line on the above is missing, but the border is not show betwen post 1 and post 2, the border is show in the bottom of all post like this

First topic line horizontal on the top SRaMDwe
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by SLGray August 2nd 2013, 3:05 am

Code:
Try this:
    Try this:
        <div class="main-content topic">
              <!-- BEGIN postrow -->
                <!-- BEGIN hidden -->
                    <p class="p-hidden">{postrow.hidden.MESSAGE}</p>
                <!-- END hidden -->
               
                <!-- BEGIN displayed -->
                <!-- BEGIN first_post_br -->
              </div>
              <id="first-post-br">
              <div class="main-content topic"><hr>
                <!-- END first_post_br -->
                <div class="post post--{postrow.displayed.U_POST_ID}"{postrow.displayed.THANK_BGCOLOR} style="{postrow.displayed.DISPLAYABLE_STATE}">
                    <a name="{postrow.displayed.U_POST_ID}"></a>


First topic line horizontal on the top 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo August 2nd 2013, 7:48 am

yes that border is gone now, but i don't see this border between first topic post reminder

First topic line horizontal on the top WJd4Ngc
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by SLGray August 2nd 2013, 8:37 am

Did the theme when you installed it have that line?


First topic line horizontal on the top 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo August 2nd 2013, 9:33 am

SLGray wrote:Did the theme when you installed it have that line?

absolutly because i used default theme for punbb
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo August 3rd 2013, 7:17 pm

up
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by SLGray August 3rd 2013, 7:30 pm

So you have modified to the templates?


First topic line horizontal on the top 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo August 4th 2013, 5:16 am

yes i have
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by tommycoo August 4th 2013, 11:11 pm

up
tommycoo
tommycoo
Forumember

Male Posts : 615
Reputation : 9
Language : Indonesia

http://www.atlanta.forumid.net

Back to top Go down

In progress Re: First topic line horizontal on the top

Post by SLGray August 5th 2013, 2:10 am

Please don't double/triple post. Your post need to be separated by 24 hours before bumping, replying or adding more information. Please use the edit button instead!

Since you continued to break the double posting rule after being serious warned, you have been banned from the support forum

Topic Garbaged


First topic line horizontal on the top 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 : 51482
Reputation : 3519
Language : English
Location : United States

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

Back to top Go down

Back to top

- Similar topics

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