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.

i need index_box this forum ?

+4
Japorized
AngelaHolmes
Zaritok
YasirAyad
8 posters

Go down

i need index_box this forum ?  Empty i need index_box this forum ?

Post by YasirAyad August 12th 2014, 5:08 am

hello,

How do I do this thing in my forum ?  mwii 

https://i.servimg.com/u/f39/15/90/68/93/2014-047.png

i need index_box this forum ?  2014-047
YasirAyad
YasirAyad
Forumember

Male Posts : 67
Reputation : 10
Language : En/Ar

http://help.ahlamontada.com/u152001

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by Zaritok August 12th 2014, 5:34 am

Zaritok
Zaritok
Forumember

Male Posts : 165
Reputation : 3
Language : English

http://forumotion.com/

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by YasirAyad August 12th 2014, 6:04 am



He is different,

 i need index_box this forum ?  Redface  Mad
YasirAyad
YasirAyad
Forumember

Male Posts : 67
Reputation : 10
Language : En/Ar

http://help.ahlamontada.com/u152001

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by AngelaHolmes August 12th 2014, 7:56 am

Hello,

You could have it in a HTML page. If you wanted to.
AngelaHolmes
AngelaHolmes
Forumember

Male Posts : 203
Reputation : 8
Language : English
Location : England

https://help.forumotion.com

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by Japorized August 12th 2014, 8:18 am

Overall, I would say it's a bit of a big process. I have not tried this myself but this is how I would do it.

I would say that the easiest way is to go into the index_box template, make the table and link everything manually (since it's the categories so there shouldn't be too many categories). Then use CSS or just put where all the categories will normally appear in a div and use display: none to hide it.

As for how the threads and posts are displayed when you hover over it, it's basically using CSS display:none and using position:absolute to adjust the position. It's important to know that you have to put that div for the threads and posts in a div that has position:relative so that it doesn't follow the position of the body instead. Then it's the work for javascript or jQuery, where you use something like
Code:
$('div.category_container').hover(
   function(){
      $('.foruminfo').fadeIn();
   },
   function(){
      $('.foruminfo').fadeOut();
   }
);
The div.category_container would be the category that you hover over, and the .foruminfo will be div the thread and post count is enclosed in.
Japorized
Japorized
Forumember

Male Posts : 310
Reputation : 3
Language : English
Location : Malaysia

http://infinityhub.ace.st

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by Msdeal1 August 12th 2014, 9:52 am

new.moon wrote:


He is different,

 i need index_box this forum ?  Redface  Mad
What do you mean he is different ......    this is off topic?
And welcome to the forums by the way! Very Happy
Msdeal1
Msdeal1
Forumember

Posts : 109
Reputation : 4
Language : English
Location : east midlands

http://gameingfun.forumotion.co.uk

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by Derri August 12th 2014, 3:16 pm

new.moon wrote:


He is different,

 i need index_box this forum ?  Redface  Mad

Please don't post things that are off topic.
Derri
Derri
Helper
Helper

Male Posts : 8755
Reputation : 638
Language : English & Basic French
Location : Scotland, United Kingdom

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by Mario Gotze August 12th 2014, 3:33 pm

new.moon wrote:hello,

How do I do this thing in my forum ?  mwii 

https://i.servimg.com/u/f39/15/90/68/93/2014-047.png

i need index_box this forum ?  2014-047

ur Forum Version ?
Mario Gotze
Mario Gotze
Forumember

Male Posts : 67
Reputation : 2
Language : Eng & Arabic & German & French & Spanish .
Location : MA

http://www.f-mzaj.com

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by YasirAyad August 17th 2014, 6:44 pm

Mario Gotze wrote:
new.moon wrote:hello,

How do I do this thing in my forum ?  mwii 

https://i.servimg.com/u/f39/15/90/68/93/2014-047.png

i need index_box this forum ?  2014-047

ur Forum Version ?


phpbb2
YasirAyad
YasirAyad
Forumember

Male Posts : 67
Reputation : 10
Language : En/Ar

http://help.ahlamontada.com/u152001

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by TheCrow August 17th 2014, 7:36 pm

Hello,

Where did u see this?
TheCrow
TheCrow
Manager
Manager

Male Posts : 6898
Reputation : 794
Language : Greek, English

https://forumote.forumotion.com

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by Mario Gotze August 17th 2014, 8:43 pm

sorry i have one but not working for phpbb2 version Wink
Mario Gotze
Mario Gotze
Forumember

Male Posts : 67
Reputation : 2
Language : Eng & Arabic & German & French & Spanish .
Location : MA

http://www.f-mzaj.com

Back to top Go down

i need index_box this forum ?  Empty Re: i need index_box this forum ?

Post by YasirAyad August 18th 2014, 3:21 pm

Mario Gotze wrote:sorry i have one but not working for phpbb2 version Wink
Please give me it any version  Smile 
YasirAyad
YasirAyad
Forumember

Male Posts : 67
Reputation : 10
Language : En/Ar

http://help.ahlamontada.com/u152001

Back to top Go down

Back to top


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