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.

Multi Forums In One (problem)

4 posters

Go down

Solved Multi Forums In One (problem)

Post by faisii_x April 2nd 2016, 1:11 pm

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 Multi Forums In One (problem) Screen16 i just want same result Like Forumption ,Multi Forums In One (problem) Screen15 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 counter


Last edited by faisii_x on April 13th 2016, 6:26 am; edited 1 time in total
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 4th 2016, 10:45 am

Bump
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Ape April 4th 2016, 11:33 am

you need to set it up like this Smile
Multi Forums In One (problem) Captur19


Multi Forums In One (problem) Left1212Multi Forums In One (problem) Center11Multi Forums In One (problem) Right112
Multi Forums In One (problem) Ape_b110
Multi Forums In One (problem) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 4th 2016, 4:10 pm

APE wrote:you need to set it up like this Smile
Multi Forums In One (problem) Captur19
@APE Thanks solve but check empty space below the Topic and Last Post Multi Forums In One (problem) Screen17 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??
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Take Notes April 4th 2016, 10:19 pm

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
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Ape April 5th 2016, 1:04 am

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


Multi Forums In One (problem) Left1212Multi Forums In One (problem) Center11Multi Forums In One (problem) Right112
Multi Forums In One (problem) Ape_b110
Multi Forums In One (problem) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 5th 2016, 6:05 am

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
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Take Notes April 5th 2016, 1:29 pm

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
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 5th 2016, 1:30 pm

Forumedic 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.
now find out the solution Please
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Take Notes April 5th 2016, 1:34 pm

You need an image...

This code with image:
Code:
li.row {
background-image: url('IMAGE HERE');
}
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 5th 2016, 1:37 pm

so if i put image there so it'll not effect the size of below categories ? and what will be the size of image ?


Edit
i tried this code see the results 👇
Multi Forums In One (problem) Screen21
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 6th 2016, 7:06 pm

Bump
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Take Notes April 7th 2016, 12:54 am

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
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 7th 2016, 6:01 am

Forumedic 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.
Please made image for me.. @APE
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 8th 2016, 8:50 pm

bump
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Take Notes April 8th 2016, 11:50 pm

You can request one in the graphic design section.
Take Notes
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Ape April 9th 2016, 12:43 pm

here you go i have made a code for the background Smile

Code:
li.row {
background-image: url("http://i86.servimg.com/u/f86/12/23/10/57/bc110.png");
}


Multi Forums In One (problem) Left1212Multi Forums In One (problem) Center11Multi Forums In One (problem) Right112
Multi Forums In One (problem) Ape_b110
Multi Forums In One (problem) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 9th 2016, 1:52 pm

Forumedic wrote:You can request one in the graphic design section.
@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 ?

APE wrote:here you go i have made a code for the background Smile

Code:
li.row {
background-image: url("http://i86.servimg.com/u/f86/12/23/10/57/bc110.png");
}
Hello thanks for your efforts but why the whole image containing just one color see the result space is still exist👇Multi Forums In One (problem) Screen24

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 Multi Forums In One (problem) Downlo10

i want results like this 👇
Multi Forums In One (problem) Screen23

@APE
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Take Notes April 9th 2016, 4:02 pm

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
Take Notes
Helper
Helper

Male Posts : 2337
Reputation : 324
Language : English
Location : Forumountain

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 12th 2016, 3:46 pm

i request in graphic section but i don't find any solution so better lock this topic too..
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Ape April 12th 2016, 3:58 pm

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...


Multi Forums In One (problem) Left1212Multi Forums In One (problem) Center11Multi Forums In One (problem) Right112
Multi Forums In One (problem) Ape_b110
Multi Forums In One (problem) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 12th 2016, 4:12 pm

ok bro.. thumright
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Ange Tuteur April 12th 2016, 11:39 pm

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.
Ange Tuteur
Ange Tuteur
Forumaster

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

https://fmdesign.forumotion.com

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by faisii_x April 13th 2016, 6:25 am

i don't wana switch my forum version Thanks for helping bro thumright
faisii_x
faisii_x
Forumember

Male Posts : 105
Reputation : 3
Language : English Urdu

http://avacs.zforum.biz

Back to top Go down

Solved Re: Multi Forums In One (problem)

Post by Ape April 13th 2016, 2:44 pm

Topic solved and archived


Multi Forums In One (problem) Left1212Multi Forums In One (problem) Center11Multi Forums In One (problem) Right112
Multi Forums In One (problem) Ape_b110
Multi Forums In One (problem) Ape1010
Ape
Ape
Administrator
Administrator

Male Posts : 19075
Reputation : 1988
Language : fluent in dork / mumbojumbo & English haha

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

Back to top Go down

Back to top

- Similar topics

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