The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
||||
|
||||
In function parse_bbcode()
PHP Code:
|
#12
|
|||
|
|||
of what kind of problems are you talking about?
|
#13
|
||||
|
||||
If I am correct:
Guest is first to see Post => will be parsed as "Guests can't see this" => will be cached Member is viewing this post => post is in parsed postcache => will not be parsed => Member will see "Guests can't see this" Or the other way round. |
#14
|
|||
|
|||
i dont know if i understand what you said but what about this:
when i log out and i am a "guest" i see the notice "You are a guest....". if i log in again, i see the actual content. or do you mean something different? if you do, you better talk to someone with a little more knowledge than me. |
#15
|
||||
|
||||
Vielleicht ist es auf Deutsch einfacher
Der von Marco vorgestellte Code wird beim parsen von Beitr?gen (in der Funktion parse_bbcode2()) ausgef?hrt. Nun gibt es aber einen Cache, damit nicht bei jedem Threadaufruf jeder Beitrag neu geparsed (BBCode in HTML ungewandelt) werden muss. Liegt ein Beitrag in geparster Form im Cache vor, so wird dieser zur Anzeige verwendet und nicht neu geparsed - das kann einiges an CPU einsparen. Und genau das ist das Problem: Im Cache steht dann halt entweder die Version f?r G?ste, oder die f?r Benutzer (je nachdem welche drin gelandet ist), beim n?chsten Aufruf des Threads erfolgt da kein Update. Geh mal in vBulletin / Servereinstellungen & Optimierungen und schau mal was da f?r Lebensdauer gecachter Beitr?ge eingestellt ist. Wenn da was anderes als 0 steht d?rfte dieses Verhalten zu beobachten seiin, andernfalls habe ich mich get?uscht. @others Sorry for speaking german This is basically just what I tried to explain 2 posts above |
#16
|
|||
|
|||
thanks a lot und dankesch?n.
i think i now understood what you tried to explain to me. and yes, i got a 0 in "chached posts lifespan" so this means the hack works for me... i think. maybe this should be added to the hack itself in the subforum. |
#17
|
|||
|
|||
To solve the potential problems mentioned in this thread, a new version of this hack can be found at: https://vborg.vbsupport.ru/showthread.php?t=75228
|
Thread Tools | |
Display Modes | |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|