https://www.icyphoenix.com/viewtopic.php?f=26&t=4352&p=29408#p29408
-----------------------------------
Lopalong
Tue 24 Jun, 2008 16:09

Re: The Blog Mod
-----------------------------------
Mate, Code in Code-Wrappers - Please. :(

These files (It's getting too late for me to be looking what is in what file?).

Do them one at a time and test. Some may already have the CT_* line with [i]MEDIUM[/i] so change it to "LOW".

Find: define('IN_PHPBB', true);

After ADD (Or change as required):  define('CT_SECLEVEL', 'LOW');

##                viewtopic.php, 
##                admin/admin_groups.php, 
##                includes/constants.php, 
##                includes/page_header.php, 
##                includes/usercp_viewprofile.php,

If nothing changes during each test - remove / change back what you did with the file. ;)

Let's see what happens? :P

If NOTHING! Then it will be time to look at what files comes with the MOD you've added - so one will need to know where to get it. :P

You can also help there by checking the browser bottom-bar for the url that you mousing over to start this thing. (possibly weblog.php or something) Then add the code above to that file. Also check what's under [b]define('IN_PHPBB', true);[/b] "Path-Wise" that it's calling and progress through those files doing the same thing. ;)

Best of luck! :P


