![]() |
Works perfectly for me, thanks a lot!
|
I'm looking for something similar to this but haven't found it yet so maybe this could be adopted. I want to give certain usergroups permission to use HTML and the IMG tag in their signature. Can this script do that? or will I need to hack? is there another hack that already does what I'm looking for?
|
Hmm, my bulletin board won't accept this script. May be because I have 3.5.1?
Could you update the script?? ..Problem fixed. |
does this allow html anywhere; even in signitures?
Quote:
|
When I enter HTML that has tables there is a HUGE blank space above the very first cell.
Check it out at http://www.dssftp.com/forum/showthre...061#post316061 The code that is in there is <table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="100%" id="AutoNumber1"> <tr> <td width="20%">test</td> <td width="20%">test</td> <td width="20%">test</td> <td width="20%">test</td> <td width="20%">test</td> <td width="20%"> </td> </tr> <tr> <td width="20%">test</td> <td width="20%">test</td> <td width="20%">test</td> <td width="20%">test</td> <td width="20%">test</td> <td width="20%"> </td> </tr> </table> mili |
Quote:
It was just me having a hard time understanding how to install it ;D |
Is there any way to get the code, php and html vb tags to show the code in the same way it does when html is not allowed?
|
Possibly by adding [noparse] tags?
I dunno. :) |
I think that only works for vb code apparently, not raw php/html I don't think. but I did try it to see if it would work.. that's what led me to post :p
|
gotta love hacks wiht 0 instructions on how to install them, makes me love PHP programmers even more then I hate them already
|
Quote:
(Forgive me for asking, but should someone who can't figure out what to do with a bitfield xml and a product xml REALLY be allowing people to post HTML?) |
. :devious: :devious: :devious:
|
Quote:
What is so hard to follow about the following? Quote:
It is not my place to train you in this regard. Its also not my place to provide support to someone rude enough to ask for it without clicking install. |
Quote:
..add a space where it matters and the code will be broken, and shown as plain text ;) < a href="thepage.htm">The Link</a > |
The premier online credit card processing service provides a complete low cost turn-key operation including 24/7 support, your own individual merchant account - no factoring, no piggybacking - fully automated online secure transactions. Nearly all merchant types accepted including brand new Internet sites, mom and pops, bad credit, no credit, high volume accounts.
http://www.tkqlhce.com/click-1848433-12876" target="_top" > http://www.tqlkg.com/image-1848433-12876" width="468" height="60" alt="Credit Card Processing Online" border="0"> http://pspgameforums.com/forum/showthread.php?t=21 <table width="100%" border="0"> <tr> <td><div align="center"><a href="http://www.tkqlhce.com/click-1848433-12876" target="_top" > <img src="http://www.tqlkg.com/image-1848433-12876" width="468" height="60" alt="Credit Card Processing Online" border="0"></a> </div></td> </tr> </table> http://www.tkqlhce.com/click-1848433-12876 http://pspgameforums.com/forum/showt...hp?p=30#post30 http://pspgameforums.com/forum/showt...hp?p=30#post30 its not showing the html as banner adds like it is meant to be |
Given that the code that you posted above doesn't have any opening html tags (like <a> or <img>), no.. my hack doesn't magically fix incorrectly entered HTML.
|
So you got no idea why my tables are a mile down the page with the code I pasted in the above post?
mili |
Quote:
|
PHP Code:
does not work |
I really hope he doesn't try to help you any further.
|
Quote:
|
Quote:
Quote:
This does: Quote:
|
works fine for me.. besides the vbulletin conflicts with using html in code tags in a html enabled forum :/
|
Is there anyway this hack can be expanded to include HTML in signatures?
|
Quote:
PHP Code:
http://pspgameforums.com/forum/showt...hp?p=22#post22 |
Nice hack, I installed it, but there is a problem.
The [HTML] bbcode doesn't work correctly anymore. It's showing up like this for example:<a href=\"http://test.com\">test</a> The [PHP] one is working though. Quote:
I tried it out. |
Quote:
Ok found out how to do this in Dreamweaver....... This is a simple and yet very powerful "trick". Here's how it works: Open a document, Click inside Code View, Create an empty line, Left-click in the margin on the left hand-side of that empty line (it should turn black on Windows, blue on Mac), Select Menu > Edit > Find and Replace (keyboard shortcut: Ctrl + F), Select an option in the "Find in:" dropdown box, Select "Replace All" and you're done. This removes all whitespace in your html document and when pasted into vbulletin your content is at the top and no gap to be seen.... Works for me.... |
Quote:
|
Quote:
What you are experiencing is a vBulletin Stock Feature/Bug. You may want to report this in the vB Bug Tracker...you will have to remove this Modification if you want them to look at it tho. :) |
Quote:
and thank you theodonnells, that solved my problem.. but is there another professional way to over come this problem.. Regards |
There is no white spaces in this simple code
<table width="100%" border="0" cellpadding="1"> <tr> <td>test</td> <td>test</td> <td>test</td> </tr> <tr> <td>test</td> <td>test</td> <td>test</td> </tr> </table> And yet this is what gets displayed: http://www.dssftp.com/forum/showpost...61&postcount=1 mili |
I must be an idiot!
Installed correctly. Instructions could not have been simpler. Created a new usergroup with html enabled. HTML code is ON. So how do I post in HTML? I tried simple HTML tags which do nothing. Found nothing in the vB online manual. Followup: I enabled html on my other board that doesn't have this plugin and was able to use HTML. Is there anything else I need to do to enable this plugin? And another followup: In my plug in manager I have Allow Usergroups to post HTML active Allow Usergroups to post HTML off |
OK.. the OFF plugin is one I left in by accident...leave it OFF.
Turn the option on in the Usergroup Manager (at the bottom of the Usergroup you are editing) for your Usergroup. Just post the html...no need for special tags. |
Quote:
|
Quote:
Nope. Still doesn't work. I'll reinstall and see what happens. |
Quote:
Code:
<table width="100%" border="0" cellpadding="1"><tr> <td>test</td><td>test</td><td>test</td></tr><tr> <td>test</td><td>test</td><td>test</td></tr></table> Copy and paste it and see.. |
I followed the install.txt file but its seems not to work. Plugins are enabled. I'm running vB 3.5.1
|
Quote:
i copy all of my html into TEXTPAD, CTRL+A to select it and CTRL+J to "Join Lines" and it merges all of the code to a single line. then i copy and paste that into my thread... |
I use this hack and its great but,
I have some problems; I want to use this code in my message HTML Code:
<strong><phrase 1="$bbuserinfo[username]">$vbphrase[welcome_x]</phrase></strong><br /> HTML Code:
<strong><phrase 1=\"$bbuserinfo[username]\">$vbphrase[welcome_x]</phrase></strong> between html tag.. I can't use HTML,QUOTE ,CODE and PHP tag codes. what should we do? |
This hack assumes a level of skill that I am lacking in. I am very new to vBulletin, but I have very specific needs, and I do know exactly what I want.
This hack is one of those things that I need very much. The install.txt is so vague that I can't seem to get this to work. By reading this thread I have run into many things I do not understand. I have uploaded this bitfield_allowhtml.xml to my includes/xml directory, and that's all. When I checked my usergroup manager I saw no option to "allow for this usergroup's HTML to be parsed". Also, what is a bitfield, why is it important to me, and why do the 3 CSV numbers in the XML mean to me? Do I need to edit them? Does "rebuilding bitfields" mean anything to me? My intention is to have only Admins HTML parsed, can someone please explain in a more specific way how I need to install this and accomplish my end goal? I would be very appreciative. Thank you |
All times are GMT. The time now is 06:08 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|