Go Back   NuHIT - SEO, Wiki, Forums > NuWiki Forums > NuWiki - Pre-sales and feedback
Reply
 
Thread Tools
 
#1
Old 07-03-2007, 12:29 AM
 
ElfMage
nuHIT Team
 
ElfMage's Avatar
 
Join Date: Aug 2006
Posts: 3,603
ElfMage is offline  

NuWiki 1.3 Beta 4 Released


Hello All,

NuWiki version 1.3 Beta 4 is now available for download from the Premium Members Area. Refer to the NuWiki Changelog for more information on new features and fixes.

Information about new BBCodes can be found in the NuWiki Syntax page.

Important: There were some structural changes made to NuWiki in this version to support some of the advanced features added. It is highly recommended to install this version on a test server before deploying it to the public.


As always your feedback is welcome.

Thanks.
Reply With Quote

#2
Old 07-03-2007, 04:29 AM
 
I got this when first browsing to a new Wiki forum and creating the main article:

Fatal error
: Class 'vB_Postbit_Factory' not found in //vbulletin/nuWiki/nuwiki_functions.php on line 2233

but the article is created.


anothert thing. when i edit an article it wont be shown after the edit. i see only the forum view without the overview of the articles.

Last edited by pipin : 07-03-2007 at 04:35 AM.
pipin
Premium Member
 
pipin's Avatar
 
Join Date: Nov 2006
Posts: 190
pipin is offline  
Reply With Quote

#3
Old 07-03-2007, 10:19 AM
 
ElfMage
nuHIT Team
 
ElfMage's Avatar
 
Join Date: Aug 2006
Posts: 3,603
ElfMage is offline  
Interesting. I think both issues are related. What version of vBulletin is your site using?

Open nuwiki_functions.php and at line 2231 insert the following:

PHP Code:
    require_once DIR '/includes/class_postbit.php';
    require_once 
DIR '/includes/class_bbcode.php'
(I made these changes to the current build.)
Reply With Quote

#4
Old 07-03-2007, 10:36 AM
 
i use 3.6.3 at the moment

and you suggestion did fix the problem.
pipin
Premium Member
 
pipin's Avatar
 
Join Date: Nov 2006
Posts: 190
pipin is offline  
Reply With Quote

#5
Old 07-03-2007, 03:35 PM
 
ElfMage
nuHIT Team
 
ElfMage's Avatar
 
Join Date: Aug 2006
Posts: 3,603
ElfMage is offline  
. Thanks.
Reply With Quote

#6
Old 07-03-2007, 05:07 PM
 
the NuWiki Navbar entry "Create New Article" still creates articles in the first Wiki forum (although there are more than one and if you are browsing in one of them).

Last edited by pipin : 07-03-2007 at 05:29 PM.
pipin
Premium Member
 
pipin's Avatar
 
Join Date: Nov 2006
Posts: 190
pipin is offline  
Reply With Quote

#7
Old 07-04-2007, 02:57 PM
 
ElfMage
nuHIT Team
 
ElfMage's Avatar
 
Join Date: Aug 2006
Posts: 3,603
ElfMage is offline  
To change this behavior edit the template named nuwiki_links_popup and find this line:
HTML Code:
<a href="$vboptions[bburl]/nuwiki.php?do=show">$vbphrase[nuwiki_create_article]</a>
And replace it for this:

HTML Code:
<a href="$vboptions[bburl]/nuwiki.php?do=show&f=$GLOBALS[forumid]">$vbphrase[nuwiki_create_article]</a>
Try this and let me know how it works...
Reply With Quote

#8
Old 07-05-2007, 04:52 AM
 
Quote:
Originally Posted by ElfMage View Post
To change this behavior edit the template named nuwiki_links_popup and find this line:
Try this and let me know how it works...
works like a charm. thanks.
pipin
Premium Member
 
pipin's Avatar
 
Join Date: Nov 2006
Posts: 190
pipin is offline  
Reply With Quote

#9
Old 07-05-2007, 05:46 AM
 
kafi
Premium Member
 
Join Date: Feb 2007
Posts: 365
kafi is offline  
Thanks I cant wait to give it a go

Did categorization solution got into the build? I cant see it in log...

Thanks for footnote bbcode. Please see my testing and suggestion notes about the Footnote bbcode test

Should this link be converted into article name? I think it happend today with link to Wiki demo site... http://www.nuhit.com/forums/nuwiki-d...bcode-test.htm
It would be nice to have it converted though There is simmilar add-on on vb.org but is buggy to be used...

THANKS!!!! Keep up on good job

Last edited by kafi : 07-05-2007 at 06:26 AM.
Reply With Quote

#10
Old 07-05-2007, 02:08 PM
 
Quote:
Originally Posted by pipin View Post
works like a charm. thanks.
Cool. Glad to hear that.
ElfMage
nuHIT Team
 
ElfMage's Avatar
 
Join Date: Aug 2006
Posts: 3,603
ElfMage is offline  
Reply With Quote

#11
Old 07-05-2007, 02:11 PM
 
ElfMage
nuHIT Team
 
ElfMage's Avatar
 
Join Date: Aug 2006
Posts: 3,603
ElfMage is offline  
Quote:
Originally Posted by kafi View Post
Thanks I cant wait to give it a go

Did categorization solution got into the build? I cant see it in log...
No, it did not. We feel we need to think a bit more about this, to implement it correctly.

Quote:
Originally Posted by kafi View Post
Thanks for footnote bbcode. Please see my testing and suggestion notes about the Footnote bbcode test
Yes, but observations are valid, we added them to the list of feature requests.

Quote:
Originally Posted by kafi View Post
Should this link be converted into article name?
Not sure what you meant?

Thanks.
Reply With Quote

#12
Old 07-05-2007, 05:30 PM
 
Quote:
Originally Posted by ElfMage View Post
Not sure what you meant?
I copied link and link turned to thread name instead of plain link here:
http://www.nuhit.com/forums/nuwiki-p...demo-site.html

As you can see there "NuWiki Demo" it is not the text wraped in URL or WIKI bbcode, it is plain url link that is converted into linked thread title.
That is quite nice
kafi
Premium Member
 
Join Date: Feb 2007
Posts: 365
kafi is offline  
Reply With Quote

#13
Old 07-05-2007, 11:36 PM
 
ElfMage
nuHIT Team
 
ElfMage's Avatar
 
Join Date: Aug 2006
Posts: 3,603
ElfMage is offline  
That's implemented by one of the mods I have installed, can't remember which, could be vbSEO.
Reply With Quote

#14
Old 07-05-2007, 11:36 PM
 
That's implemented by one of the mods I have installed, can't remember which, could be vbSEO.
ElfMage
nuHIT Team
 
ElfMage's Avatar
 
Join Date: Aug 2006
Posts: 3,603
ElfMage is offline  
Reply With Quote

#15
Old 07-06-2007, 12:19 PM
 
convergent
Premium Member
 
Join Date: May 2007
Posts: 251
convergent is offline  
I'm not seeing the highlighting in search results... is there something we have to turn on in options to get that?
__________________
Mike

PDAPhoneHome | NortheastFoto
Reply With Quote

Reply


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off