Go Back   vb.org Archive > vBulletin Modifications > Archive > vB.org Archives > General > Member Archives
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools
Something between maketextareacode and makelabelcode... Details »»
Something between maketextareacode and makelabelcode...
Version: , by Burns Burns is offline
Developer Last Online: Oct 2009 Show Printable Version Email this Page

Version: Unknown Rating:
Released: 04-05-2002 Last Update: Never Installs: 0
 
No support by the author.

Hi!

I want to change the post approvement site a little,
so i'm playing with moderate.php now...

I dont like this "maketextareacode" box,
because
a) too small font
b) black on white
c) too small for big posts, waste of space for small space
( it has a pre-definded size )

I really dont need to edit these posts, just want to be able read them
( without wasting my eyes to this unreadable font ),
so ideal would be the view smilar to the forum view...

I tried "makelabelcode" function, it even works,
but if a long post has no line breakes,
the line never breaks, untill... i dont know...
( so i have wide wide WIDE window )

Anyone have an advice which function could i use
to display text blocks,
like tables with constant width and variable height ?
May be even with customizeble font size and text/background colors ?

Thanks in advance

Burns

Show Your Support

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

Comments
  #2  
Old 04-05-2002, 11:12 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Use makelabelcode() with wordwrap() to add line breaks to the message.
Reply With Quote
  #3  
Old 04-05-2002, 11:28 AM
Burns's Avatar
Burns Burns is offline
 
Join Date: Mar 2002
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you FireFly !
It looks better, but now i miss paragraphs
( the empty lines, can see them in the "area" box;
a long text without paragraphs is difficult to read too )

Also, isn't there any length-limit at "makelabelcode",
so a very long message would not be displayed complete ?

Are there any more advanced function,
that is already defined in vB code ?
Reply With Quote
  #4  
Old 04-05-2002, 11:30 AM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

After you wordwrap() the message, passit through nl2br() so you get proper line breaks.
You can always use bbcodeparse2() but I think it's an overkill for this purpose (unless you want to see smilies and images and stuff).
Reply With Quote
  #5  
Old 04-05-2002, 12:10 PM
Burns's Avatar
Burns Burns is offline
 
Join Date: Mar 2002
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Thank you, it looks really nice now...

only one thing left...
i use dark-blue/dark-green for the background,
the adminstration has light-grey as background,
now what if the user choose a color too close to that grey ?

Is there any way to change the text/background color of administration ?
Reply With Quote
  #6  
Old 04-05-2002, 12:16 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

You can change it globally in the cp.css file (it's a stylesheet).
Or you can just disable the color tag in the text:
Code:
$message = str_replace('[size', '[[i][/i]size', $message);
(if $message is the variable, I can't remember)
Then use bbcodeparse2(),
Reply With Quote
  #7  
Old 04-05-2002, 12:39 PM
Burns's Avatar
Burns Burns is offline
 
Join Date: Mar 2002
Posts: 36
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

Changed cp.css, it's perfect now ! :rambo:
Thank you again !
Reply With Quote
  #8  
Old 04-05-2002, 03:51 PM
Admin's Avatar
Admin Admin is offline
Coder
 
Join Date: Oct 2023
Location: Server
Posts: 1
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

No problems.
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 11:23 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.04188 seconds
  • Memory Usage 2,265KB
  • Queries Executed 21 (?)
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
  • (1)bbcode_code
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)modsystem_post
  • (1)navbar
  • (6)navbar_link
  • (120)option
  • (8)post_thanks_box
  • (8)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (8)post_thanks_postbit_info
  • (7)postbit
  • (8)postbit_onlinestatus
  • (8)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