vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   Member Archives (https://vborg.vbsupport.ru/forumdisplay.php?f=202)
-   -   memberlist.php modification (https://vborg.vbsupport.ru/showthread.php?t=49243)

izz 02-23-2003 03:44 AM

memberlist.php modification
 
hello
Members of my forums use English and Arabic letters in their names.
For memberlist.php to show the english and arabic letters list, I have added the following loop:

PHP Code:

for ($i=193;$i<224;$i++) {
    
$letter chr($i); $linkletter $letter;
    if (
$ltr==$letter) {
        eval(
"\$letterbits .= \"".gettemplate("memberlist_letterselected")."\";");
    } else {
        eval(
"\$letterbits .= \"".gettemplate("memberlist_letter")."\";");
    }


I have noted that most of arabic letters in the ASCII table are between 193 and 224, but there are missing letters, I wish someone knows the exact start and end of Arabic letters.

This is not my main question, my question is: Where to put a "<br>" string to make the arabic letters come in a separate line?

Regards

Xenon 02-23-2003 10:04 AM

PHP Code:

$letterbits .= '<br>'

should be before the arabian loop

izz 02-23-2003 10:27 AM

<br> didn't work
I discovered that the loop is making table cells
so I added this line of code:

PHP Code:

$letterbits .= '</tr><tr>'

and it is working now

You can see it here:
http://wahat.sahara.com.sa/memberlist.php?s=

Thanks for your response any way

Xenon 02-23-2003 11:27 AM

hmm, very intresting memberlist screen: ^^

Quote:

Problem Report
Access denied to system because of URL Filter Configuration.

Message ID
FILTER_DENIED

Problem Description
Your system was configured to deny access to the requested URL.

Possible Problem Cause
Request denied, as specified in the local filter list configuration.

Possible Solution
Contact your network support team if this problem persists.

izz 02-23-2003 11:36 AM

where did you see the problem and when??
I didn't see it?

Xenon 02-23-2003 06:48 PM

when? look at the time of my post ;)

it works now.
yeah, looking good your memberlist now :)


All times are GMT. The time now is 01:42 AM.

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.00941 seconds
  • Memory Usage 1,724KB
  • 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
  • (3)bbcode_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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