Recent content by WSM_TechMedia

  1. W

    XF 1.4 No login possible after domain migration

    in fact it was a caching issue. thanks for your support. case closed ;)
  2. W

    XF 1.4 No login possible after domain migration

    Hi, I migrated my forum from somedomain.xyz/forum to a dedicated domain: www.somedomain-forum.xyz. The database as well as the webroot remained the same, just the domain changed. I changed the cookie domain to ".somedomain-forum.xyz" in library/config.php. I changed the xf_option "boardUrl" to...
  3. W

    XF 1.4 Member Card - CustomFields Empty

    The code i use in the member_card template is like Adding Certain Profile Fields to Member Card. ... </xen:if> {$user.customFields.biography} </div> <a class="close OverlayCloser"></a> </div>
  4. W

    XF 1.4 Member Card - CustomFields Empty

    Thanks for the answer. But we are working with two different forums. In the first Forum, it works without any problems with the access to the data without addon. In the second it does not work and I can not find the difference in the settings.
  5. W

    XF 1.4 Member Card - CustomFields Empty

    Hi I have some customFields, this I would like to display in the member_card template as described in Adding Certain Profile Fields to Member Card. But it seems the template member_card not have access to these variables has. However, the same data is used in the template member_view. What can...
  6. W

    Empty admin.php after 1.4.8 -> 1.4.10 upgrade

    Problem: I upgraded from 1.4.8. to 1.4.10 The admin.php is delivered completely empty (no content at all) HTTP status code for the admin.php is 200 the frontend works fine though What did I try to fix the issue? I tried to rebuild the master data via the install tool (at least 5 times) -> no...
  7. W

    vBulletin Big Board Importer [vBulletin 3 + vBulletin 4] [Paid]

    Hi, I have a general issue / question on the Big Board Importer script. The Export.php not only uses the source database but also the target database ($this->db). What I don't understand is this for example: $users = $this->db->fetchAll(' SELECT user.*...
  8. W

    XF 1.4 Big Board Importer Issue

    Hi, I have a general issue / question on the Big Board Importer script. The Export.php not only uses the source database but also the target database ($this->db). What I don't understand is this for example: $users = $this->db->fetchAll(' SELECT user.*...
Back
Top Bottom