Go Back   vb.org Archive > vBulletin Modifications > Archive > Modification Graveyard
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Forumdisplay Alphabetical sort for English & Greek letters + Numbers Details »»
Forumdisplay Alphabetical sort for English & Greek letters + Numbers
Version: 1.00, by elenh elenh is offline
Developer Last Online: Jun 2010 Show Printable Version Email this Page

Category: Mini Mods - Version: 3.8.3 Rating:
Released: 08-21-2009 Last Update: 08-22-2009 Installs: 5
Uses Plugins Template Edits
 
No support by the author.

This will sort your forumdisplay threads list alphabetical.

I have added English & Greek characters +numbers 0-9.

Live Demo here.

You can modify the characters with your region language if you like.

INSTALLATION:

Go Admincp/Style manager/Choose your style/Forumdisplay template

Find:
Code:
$navbar
Bellow add:

Code:
<!-- Helen Alphabetical sort -->
<table class="tborder" cellpadding="6" cellspacing="1" border="0" width="100%" align="center">
<td colspan="62" height="0" width="100%" class="tcat">
    <strong>Ταξινόμηση με αλφαβητική σειρά</strong><tr align="center">
        <td class="alt2">
        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]">Επαναφορά</a></td>    

        <td class="alt1">Αγγλικά:&nbsp;&nbsp;
        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=a">A</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=b">B</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=c">C</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=d">D</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=e">E</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=f">F</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=g">G</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=h">H</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=i">I</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=j">J</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=k">K</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=l">L</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=m">M</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=n">N</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=o">O</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=p">P</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=q">Q</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=r">R</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=s">S</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=t">T</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=u">U</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=v">V</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=w">W</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=x">X</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=y">Y</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=Z">Z</a></td>


        <td class="alt1">Ελληνικά:&nbsp;&nbsp;
        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=α">Α</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=β">Β</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=γ">Γ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=δ">Δ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ε">Ε</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ζ">Ζ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=η">Η</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=θ">Θ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ι">Ι</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=κ">Κ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=λ">Λ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=μ">Μ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ν">Ν</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ξ">Ξ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ο">Ο</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=π">Π</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ρ">Ρ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=σ">Σ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=τ">Τ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=υ">Υ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=φ">Φ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=χ">Χ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ψ">Ψ</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=ω">Ω</a></td>

        <td class="alt1">Αριθμοί:&nbsp;&nbsp;
        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=0">0</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=1">1</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=2">2</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=3">3</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=4">4</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=5">5</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=6">6</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=7">7</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=8">8</a>

        <a rel="nofollow" href="forumdisplay.php?f=$foruminfo[forumid]&letter=9">9</a></td>
</tr>

</table>
<!-- / Helen Alphabetical sort  -->
Click Save.Finish!

I hope you like it.

Click INSTALL if you use it.

Thank you!!

Show Your Support

  • This modification may not be copied, reproduced or published elsewhere without author's permission.

Comments
  #2  
Old 08-22-2009, 01:04 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No product to install? Don't think it will work.

That's just the HTML code .. where is the php code?
Reply With Quote
  #3  
Old 08-23-2009, 10:27 AM
elenh elenh is offline
 
Join Date: Jun 2009
Location: Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Sorry forgot!

Product added today.
Reply With Quote
  #4  
Old 08-23-2009, 12:01 PM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

What exactly does this Elenh I don't understand. Thanks
Reply With Quote
  #5  
Old 08-23-2009, 01:16 PM
lazydesis lazydesis is offline
 
Join Date: Sep 2006
Posts: 234
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

thanks for this
Reply With Quote
  #6  
Old 08-23-2009, 03:12 PM
elenh elenh is offline
 
Join Date: Jun 2009
Location: Germany
Posts: 188
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by Greek76 View Post
What exactly does this Elenh I don't understand. Thanks
In Greek: Αυτό το addon θα βοηθήσει τα μέλη σου να ταξινομούνε τα topics στο forumdisplay.php με αλφαβιτική σειρά ή με την σειρά των αριθμών πατώντας ανάλογα πάνω στους χαρακτήρες που έχω ορίσει (αν θες δες και το live demo).Έτσι διεκολύνεται η αναζήτηση ενός topic στο forumdisplay.php.Μπορείς άνετα να προσθέσεις ή να αφαιρέσεις χαρακτήρες από το προτυπο ανάλογα με τις απαιτήσεις σου.

In english: This addon will help your members to arrange the topics in forumdisplay.php alphabetical in order or the order of the numbers by pressing depending on the characters that I have set (if you want to see the live demo).Thus facilitate the search for a topic in forumdisplay.php. You can easily add or deductions from the standard characters depending on your requirements.
Reply With Quote
  #7  
Old 08-23-2009, 06:05 PM
RedHacker RedHacker is offline
 
Join Date: Jan 2009
Posts: 878
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

But i find one bug... Not show one letter but if had the phrase had same letter it show....
And how this to let us one line and not i sticks with button new thread

etg The letter "C" Show thread Car but if had thread The Cars it show again...
Reply With Quote
  #8  
Old 08-23-2009, 11:18 PM
Greek76's Avatar
Greek76 Greek76 is offline
 
Join Date: Aug 2006
Location: Planet Earth
Posts: 440
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Quote:
Originally Posted by elenh View Post
In Greek: Αυτό το addon θα βοηθήσει τα μέλη σου να ταξινομούνε τα topics στο forumdisplay.php με αλφαβιτική σειρά ή με την σειρά των αριθμών πατώντας ανάλογα πάνω στους χαρακτήρες που έχω ορίσει (αν θες δες και το live demo).Έτσι διεκολύνεται η αναζήτηση ενός topic στο forumdisplay.php.Μπορείς άνετα να προσθέσεις ή να αφαιρέσεις χαρακτήρες από το προτυπο ανάλογα με τις απαιτήσεις σου.

In english: This addon will help your members to arrange the topics in forumdisplay.php alphabetical in order or the order of the numbers by pressing depending on the characters that I have set (if you want to see the live demo).Thus facilitate the search for a topic in forumdisplay.php. You can easily add or deductions from the standard characters depending on your requirements.
Thanks a lot Elenh for both versions. Euxaristw!
Reply With Quote
  #9  
Old 08-25-2009, 01:12 AM
Chadi's Avatar
Chadi Chadi is offline
 
Join Date: May 2004
Location: USA
Posts: 2,043
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

How is this different from mine?

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

You're using the same code as mine.
Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT. The time now is 09:14 AM.


Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2024, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.04777 seconds
  • Memory Usage 2,298KB
  • Queries Executed 22 (?)
More Information
Template Usage:
  • (1)SHOWTHREAD
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)ad_showthread_beforeqr
  • (2)bbcode_code
  • (2)bbcode_quote
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (4)navbar_link
  • (120)option
  • (9)post_thanks_box
  • (9)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (9)post_thanks_postbit_info
  • (8)postbit
  • (9)postbit_onlinestatus
  • (9)postbit_wrapper
  • (1)spacer_close
  • (1)spacer_open
  • (1)tagbit_wrapper 

Phrase Groups Available:
  • global
  • inlinemod
  • postbit
  • posting
  • reputationlevel
  • showthread
Included Files:
  • ./showthread.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/functions_bigthree.php
  • ./includes/class_postbit.php
  • ./includes/class_bbcode.php
  • ./includes/functions_reputation.php
  • ./includes/functions_post_thanks.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
  • showthread_start
  • showthread_getinfo
  • forumjump
  • showthread_post_start
  • showthread_query_postids
  • showthread_query
  • bbcode_fetch_tags
  • bbcode_create
  • showthread_postbit_create
  • postbit_factory
  • postbit_display_start
  • post_thanks_function_post_thanks_off_start
  • post_thanks_function_post_thanks_off_end
  • post_thanks_function_fetch_thanks_start
  • post_thanks_function_fetch_thanks_end
  • post_thanks_function_thanked_already_start
  • post_thanks_function_thanked_already_end
  • fetch_musername
  • postbit_imicons
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • postbit_display_complete
  • post_thanks_function_can_thank_this_post_start
  • tag_fetchbit_complete
  • forumrules
  • navbits
  • navbits_complete
  • showthread_complete