05-31-2011, 06:22 AM
05-31-2011, 06:31 AM
05-31-2011, 07:06 AM
Glad you can solve the problem
Not quite sure, you need to wait Yumi/ZiNgA to reply.
@ Yumi: Just for a "shortcut"
http://mods.mybb.com/view/hide-to-guests
Not quite sure, you need to wait Yumi/ZiNgA to reply.
@ Yumi: Just for a "shortcut"
http://mods.mybb.com/view/hide-to-guests
05-31-2011, 08:13 AM
The plugin copies all MyBB functionality and limits a number of variables to local scope.
Haven't tried, but maybe try this:
find:
Haven't tried, but maybe try this:
find:
PHP Code:
|
replace with:
PHP Code:
|
05-31-2011, 08:32 AM
Yes, it worked replacing than ZiNgA BuRgA, thank you. Thanks to RateU too
06-07-2011, 02:17 PM
I have installed those two plugins:
Code:
|
The code is show when quoting and editing, but it isn't there when I reload the page.
Is there any problem regarding any of the above plugins?
(Preparser Cache (1.11) is installed but deactivated)
I read there is a issue with Preparser Cache (1.11) but I didn't find the solution/information about it.
Thanks for helping
06-07-2011, 04:21 PM
Preparser cache will work with it.
I don't know about the page optimiser plugin.
I don't know about the page optimiser plugin.
06-08-2011, 02:29 AM
Thanks Zinga Burga, it was the imei Page Optimizer plugin, can you find the problem please? If not, don't worry, it is not than necessary anyways
Thanks again.
Thanks again.
06-08-2011, 11:35 AM
It's stripping out comments needed by this plugin. Maybe try this, find:
PHP Code:
|
Replace with
PHP Code:
|
06-08-2011, 12:32 PM
(06-08-2011 11:35 AM)ZiNgA BuRgA Wrote: [ -> ]It's stripping out comments needed by this plugin. Maybe try this, find:
PHP Code:
$plugins->add_hook("pre_output_page", "imeiPageOptimizer");
Replace with
PHP Code:
$plugins->add_hook("pre_output_page", "imeiPageOptimizer", 9999);
It worked! Thanks for taking the time Zinga Burga
Pd: Next time will not forget to leave a download link (: