i added this:PayBas wrote:You could probably insert it here. https://github.com/PayBas/style-PBTech/ ... .html#L129Zaishen wrote:i want to change it because i dont like how looks now,
can you tell me what file and line, where is located? in pbwow3, viewtopic_body?
Code: Select all
<tr>
<td colspan="2" class="thead">
<div class="postbody">
{postrow.MINI_POST_IMG}<a href="{postrow.U_MINI_POST}">{postrow.MINI_POST_IMG}</a><a href="#p{postrow.POST_ID}">#{postrow.POST_NUMBER}</a> » {postrow.POST_DATE}</p>
</div>
{$post['posturl']}
</td>
</tr>
Code: Select all
.thead {
background: #005ea7;
font-size: 13px;
color: #FAFAFA;
height: 30px;
line-height: 29px;
font-weight: bold;
}
The rows are list elementsOroton wrote:I'd be interested to know how the second row decides which forum to structure itself under
<li>
, and a category creates a container <ul>
. That's how they are grouped.Without any code, I cannot help you. I'm not sure what you're trying to do exactly.groupeems wrote:Ive been trying to integrate the banner rotator with the help of some topics here, up to no good.
Table elements such as table rows (Zaishen wrote:but does not appear
<tr>
) need to be contained inside a <table>
. Or else you will probably get very weird results.PBTech uses a special template for recent topics. It's much more compact. So there isn't really any space for "last poster" information. I would advise that you use VSE's "topic preview" extension. It works with Recent Topics.SudaDreamS wrote:I have a question, how can I get the recent topic in PBTech to show the poster name (last poster or the user who replied)? I noticed that in prosilver it is possible
It's a problem with the share-on extension. You should probably ask for support in that topic.SudaDreamS wrote:I noticed that when using the shared-on extension, the buttons come over the original buttons (edit, warn, report ..etc) though I have chosen that the button to appear below the 1st post from the extension editing page. anyhow I disabled it now till I figure out how to fix it (is it style or extension problem?)
some time ago i did this on the theme prosilver special edition: and i want to do that on the theme pbtech, but i cant remember exactly where i used the code, i just know that i used that code and it worked nice, i ff tired of this, /resign, thanks for nothingPayBas wrote:Table elements such as table rows (Zaishen wrote:but does not appear<tr>
) need to be contained inside a<table>
. Or else you will probably get very weird results.
In any case, I would advise against inserting tables. It will probably break the responsive layout.
How is that fair?Zaishen wrote:i ff tired of this, /resign, thanks for nothing
If you have used the PBWoW 3 extension, then there will be custom profile fields in your ACP. You can simply disable or delete them completely in your ACP.lyflys wrote:There are "WoW character" showing up in the user's info, does anyone know how to remove that? I've checked everywhere and removed extension, but still having this. Thanks.
I've provided a "fix" to this on the other thread - Unfortunately though it will need reapplying every time the style is updatedPayBas wrote:It's a problem with the share-on extension. You should probably ask for support in that topic.SudaDreamS wrote:I noticed that when using the shared-on extension, the buttons come over the original buttons (edit, warn, report ..etc) though I have chosen that the button to appear below the 1st post from the extension editing page. anyhow I disabled it now till I figure out how to fix it (is it style or extension problem?)
Have you cleared your cache?Stoobs wrote:Hey there,
I've recently got this style, and as amazing as it is, I can't seem to edit the top bar.
I went into the "top_bar" file, and edited it, the links show up when I'm in the acp, but not the index?
Any ideas how to resolve this?
I wasn't planning on this, but perhaps in a future version I'll look into it.samden wrote:My users are complaining that on larger threads they have to scroll all the way to the top of the page to get to the "Quick Links" and asking if there is any way the quick links menu can "stick" to the top of the page in the same way that the top bar does?
So the way I see it would be to make the header stick to top of the page in the way that the top bar sticks and then everything below the header scrolls - if that makes sense? I'm not sure if this is an easy change or not? Let me know if you want me to try anything out on my forum etc
viewtopic.php?f=476&t=2251941&start=75#p13814991samden wrote:First, the "tiles" are all different sizes, is there a way to force them to be the same size? (I realise you can't see more than one forum without logging in, PM me and I'll provide you with a test account if necessary)
What do you mean by "show up when I'm in the acp", because editing a style template should have no effect on the ACP.Stoobs wrote:I went into the "top_bar" file, and edited it, the links show up when I'm in the acp, but not the index?
i finaly managed to make it apear :PayBas wrote:How is that fair?Zaishen wrote:i ff tired of this, /resign, thanks for nothing
I am providing support for PBTech. If you want to change the style then you are completely free to do so, but I can't walk every user through the process of changing everything, that would be insane. Nonetheless, I tried to help you in doing so. But you didn't provide any information other than a tiny piece of code without any context, followed by "it doesn't work", which doesn't help in diagnosing your problem at all.
If you want my help, post a link to your board so we can see what's going on. I am still willing to help you, but that kind of attitude will get you nowhere.
Code: Select all
<a href="#p{postrow.POST_ID}">#{postrow.POST_NUMBER}</a>
Cleared my Cache etc.samden wrote: Have you cleared your cache?
Do you have a link to your forum? Or screen shots of what you see and what you should see?
The page where you have to verify you're an admin and login again.PayBas wrote: What do you mean by "show up when I'm in the acp", because editing a style template should have no effect on the ACP.