MyBB Community Forums

Full Version: back to 1.6.4 from 1.6.5
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
i used this but the problem is not resolved. updated line:


Array
(
    [0] => Array
        (
            [0] => /function sg_admin_nav[ ]*\([ ]*\$/i
            [1] => /function sg_admin_permissions[ ]*\([ ]*\$/i
        )

    [1] => Array
        (
            [0] => function sg_admin_nav(&$
            [1] => function sg_admin_permissions(&$
        )

)
^ link to the sitemap plugin please ...
^ it appears that you have not changed the required line for the plugin !
open sitemap_generator.php file in a code editor (eg. notepad++) ; find below code around line 870

function sg_admin_nav($actions)

change to below code AND save the file ; reupload this for using
function sg_admin_nav(&$actions)
thank you rajani. the problem was solved
i have one problem whit social groups plugin. when plugin is active i can't edit usergroups:

[Image: hvbfjfqy8cmqmwynqyin.png]

I need to change the codes? if yes which?
Try reinstalling the plugin, or contacting the plugin author.
thank you denins but i disable, delete & reinstalling for many time but problem not resloved.
plugin author "I haven't done changes to modify it for 1.6.5. I'll have to figure that out, I just don't have much free time this time of year due to my work." says.
the plugin fields not insert tu "mybb_usergroups" table. anybody can help me to fix this problem?Sad i need this plugin
????????????
^ I've tested it on localhost - myBB 1.6.5 AND could not reproduce above referred issue .
I can clearly see cancreatesocialgroups field in mybb_usergroups table ..
when i want activate plugin:

[Image: eczwju1i83bqyihdu7ga.png]
Goto your phpMyAdmin, go into your database, click the 'mybb_users' table, click the red X next to the row that has 'groupposts'
Pages: 1 2 3