Recent content by v7web

  1. v7web

    Adding Multiple Forum Nodes

    Yep, I increased each lft and rgt value as required for every new node. All appears fine.
  2. v7web

    Implemented ACP - better method of node reordering: drag & drop, move up/down, etc.

    This is much needed for those with many forum nodes, also would be great to have the option to sort alphabetically.
  3. v7web

    Adding Multiple Forum Nodes

    No worries, I worked out how to do it myself. INSERT INTO `xf_node` (`node_id`, `title`, `description`, `node_name`, `node_type_id`, `parent_node_id`, `display_order`, `display_in_list`, `lft`, `rgt`, `depth`, `style_id`, `effective_style_id`) VALUES (9, 'title', 'description', 'node-name'...
  4. v7web

    Adding Multiple Forum Nodes

    Hi, Does anyone know the best way to add multiple forum nodes? I have around 70 to add which will take me forever via the "create new node" method. Any of you sql experts out there know code/format to do this in one hit? Thanks
  5. v7web

    Wordpress Dynamic Theme - WPXenCSS

    It just seems weird that all the links to the community folder are fine in the top navigation but do not work in the footer. I just checked bambua's demo site and that has the same issues.
  6. v7web

    Wordpress Dynamic Theme - WPXenCSS

    Thanks for the reply Ed, I just checked and no I don't have any caching plugins installed, in fact the wordpress install is still a clean install without any extras added yet.
  7. v7web

    Wordpress Dynamic Theme - WPXenCSS

    Thanks bambua, Take a look at the home page of v7web I checked the options and the folder path appears to be correct, I get the following error when trying to use the "contact us" link on wordpress home page "The server responded with an error. The error message is in the JavaScript console"
  8. v7web

    Wordpress Dynamic Theme - WPXenCSS

    Great mod bambua, just what I was looking for. However, I am getting an error when trying to use the forum links on bottom of home page (wordpress) also when I log into forum on wordpress home page the log in works fine but only changes logged in header on the forum page not wordpress home...
  9. v7web

    Add on for syntax highlighter

    Are there any of you expert xenForo coders that could create an addon for a syntax highlighter using http://alexgorbatchev.com/SyntaxHighlighter/ Would be brilliant. Thanks
  10. v7web

    Syntax Highlighter BBCode

    Anyone?
  11. v7web

    [8wayRun.Com] XenMedio (Media)

    Thanks ddmmh
  12. v7web

    [8wayRun.Com] XenMedio (Media)

    Anyone?
  13. v7web

    [8wayRun.Com] XenPorta (Portal)

    I think there must be an error with the views count, surely more than 5 people have download the new version, I downloaded it 5 times from different ip addresses and the count still shows 5
  14. v7web

    [8wayRun.Com] XenMedio (Media)

    When viewing forum posts created by xenMedio, if I hover over the post title, instead of a description I just get the following in the popup hover box "63" How do I fix this so that the description is shown like elsewhere on the forum. Hover over the post titles in the following link to see...
  15. v7web

    Syntax Highlighter BBCode

    Hi, I am getting the following error after installing: Fatal error: Class 'Nabeel_SyntaxHighlighter_BbCode_Formatter_Base' not found in /home/v7/public_html/library/XenForo/BbCode/Formatter/Base.php on line 1396
Top Bottom