Recent content by Davey-UK

  1. Davey-UK

    Register users to WordPress

    Does WP and XF need to use the same database for this to work. Obviously the forum and WP can be in different folders, but can the database be seperate, even though its on the same host? Thanks
  2. Davey-UK

    Move Forum To New Domain While Keeping URL Structure

    Just an update on this one, and please help if anyone has an answer I have put the following in the root of my old domain, which is forwarding correctly to newdomain.com/forums BUT, when clicking on old links from the old domain in Google search, they only go to the same /forums and not to the...
  3. Davey-UK

    Move Forum To New Domain While Keeping URL Structure

    Thanks for such a swift reply. So the following code should do the trick, and redirect the old domain links directly to the same thread on the new domain? RewriteEngine on RewriteCond %{HTTP_HOST} ^abc.com [NC,OR] RewriteCond %{HTTP_HOST} ^www.abc.com [NC] RewriteRule ^(.*)$...
  4. Davey-UK

    Move Forum To New Domain While Keeping URL Structure

    I've done a lot of searching to find an answswr to this, but with no definitive answer from what i can see. My situation: My forum is currently in the forums subdirectory on abc.com. Example abc.com/forums The threads and posts urls have the format of...
  5. Davey-UK

    MYSQL ALIAS HELP

    I am working on a script that has the following sinario. Basically a table is created and populated from MYSQL with table headers and the answers listed below in rows. The table top names are actually meant to be questions. As in the image below The table headers msq2, msq3, msq4 etc, etc are...
  6. Davey-UK

    [AddonsLab] Unread Post Count

    Same here. Weve never had to answer so many messages about something changing on the site
  7. Davey-UK

    Better email validation

    I've put a warning text in the registration form under the email entry field emphasising that emails must be valid as they will need to be verified as a second step. That works for me, as if they don't read it, it's probably spam anyway.
  8. Davey-UK

    [SC] Restrict Content View

    Right, ive been playing about with this and the solution was quite simple if you want to repack it and reupload. In the template modification post_macros its a simple enough fix. The first line should just have the ! removed in two places. Code is now: <xf:if is="in_array($thread.node_id...
  9. Davey-UK

    Siropu.com Promo Codes

    Start it now and boost your sales from today. Potential customers will just wait until the promotion date / or change their minds. 👍
  10. Davey-UK

    XF 2.1 Help With A Conditional

    Can someone please help with this conditional. I am trying to make the content of node 3 restricted to members not in usergroup 5 <xf:if is="{{!$xf.visitor.isMemberOf(5)}} AND $forum.node_id == 3"> Doesnt seem to be working within a template modification. Is the format correct? Any help is...
  11. Davey-UK

    [SC] Restrict Content View

    Thanks. Ive been testing this and found it is just because the registered group (normal members in my case) are the ones i need to lock out. Because the Premium group is a secondary group of registered, it locks everyone out if registered is selected. Maybe also should be made to highlight the...
  12. Davey-UK

    [SC] Restrict Content View

    Looks like this could be something i am looking for. Did you ever get to adding support for secondary usergroups? I have given it a whirl, but just doesn't seem to play well when using secondary groups. Hopefully it can be added. (y)
  13. Davey-UK

    Popup/InfoBox right corner?

    Communication -> Notices
  14. Davey-UK

    [BS] Exclude forums from search [Deleted]

    When going into the options, the PAGE nodes are greyed out and cannot be selected. Only forum nodes can be highlighted
  15. Davey-UK

    [BS] Exclude forums from search [Deleted]

    Can this be adapted to ignore PAGE nodes?
Top Bottom