![]() |
Set Options correct?
|
1 Attachment(s)
seems like i have, see image
it located at http://www.jtf-2.com/wiki/ and my CMS is installed at http://www.jtf-2.com/ any more info will be appreciated |
Created an account on your site but can't even find the links "My talk" etc. on jtf-2.com/wiki ... Perhaps you should go through your navbar template again... (btw: nice background image! :) )
|
1 Attachment(s)
For german users: Perhaps you preferr to remove 4x
Code:
text-transform: lowercase; Example with some more modifications here. |
Interesting News (from Mediawiki Edits in Postbit & Profile): In Template postbit_legacy (or postbit) search for
Code:
{vb:raw template_hook.postbit_userinfo_right_after_posts} Code:
<vb:if condition="$post['wikiedits'] > 0"> https://vborg.vbsupport.ru/attachmen...3&d=1264266631 (Can someane confirm this? Not sure if really correct, since I first installed and later uninstalled Mediawiki Edits in Postbit & Profile. Or does anyone know how to put this Templatemodification into a plugin instead? {vb:raw template_hook.postbit_userinfo_right_after_posts} seems to give us this possibility.) |
hi bepe,
Regarding setting up a starting value for edits (for existing users): Quote:
Code:
$vbulletin->db->query_write("ALTER TABLE mw_user ADD vbusername varchar(255) collate latin1_swedish_ci default NULL"); also, we need to change mw_user to wiki-database-name.mw_user (and mw_ to whatever prefix we are using), in case the wiki database is different. what this will still not populate is pages created (not sure if mediawiki can track that directly?) a cleaner option might be to provide a link on the config page to update the data (after installing the app). that way no edits required to the xml file. but do not know how to set that up. thanks. ndahiya |
Quote:
|
Quote:
As non of the wiki links go to the correct place They all go to http://www.jtf-2.com/wiki/index.php |
Perhaps you don't want any media wiki discussions any more. One solution: Create a Subforum (e.g. "Wiki Articles") and link to this forum instead to the wiki discussion page:
in vbMediaWiki.php search for Code:
echo'><a href="'.htmlspecialchars($tab['href']).'"'; Code:
if ($key != "talk") { The same way you can remove the user discussion: In vbMediaWiki.php search for Code:
foreach($this->data['personal_urls'] as $key => $item) { ?> Code:
foreach($this->data['personal_urls'] as $key => $item) { Greetings, Bruno |
I like that Bruno! I already have a sub-forum set up for wiki discussion, and it just never occurred to me to do that, I love the idea, will do it later.
|
All times are GMT. The time now is 07:38 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|