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...
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>
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.
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...
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...
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.*...
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.*...