vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   Allow Usergroups to Post HTML (https://vborg.vbsupport.ru/showthread.php?t=96926)

Boofo 05-03-2006 05:26 AM

Quote:

Originally Posted by kall
There should be... my brain's a bit scrambled at the moment, tough day at work but..
PHP Code:

// Was this post made by an allowed Usergroup member?
if ($perms['allowhtmlpermissions'] & $this->registry->bf_ugp_allowhtmlpermissions['canposthtml']) 

Somewhere in there... a "or $bbuserinfo[userid] == 'x'" style thing.. Did you mean 'override those who can't, so they can... or override those who can, so they can't?

I am hoping someone with a working brain will be able to sort it out. :)

Make is so if a usergroup is allowed to use it, you can turn it off for a member in that grouop and leave it on for the others. And also, if it is turned off for a group, be able to turn it on for a member, while leaving it off for the other memebers in that group.

I think I'll go lie down now, my head hurts. ;)

kall 05-03-2006 05:48 AM

Both??! You want BOTH?

:P

Seriously, someone else will need to step in at this point. I will activate the Andreas Beacon and see what happens. :)

Sparks Kelly261 05-09-2006 01:54 PM

When I try and import the product.
Vbulletin produces the following error.

Code:

vBulletin Message


    Invalid File Specified

Now, I tried from both importing server side, and upload, both give same error.
What do I do?

Boofo 05-09-2006 01:57 PM

Quote:

Originally Posted by Sparks Kelly261
When I try and import the product.
Vbulletin produces the following error.

Code:

vBulletin Message
 
 
    Invalid File Specified

Now, I tried from both importing server side, and upload, both give same error.
What do I do?

Did you try uploading it as a plugin? This needs to be imported as a product. ;)

Sparks Kelly261 05-09-2006 02:16 PM

Yes.
I tried as a Product first, then plugin.
Both result in the same error.

Boofo 05-09-2006 02:20 PM

Quote:

Originally Posted by Sparks Kelly261
Yes.
I tried as a Product first, then plugin.
Both result in the same error.

Clear your cache and try re-downloading the file. You may have gotten a corrupted one.

Sparks Kelly261 05-09-2006 03:13 PM

Sorry, your right.
I must have gotten a corrupt download file.

thanks!
Great Hack!

kall 05-09-2006 06:38 PM

Quote:

Originally Posted by Boofo
Clear your cache and try re-downloading the file. You may have gotten a corrupted one.

Thanks Boofo! I would never have thought of that!

Boofo 05-09-2006 07:34 PM

Just a lucky guess is all. ;)

Titania 05-14-2006 03:05 AM

Hmmm...doesn't work for me either. I have the option to allow HTML for usergroups in my admin CP but, like the others, I just get the html showing up as text.
I'm on VB 3.5.3

hobbes747 05-24-2006 06:01 AM

Quote:

Originally Posted by hobbes747
It's not working for me after the latest upgrade. :surprised: I tried reinstalling the hack too.

Nevermind. It's working after I installed it again. v:nervous:v

vBFreak 05-24-2006 11:03 PM

Is there any fix around to fix parsing html in signatures in private messages? I've re-installed the whole thingie but it seems that it doesn't parse html in signatures of PNs, regardless of the usergroup's setting...

Maybe I have to refresh some cached thingies or so? who can help me out? ;)

kall 05-25-2006 12:13 AM

Possibly add something to a hook in private.php?

I am at work at the moment, and have no real time to check it out this week..I will try, but if anyone else wants to do it, feel free. :)

PeZzy 05-27-2006 10:04 AM

I tried to install this but got the inactive entry in the plugin manager that was posted earlier in this thread. It says HTML is on but nothing is parsed. Same thing after uninstalling and reinstalling. VB 3.5.4 with .php5 (edited the xml)

I enabled the inactive plugin and it works...thanks. Sorry - first plugin. :)

Nathan2006 05-29-2006 10:23 PM

Runs and clicks Install:D

Thank you kall this is great!:cool:

mano1.com 05-31-2006 03:11 AM

excellent! installed!
Thank you

:)

mano1.com 06-05-2006 02:20 AM

Hi

for some reason when I post divs

such as

HTML Code:

<div id="needThisDiv">Content</div>
... the div tags are removed by vB... :(

I am doing some cool JAvascript-based workaround to play videos / flash movies which use a div tag and it is not working because of this..

any workaround to keep all my HTML intact?

Thanks!

rogersnm 06-06-2006 05:25 PM

this may have been mentioned before but at 3am in the morning i can't be bothered to cruel through 15 pages worth of stuff.

The html for admin is enabled but it doesn't work when i try and post it. View this post for an example:
http://forums.perfectforce.com/showthread.php?t=172
Code:

If <a href="http://live.xbox.com/member/Bullet Stream">Bullet Stream</a> was a true gamer, he would have played yesterday, but he decided to do something else instead. He better not have another console...
Either it's just me or that link doesn't work... the link goes to:
Quote:

http://live.xbox.com<b>* Nicks Xbox 360mber/Bullet Stream
and it's supposed to go to so somethings being messed up along the way.....

Boofo 06-06-2006 06:14 PM

Quote:

Originally Posted by rogersnm
this may have been mentioned before but at 3am in the morning i can't be bothered to cruel through 15 pages worth of stuff.

You are kidding right?

kall 06-06-2006 06:39 PM

Either he is kidding, or for some reason he thinks that URLs can have spaces in them...

OR! He has a /me hack installed!!

Nick, look how the link has /me in it (/member). the /me hack is interfering.

Eagle Creek 06-06-2006 06:41 PM

Quote:

Originally Posted by kall
Either he is kidding, or for some reason he thinks that URLs can have spaces in them...

OR! He has a /me hack installed!!

Nick, look how the link has /me in it (/member). the /me hack is interfering.

You smart man!

GREAT Avatars overhere :D.

Is that little image done automatic?

RFViet 06-06-2006 06:49 PM

thanks, this is what i'm looking for !!!

rogersnm 06-06-2006 07:16 PM

that would be it xD and no i am not kidding it was 3am in the morning it's not 5:15am :D

btw. url's can have spaces in.

And yes it was the me hack.. xD

Boofo 06-06-2006 07:32 PM

Quote:

Originally Posted by rogersnm
that would be it xD and no i am not kidding it was 3am in the morning it's not 5:15am :D

btw. url's can have spaces in.

And yes it was the me hack.. xD

Use Hellcat's /me hack and you won't have those problems.

rogersnm 06-07-2006 06:48 PM

i have another problem xD

if you go to: http://forums.perfectforce.com/showp...04&postcount=1

then you can see the whole thing is messed up.

i think it's domething to do with the table... in the post i have this:
Quote:

Do you have a Word Press Blog? If so tell us the url and the name of the forum you want and we'll put in your feed after reveiwing the site. If you don't have a blog please use the form located below so we can set one up.

<font face='arial' size=2><b>All fields marked with a * are required:<br>
<form enctype='multipart/form-data' action='process.php' method='post'>
<table border=1 bordercolor='#000000'><tr><tr>
<table width='50%' border=0>
<tr><td bgcolor='#C0C0C0'> Password<font color='#ff0000'>*</font></td>
<td bgcolor='#C0C0C0'>
<input type=password name='Password' size=35></td></tr>
<tr><td bgcolor='#CCCCCC'> Admin nickname<font color='#ff0000'>*</font></td>
<td bgcolor='#CCCCCC'>
<input type=text name='Adminnickname' size=35></td></tr>
<tr><td bgcolor='#C0C0C0'> Uour Email Address</td>
<td bgcolor='#C0C0C0'>
<input type=email name='UourEmailAddress' size=35></td></tr>
<tr><td bgcolor='#CCCCCC'> Site name<font color='#ff0000'>*</font></td>
<td bgcolor='#CCCCCC'>
<input type=text name='Sitename' size=35></td></tr>
<tr><td bgcolor='#C0C0C0'> Description<font color='#ff0000'>*</font></td>
<td bgcolor='#C0C0C0'>
<input type=text name='Description' size=35></td></tr>
<tr><td bgcolor='#CCCCCC'> Email account username</td>
<td bgcolor='#CCCCCC'>
<input type=email name='Emailaccountusername' size=35></td></tr>
<tr><td bgcolor='#C0C0C0'> Email account password</td>
<td bgcolor='#C0C0C0'>
<input type=password name='Emailaccountpassword' size=35></td></tr>
<tr><td bgcolor='#CCCCCC'> POP or SMTP server</td>
<td bgcolor='#CCCCCC'>
<input type=text name='POPorSMTPserver' size=35></td></tr>
</table>
</td></tr></table>
<input type='submit' value='Submit Form'> <input type=reset value='Clear Form'></form>

and if you try it vB messes it up anyway. any ideas?

mili 06-07-2006 06:53 PM

I mentioned that it screws up tables like 3 months ago. No fix yet.

mili

rogersnm 06-09-2006 04:29 PM

ok, does it work on 3.6?

good2laugh 06-13-2006 05:02 PM

Quote:

Originally Posted by rogersnm
ok, does it work on 3.6?

I just installed it on 3.6 and it seems to be working. It's not on a live board yet so no idea if everything is as should be. Seems to be fine though.

Thanks Kal < waddles off to find the install button >

RFViet 06-13-2006 07:37 PM

there is some posts , I want to turn off HTML, what should i do ??

creativepart 06-14-2006 06:36 PM

I'm trying to get HTML to work for a few users. So this looked good.

I installed it, and turned on the parse html feature for that user group and did a test of a simple <li> next to a sentance.

Now Admins can see the bullet placed by the <li> but no one else can see it -- not even in the special usergroup with html parse set to yes.

Am I missing something? And why does the plugin manager show two installs of this plugin with one struck thru?

I-Web 06-15-2006 07:05 AM

Yup works on 3.6 beta 2 have it running on a live board and as stated it is superb for rss feeds

bergonio 06-22-2006 04:27 PM

Help!! I installed but people keep using the HTML... what I did wrong? I read all this thread and looks like I have to edit one XML.. if so... tell me what to read or what to do to make it !

thanks

Snake 06-23-2006 05:47 PM

I've installed this hack but it doesn't allowe usergroups to parse HTML in signatures.

kall 06-23-2006 09:02 PM

Quote:

Originally Posted by Dark Cloud
I've installed this hack but it doesn't allowe usergroups to parse HTML in signatures.

Where exactly do I say that it does?

Snake 06-24-2006 01:45 PM

Nowhere but by looking at this thread, I thought it would parse the HTML anywhere on the forums. Oh well...

Freakpyromaniac 06-26-2006 08:33 AM

Is my understanding okay when i need to turn HTML on in the forum(Categories) that i wanted to use it. After that i need to give the right usergroups permissions ?

Or is it not needed to turn it on at the forums(categories)?

kall 06-26-2006 08:47 AM

Quote:

Originally Posted by Dark Cloud
Nowhere but by looking at this thread, I thought it would parse the HTML anywhere on the forums. Oh well...

I think someone did write a plugin that does signatures.. try a search. :)

@Freak: No no.. dont touch the Forum level, the settings at Usergroup level override it if set to Yes.

Snake 06-29-2006 07:04 PM

I've done a couple of searches but sadly with no result. Can you get that hack for me please?

kall 07-04-2006 09:04 AM

Quote:

Originally Posted by Dark Cloud
I've done a couple of searches but sadly with no result. Can you get that hack for me please?

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

:)

Snake 07-04-2006 05:25 PM

Thanks but as you can see, I'm currently running on v3.5.4. :)


All times are GMT. The time now is 05:11 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.01953 seconds
  • Memory Usage 1,831KB
  • 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_code_printable
  • (1)bbcode_html_printable
  • (1)bbcode_php_printable
  • (15)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (40)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
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete