Go Back   vb.org Archive > Community Discussions > Modification Requests/Questions (Unpaid)
FAQ Community Calendar Today's Posts Search

Reply
 
Thread Tools Display Modes
  #1  
Old 06-19-2014, 02:15 AM
It's Damn Real! It's Damn Real! is offline
 
Join Date: Mar 2011
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default Custom Paragraph Indent BBCode

I'm trying to provide a QUOTE alternative for my forum where users can use a custom BBCode that will both indent any pasted text, as well as add a background color to that text so that it appears like so:


HTML Code:
[INDENT][BGCOLOR=COLOR]Lorem ipsum dolor sit amet, consectetur adipiscing elit. 

Nullam tristique lorem a tortor pulvinar, a consequat magna dictum. 

Integer egestas eget ligula.[/BGCOLOR][/INDENT]

This is obviously just dummy text, but the idea is to allow for this new BBCode to serve in place of what we've traditionally used, which is the standard QUOTE code, which doesn't retain the text from the original post if that post is quoted by a user due to vBulletin's lack of quote level support.

I'm able to create a custom BBCode for a background color, but I want to make it as easy as possible on my users by automatically including an INDENT within that new custom code so that they aren't forced to include both the new code as well as a traditional indent.

Any help is much appreciated.
Reply With Quote
  #2  
Old 06-19-2014, 08:36 AM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

I believe the css for indenting the first line 20 pixels (for example) would be
Code:
text-indent: 20px;
so the replacement html would be something like
Code:
<span style="text-indent: 20px;">{param}</span>
Reply With Quote
  #3  
Old 06-19-2014, 12:31 PM
It's Damn Real! It's Damn Real! is offline
 
Join Date: Mar 2011
Posts: 50
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

kh99,

The issue is that I'd also like to add a background text color to all the text being typed or pasted into this custom code so it stands out from any other type.

For example, if a user shares an article with a snippet from it, I'd like the custom quoted text from it to essentially be highlighted so that when that user then posts their opinion or thoughts on it, the two appear very differently in the post, so as not to confuse a users' opinion with being part of the article.
Reply With Quote
  #4  
Old 06-19-2014, 12:41 PM
kh99 kh99 is offline
 
Join Date: Aug 2009
Location: Maine
Posts: 13,185
Благодарил(а): 0 раз(а)
Поблагодарили: 0 раз(а) в 0 сообщениях
Default

OK, you can make the replacement include a background color, like:
Code:
<span style="text-indent: 20px; background-color:blue">{param}</span>
Maybe you want the background color an option on the bbcode, which you could do, but with this replacement it would allow a user to put whatever css attributes they want in there, which might not be good (you could for example use absolute positioning to put something anywhere on the page you want). It might be possible to use an old pre-css attribute to set the background color and avoid that problem (although I don't remember if there is one or what it is).
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 05: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.06440 seconds
  • Memory Usage 2,191KB
  • Queries Executed 13 (?)
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)ad_showthread_firstpost
  • (1)ad_showthread_firstpost_sig
  • (1)ad_showthread_firstpost_start
  • (3)bbcode_code
  • (1)bbcode_html
  • (1)footer
  • (1)forumjump
  • (1)forumrules
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (1)navbar
  • (3)navbar_link
  • (120)option
  • (4)post_thanks_box
  • (4)post_thanks_button
  • (1)post_thanks_javascript
  • (1)post_thanks_navbar_search
  • (4)post_thanks_postbit_info
  • (4)postbit
  • (4)postbit_onlinestatus
  • (4)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_postinfo_query
  • fetch_postinfo
  • 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