vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Forum Directory (https://vborg.vbsupport.ru/showthread.php?t=124339)

Dpcows 08-17-2006 10:00 PM

Forum Directory
 
Forum Directory

Description:
A plugin to list your forums in a 2-column directory style listing.

You can decide which forums to include and which side they should be displayed on in the forum manager.

This modification was created for "wtrk", wich in his kindness, allowed it to be released.
https://vborg.vbsupport.ru/showthread.php?t=123674


Installation:

- Upload 1 php file in the vB root.
- Add 1 product. (XML file)


Instructions:

Goto the "Forum manager" and edit a Category.
At the bottom of that page, you will find the options as seen in the second screenshot.


Limitations:

- Sub-forums are not displayed...


Requests:

- Exclude forums instead of hole categories.
- Include Sub-forums
- Exclude hidden forums
- Show forum descriptions (On hover or status bar)


Bugs:
- Non reported.


https://vborg.vbsupport.ru/external/2006/10/5.gif

Dpcows 08-18-2006 08:20 PM

A version for 3.5 is available here:

https://vborg.vbsupport.ru/showthread.php?t=124423

Jay... 08-18-2006 08:30 PM

i cant get it to work, ive checked the settings, and arranged a category, a forum and then sub forums, but it wont work.

MentaL 08-18-2006 09:41 PM

Was this not released earlier?

Dpcows 08-18-2006 09:49 PM

It was, now it is released under my name.
I created it and can support it.

That's why

Aaron RV 08-19-2006 02:29 AM

Work!
installed.


suggestions for next version:
- display sub.forums

:)

apdcanari 08-19-2006 07:26 AM

Vb 3.5 ?:rolleyes:

Snake 08-19-2006 10:14 AM

Thank you!

Dpcows 08-19-2006 10:32 AM

You have tested, if it works on vb 3.5 ?

Might just work...
Let me know your experiences..

Quote:

Originally Posted by apdcanari
Vb 3.5 ?:rolleyes:


apdcanari 08-19-2006 11:02 AM

Doesn't work in vb 3.5 :hurt:

Dpcows 08-19-2006 09:25 PM

For a 3.5 version, see here:
https://vborg.vbsupport.ru/showthread.php?t=124423

Have fun with it...

Quote:

Originally Posted by apdcanari
Doesn't work in vb 3.5 :hurt:


Aaron RV 08-20-2006 03:04 AM

it is not possible to disable the list of the invisible forums?

orphan 08-20-2006 04:01 AM

Installed and works like a charm

A suggestion for improvment:

To use the "Status bar" for something better then the forum path
Like replace it with Forum description :bunny:

y2krazy 08-22-2006 12:00 AM

I changed all instances of:

Code:

ORDER BY displayorder DESC
To:

Code:

ORDER BY displayorder ASC
This made the forums appear in the same fashion that they do in FORUMHOME.

Also, I can see lots of room for improvement in the layout department for this mod. Maybe make it similar in looks to the MEMBERINFO - with the tables, fieldsets, etc.? Just a suggestion. ;)

Dpcows 08-22-2006 02:27 PM

This would show them reversed...

Descending -> would go from 0 to N
Ascending -> would go from N to 0


Quote:

Originally Posted by y2krazy
I changed all instances of:

Code:

ORDER BY displayorder DESC
To:

Code:

ORDER BY displayorder ASC
This made the forums appear in the same fashion that they do in FORUMHOME.


calorie 08-22-2006 02:42 PM

Quote:

Originally Posted by Dpcows
This would show them reversed...

Descending -> would go from 0 to N
Ascending -> would go from N to 0

ASC is 1,2,3,4,5,...
DESC is ...,5,4,3,2,1
assuming INT field :)

Dpcows 08-22-2006 05:33 PM

Never old enough to learn.

Thanks

BMamba 08-24-2006 09:14 PM

I installed this addon but I can't find directory link anywhere.
Where are forums listed?

I turned on "Include this in the directory" for some categories but it didn't change anything.

Dpcows 08-25-2006 05:26 AM

Then you would find the directory at this location:

www.yourforum.com/directory.php

Quote:

Originally Posted by BMamba
I installed this addon but I can't find directory link anywhere.
Where are forums listed?

I turned on "Include this in the directory" for some categories but it didn't change anything.


BMamba 08-25-2006 07:29 AM

@Dpcows Thank you.

Quote:

Originally Posted by y2krazy
I changed all instances of:

Code:

ORDER BY displayorder DESC
To:

Code:

ORDER BY displayorder ASC
This made the forums appear in the same fashion that they do in FORUMHOME.

Also, I can see lots of room for improvement in the layout department for this mod. Maybe make it similar in looks to the MEMBERINFO - with the tables, fieldsets, etc.? Just a suggestion. ;)

Where have you changed this?

g0rdy 09-03-2006 05:30 AM

or change display by alphabetical:
Code:

ORDER BY displayorder DESC
to:
Code:

ORDER BY title ASC
for

A
B
C
...

Lionel 09-04-2006 04:50 AM

This would have been a perfect addition for vbadvanced. Any chances for such a module?

Cocko 11-03-2006 03:26 PM

Quote:

Originally Posted by Lionel
This would have been a perfect addition for vbadvanced. Any chances for such a module?

would be nice

a forums menu box for every forum / subforum
at vba cmps

anything out there ?

Lionel 11-03-2006 10:29 PM

i made the module here

Cocko 11-15-2006 07:37 PM

Quote:

Originally Posted by Lionel (Post 1110288)
i made the module here

nice job.
would you share this cmps module - maybe /w only one column ?

hotwheels 11-26-2006 09:32 PM

Wow, this is really neat......

Mastar 12-30-2006 06:41 PM

Is there anyway to include subforums this will l be very useful...

tycity 06-29-2007 06:03 AM

I think it would be a lot better if it was part of the Quick Links drop down. I guess we have to hardcode the link into the template?

Fungsten 06-30-2007 12:05 AM

Installed. Very interesting.

Fungsten 06-30-2007 12:42 AM

Quote:

Originally Posted by Cocko (Post 1118134)
nice job.
would you share this cmps module - maybe /w only one column ?

Same here! But I can go with however many columns.

doc1975 12-20-2007 07:11 PM

Will this work for version 3.6.8? Thank you as I believe this is what I have been looking for for some time now.

wtrk 07-23-2008 01:36 PM

Quote:

Originally Posted by doc1975 (Post 1405687)
Will this work for version 3.6.8? Thank you as I believe this is what I have been looking for for some time now.

yes. and it works in 3.7.x as well.

tipu sulthan 08-26-2008 05:37 PM

nice work

raja811 11-09-2008 11:21 PM

thanks


All times are GMT. The time now is 04:54 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01445 seconds
  • Memory Usage 1,782KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (8)bbcode_code_printable
  • (10)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (34)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete