The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#1
|
||||
|
||||
![]()
Alrighty then...so it works nicely for the person who posted it and people who are in the 'allowed' groups, but it needs to be edited in order for the html content of the post to be seen by the other groups.
Could this be due to some.. caching thing? Is it that the editing of the post forces something to happen that does not in the posting of a reply? Or the other way around? Link to the thread in question is in my sig. ![]() |
#2
|
||||
|
||||
![]() PHP Code:
|
#3
|
||||
|
||||
![]() Quote:
If I edit that, it does show as bold to all users. |
#4
|
|||
|
|||
![]()
Because the WYSIWYG editor will convert the HTML to bb-codes on edit.
Try some other html like creating a table and see the difference. (PS Just guessing here) |
#5
|
||||
|
||||
![]() Quote:
As it turns out, New Threads, Replies and Edits come out nice. Quick Replies (and anything that is 'automated' like the RSS feeds ![]() |
#6
|
||||
|
||||
![]()
Postcache.
If you edit the Post, if must be parsed again afterwards. And as you are the first to see it, it will take your permissions for parsing - and store the correctly parsed HTML. |
#7
|
||||
|
||||
![]()
OK.. so if I was to somehow force it to not be cached if it's posted by someone with this permission.. would that be the way to approach the problem?
Or, how do I go about forcing all posts made by someone with this permission to be stored with the parsed html? If I have this right, posting New Threads and Quoting posts goes through ...something that Quick Replys (probably due to AJAX) do not? |
#8
|
||||
|
||||
![]()
Best way: Fix your permission check
![]() |
#9
|
||||
|
||||
![]() Quote:
It's too late at night. What should I be using there? I know the difference between $bbuserinfo[userid] and $post[userid], but this stuff I am only just learning...with a whole lot of help from you actually. ![]() |
#10
|
||||
|
||||
![]()
bbcode_parse_start
PHP Code:
|
![]() |
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|