Multi Forums In One (problem)
4 posters
Page 1 of 1
Multi Forums In One (problem)
Technical Details
Forum version : #phpBB3
Position : Founder
Concerned browser(s) : Google Chrome
Screenshot of problem : https://i.servimg.com/u/f86/19/44/16/59/screen15.jpg
Who the problem concerns : All members
Forum link : http://avacs.zforum.biz
Description of problem
I just followed this link https://help.forumotion.com/t21989-multi-forums-in-one but its giving different results see i just want same result Like Forumption , following above thread, the Topics Last posts counter always shows 0/0 because in code we just put link of hidden forum and in empty forum description we put the code, but just see the formation Multi forum category its just different from it, separately forum icon and topic ,last post counterLast edited by faisii_x on April 13th 2016, 6:26 am; edited 1 time in total
Re: Multi Forums In One (problem)
@APE Thanks solve but check empty space below the Topic and Last Post the background color is not covering full box because there is space below so is it possible to remove the space if not then possible to remove background color only in this category??
Re: Multi Forums In One (problem)
I remember you asking for different colors in the last post, topic, post, sections and I had suggested you to request a graphic background image and then use the image for the background of the sub-forum, this would solve this issue as well.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Multi Forums In One (problem)
This will do the last post line
Find:
Replace with:
As @Forumedic said its better to have a background so i made you one now im a little lost on how to do the topic's line as it messes up the other ones but here is the mage I made for you.
maybe Forumedic can fix the last bit im so sleepy right now i don't know if I am coming or going LOL if you need the background bigger let me know
Find:
- Code:
dd#lpBg2 {
min-height: 85px;
text-align: center;
background: #FAE7C3;
min-width: 22%;
}
Replace with:
- Code:
dd#lpBg2 {
min-height: 120px;
text-align: center;
background-image: url("http://i86.servimg.com/u/f86/12/23/10/57/100a10.png") !important;
min-width: 22%;
}
As @Forumedic said its better to have a background so i made you one now im a little lost on how to do the topic's line as it messes up the other ones but here is the mage I made for you.
- Code:
background-image: url("http://i86.servimg.com/u/f86/12/23/10/57/100a10.png") !important;
maybe Forumedic can fix the last bit im so sleepy right now i don't know if I am coming or going LOL if you need the background bigger let me know
Re: Multi Forums In One (problem)
APE wrote:This will do the last post line
Find:
- Code:
dd#lpBg2 {
min-height: 85px;
text-align: center;
background: #FAE7C3;
min-width: 22%;
}
Replace with:
- Code:
dd#lpBg2 {
min-height: 120px;
text-align: center;
background-image: url("http://i86.servimg.com/u/f86/12/23/10/57/100a10.png") !important;
min-width: 22%;
}
As @Forumedic said its better to have a background so i made you one now im a little lost on how to do the topic's line as it messes up the other ones but here is the mage I made for you.
- Code:
background-image: url("http://i86.servimg.com/u/f86/12/23/10/57/100a10.png") !important;
maybe Forumedic can fix the last bit im so sleepy right now i don't know if I am coming or going LOL if you need the background bigger let me know
i don't think adding bg is be good because you had already define height 120px in code that will covering the empty space but increasing the height also effect the others category size i mean the above remaining categories so find out the other solutions
@APE Gimme a code that's work separately on just Support category then i will control its height to cover empty spaces, currently if i made changes in code it will effects whole page.. and the 120pz height is good but for just first category only, remaining category have no multiple forum so 120px looking odd for them its create space below..
or any other solution ? @Forumedic
Re: Multi Forums In One (problem)
Sorry I wasn't clear, what I was suggesting was a background for the whole sub-forum and having the different colors match up.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Multi Forums In One (problem)
now find out the solution PleaseForumedic wrote:Sorry I wasn't clear, what I was suggesting was a background for the whole sub-forum and having the different colors match up.
Re: Multi Forums In One (problem)
You need an image...
This code with image:
This code with image:
- Code:
li.row {
background-image: url('IMAGE HERE');
}
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Multi Forums In One (problem)
You need an image first, the one APE gave was an image of on part, you need an image that is the same size in width as the light orange part of the forum and have the different color placed in the right place so when you add the image it lines up.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Multi Forums In One (problem)
Please made image for me.. @APEForumedic wrote:You need an image first, the one APE gave was an image of on part, you need an image that is the same size in width as the light orange part of the forum and have the different color placed in the right place so when you add the image it lines up.
Re: Multi Forums In One (problem)
You can request one in the graphic design section.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Multi Forums In One (problem)
here you go i have made a code for the background
- Code:
li.row {
background-image: url("http://i86.servimg.com/u/f86/12/23/10/57/bc110.png");
}
Re: Multi Forums In One (problem)
@Forumedic I don't think Graphic designer will understand that what kind of exact image i want i don't know what should i say there ?Forumedic wrote:You can request one in the graphic design section.
Hello thanks for your efforts but why the whole image containing just one color see the result space is still exist👇APE wrote:here you go i have made a code for the background
- Code:
li.row {
background-image: url("http://i86.servimg.com/u/f86/12/23/10/57/bc110.png");
}
we need to adjust the sperate coloum of different colors that will cover the bg line of Topic and Last Post need an image with 2 color and 4 colum line , with different widths sizes first colum with much width should be covered the Forum areas after that colum with lil dark clr for topic then colum with same clr of first for post then last column for Last post same clr that used for Topic,
just see the sample dont use this clr
i want results like this 👇
@APE
Re: Multi Forums In One (problem)
Try making a graphic request, I can help explain if further if needed. Also, you can also link them to this topic so they can get a better understanding.
Take Notes- Helper
- Posts : 2337
Reputation : 324
Language : English
Location : Forumountain
Re: Multi Forums In One (problem)
i request in graphic section but i don't find any solution so better lock this topic too..
Re: Multi Forums In One (problem)
Don't give up just yet I'm sure there is a way to do this I just can't find the way my self but I am looking around for it the and maybe @Ange Tuteur can help on this when he gets in here...
Re: Multi Forums In One (problem)
The style you're looking for is from version phpbb2, it uses a table type layout so each cell will be the same height and you can individually style them. Your version however is phpbb3, it doesn't have individual cells to style like phpbb2 and it's not using a table layout, so you wont be able to achieve the same effect. If you really want that specific style, you'd need to edit the templates of phpbb3 so the forum uses a table type layout, or switch your forum version to phpbb2.
Similar topics
» Adding "New Post" to Multi Forums in One
» multi forums in one
» multi forums in one
» how to have a topic in multi-forums?
» Multi forums in one code
» multi forums in one
» multi forums in one
» how to have a topic in multi-forums?
» Multi forums in one code
Page 1 of 1
Permissions in this forum:
You cannot reply to topics in this forum