PDA

View Full Version : A - Z Mod


HS2005
02-27-2009, 03:29 PM
I don't know if this modification already excists but if so i wouldn't know how to call it.

Look at menu of memberlist.php where you have all the members from a to z.
Now i was wondering if there is something similair like that but for example movies.

Let's say somebody writes a review about a movie called "Underworld".
The administrator can place that post, "made in a normal forum" and add it to the database.
That if somebody would go to movies.php he or she can browse from a to z en look for a review.
Thanks.

TigerC10
02-27-2009, 10:24 PM
If you leave it in a forum post, you could try using http vars like...

forumdisplay.php?f=1&sort=title&order=asc

Where the 1 is the forum id of the reviews section...



As for a custom mod that involves movies.php you'd have to write that yourself - or get a developer to (because it will involve some sort of custom database query).

HS2005
03-26-2009, 03:03 PM
i ment more like this:)
File is in the attachment.

Lynne
03-26-2009, 03:08 PM
Have you looked in the Articles forums? I could swear I've seen an article on how to add an A-Z menu to a page.

HS2005
03-26-2009, 05:28 PM
Have you looked in the Articles forums? I could swear I've seen an article on how to add an A-Z menu to a page.

Havn't found any, maybe you have?

HS2005
03-29-2009, 09:09 AM
i saw another vbulletin board that was using this function so it must be somewere :)

Lynne
03-29-2009, 04:18 PM
key word "alphabet" maybe?

Alphabetical Search Menu for your vBulletin page (https://vborg.vbsupport.ru/showthread.php?t=187924)

HS2005
03-30-2009, 04:31 PM
Great i will look into it :)