Quote:
Originally Posted by MindTrix
Working perfect for me EXCEPTTTTTTTTTT the link in the drop down menu under Quick Links does not show the messages, it just shows the forum in a pop up window
|
Again, sorry for that...
Open vbpager template and find
PHP Code:
if(opener && self.name=="pager")
Change it to
PHP Code:
if(opener && self.name=="pager" || self.name=="pagerlog")
Both installation files been updated with this silly thing.