thedhc
Forum Replies Created
-
Forum: Plugins
In reply to: [WoW Guild Armory Roster] Update for legionI managed to get this working with some additional code, for anyone that is interested.
Download the following icon and place it in /wp-content/plugins/guild-armory-roster/icons:
https://s9.postimg.org/vr4pj26n3/class_12.jpg
Open /wp-content/plugins/guild-armory-roster/css/wow-armory-table.css in a text editor.
Go to line 53 and add the following under it:
.class-12 {width:18px; height:18px; background-image:url("../icons/class_12.jpg")}Save the file and the new changes are there.
I guess this is a nice temporary fix until an official new version.
Forum: Plugins
In reply to: [Private groups] "Add group on login" settingWill do!
Forum: Plugins
In reply to: [Private groups] "Add group on login" settingHi Robin,
Thanks for the help, been looking forward to your reply :).
First of all, when running this query:
SELECT *
FROMwww_usermeta
LIMIT 0 , 30It says group3.
http://s13.postimg.org/68houlztz/image.jpg
WordPress is set to add users to “group4” by default (which translates to the group visitor in wordpress roles) which it does…but something keeps adding new users to private group3.
Forum: Plugins
In reply to: [Private groups] "Add group on login" settingI suppose that is because of the setting in Settings => Forums:
Auto role Automatically give registered visitors the Participant forum role
http://s24.postimg.org/kky69hphh/Capture.jpg
I have tried with this setting off to register a new user, still it gets assigned Group 3 from the private groups no matter what i do.
Forum: Plugins
In reply to: [Private groups] "Add group on login" settingsorry it’s a typo…its visitor not visitors…my bad.
Forum: Plugins
In reply to: [Private groups] "Add group on login" settinga:2:{s:7:”visitor”;b:1;s:15:”bbp_participant”;b:1;}
This what you mean?
This is from a new registered user. So the roles are correct for both WP & BBpress.
However, when looking at the database, it also makes it member of private group group3 and i have no idea why though. Did i miss something?
Forum: Plugins
In reply to: [Private groups] "Add group on login" settingI don’t have bbpress roles visitors.
I created additonal WP roles and also groups with your plugin. These are called the sanme. I thought the names where just names, so i created them to be similar so that it was easier for me to understand and link them to each other.
Yep i have phpmyadmin and know how to use it :). What should i do?
Forum: Plugins
In reply to: [Private groups] "Add group on login" settingHi Robin,
Answers below:
a) here i have set the role Visitors
b) here i have the following group linking configured:Managers = Group1 Managers
Teamleader = Group2 Teamleader
Members = Group3 Members
Visitors = Group4 VisitorsWhen a user registers, they are being given autorole Visitors from WP and being assigned Group3 Members from bbp-private-groups i am not sure why.
I have tried with Add group on login disabled and enabled but same result.
Forum: Plugins
In reply to: [Private groups] "Add group on login" settingI am having the same thing…these are my settings:
I am using WPFront User Role Editor to create custom groups that have inherited permissions from the default groups.
Visitors = subscribers
Members = subscribers
Teamleader = subscribers
Managers = AdministratorI have 4 groups in bbP private groups:
Group1 = Managers
Group2 = Teamleader
Group3 = Members
Group4 = VisitorsThen i created forums (bb press) and these are only visible to certain groups that i created in bbP private groups.
Forum 1 = Group1, Group2, Group3, Group4
Forum 2 = Group1, Group2, Group3, Group4
Forum 3 = Group1, Group2, Group3
Forum 4 = Group1, Group2The bbP private groups are assigned to roles i created previously with WPFront User Role Editor.
Now the issue….
On registration a user is being joined to a group called Visitors from the default WP setting. This works great.
But then also on registration users for some reason are being given Group3 from the bbP private groups, this should be group 4 according to my mapping settings?
Thanks in advance.
Forum: Plugins
In reply to: [World of Warcraft - Armory Table] Table not coloring properly #2Can be resolved.
Forum: Plugins
In reply to: [World of Warcraft - Armory Table] Table not coloring properly #2Fixed it.
Was the default.css of my theme getting in between.
Forum: Plugins
In reply to: [World of Warcraft - Armory Table] Table not coloring properly #2