Jump to content
  • Sign Up

Chris81

Rookie
  • Posts

    17
  • Joined

  • Last visited

Everything posted by Chris81

  1. No help needed anymore Built my first plugin: Pending approval...
  2. Hi everyone, I would like tro create my first plugin for my own forum (IPS 4.2.6), where when one visits the Online Users page (and only that page), that the page will auto refresh every x seconds. The problem is, I can't get it to work. For now, I am just trying to fix it in the default theme directly, by editing the onlineUsersList, onlineUsersRow and onlineUsersTable and inserting a meta refresh tag, but it's not refreshing at all. The idea was, once I got that working, I would know where to insert the theme hook for the plugin. Who can help me in the right direction? Thank you in advance, Chris
  3. It’s not CSS, it is SQL. Just have a look in the core_cache table
  4. @christopher Did you get this resolved? I have the same issue, I have 67 items to be approved, but nothing visibly in the queue. I may have fixed it. INSERT INTO `core_cache` (`cache_key`, `cache_value`, `cache_expire`) VALUES ('modCpApprovalQueueCount_958', '67', 1512762145); Changing the 67 to 0 cleared the number.
  5. Scratch that, I have gotten hold of it. So question answered. Thank you!
  6. Thanks, but I can't seem to download it.
  7. Is there a plugin available to allow for the user's join date to be visible in the left hand side when a user places a reaction? I already have a profile field that is visible (through conversion - residence), but I can't seem to get the user's join date in there under his/her avatar.
  8. Ok, changing database setting core_sys_conf_settings.site_address doesn't work. So I ended up with editing the email wrapper template and deleted the parts (in both HTML and plain text parts) after {setting="board_name"} So, problem solved.
  9. Yes it can be that simple, but when a form says that I can leave all fields blank and it doesn't work, I want the script to be fixed
  10. Hi, I have a 4.2.6 instance running and since I am located in The Netherlands, I chose that country for the physical address. But when I leave all other fields blank and I want to save, it still tells me "You must provide a complete address, or leave all fields blank." Plus, it then reverts the country to United States. I guess the Physical Address determines the time of the forum? (I can't see where I can set a timezone for the forum) so I want that on The Netherlands. But I don't want the physical address - other than the country - to be known, because in the email footer the address would be printed. Now the email footer looks like "<forum name>, , , ," . A lot of comma's, where the physical address would be printed (which I don't want). So my questions: Is the Physical Address (country) linked to the timezone of the forum? How can I only supply the country and not the address? If 2 is not possible, how I can I remove the comma's from the email footer? Chris
  11. I notice that I can't get my social media integration to work. When I look on my WebFlake account settings, I see: When I look at my own 4.2.6 account settings, I only see: How can I get those social media icons to appear on one's profile? What have I missed?
  12. @Salazar That fixed my problem, thanks!
  13. Ok, I can work with that. Thanks! I can't see where the group names are registered in the databse...I see core_groups, but not with a group name. If I can correlate the group ID to the group name I should be set.
  14. Hi, I have imported a phphBB 3 forum into IPS 4.1 and after that conversion I discovered that some users have a primary group other than Members. Is it possible to - script wise / sql wise / plugin wise - change the primary group for these members to Members and have their current primary group set as secondary group? For instance: User A - primary group Barber -> User A - primary group Members - secondary group Barber I haven't found a way to do member management from group perspective. I have to go to the member and change the group, I can't go to groups and select / deselect members. Maybe there is a plugin for it? (Which I haven't found so far). Thank you in advance! Chris
×
×
  • Create New...