• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

[8wayRun.Com] XenCarta (Lite Wiki)

Status
Not open for further replies.
A small bug: if I'm in the Template Editor and I click on the breadcrumbs (Template List), I get to the URL "wiki/special/templates" instead of "wiki/special/edit-templates" "wiki/special/administrate"
 
A small bug: if I'm in the Template Editor and I click on the breadcrumbs (Template List), I get to the URL "wiki/special/templates" instead of "wiki/special/edit-templates" "wiki/special/administrate"
Thanks, thats exactly the type of bug I'm looking for with this new version.
 
Jaxel, I was wondring.. is there a reason why attachments are not allow directly on the wiki pages? or something you just choose not to implement?

The reason why I ask, it that I often need to include a picture of something into the wiki, and from what I can see, the only way to do that now is hosting the image on the server and including it with the gallery bbcode!
 
Jaxel, I was wondring.. is there a reason why attachments are not allow directly on the wiki pages? or something you just choose not to implement?

The reason why I ask, it that I often need to include a picture of something into the wiki, and from what I can see, the only way to do that now is hosting the image on the server and including it with the gallery bbcode!
because I didn't figure out handlers till last week.
 
Hi Jaxel,

This seems to be a very very awesome mod indeed and one that is definitely needed. Most Wiki's will autolink to other wiki terms in their own pages and I notice this is a feature you have listed.

My biggest need, and something not addressed by any solution I've looked at so far:
Will wiki terms be automatically linked when they occur in forum posts?

Thanks for the great mod.
 
Code:
<div class="wikicaption">
<div class="wikiphoto"> <a class="highslide" href="gallery/{{{url}}}" onclick="return hs.expand(this)"><img class="wikiimage1" src="gallery/{{{url}}}" alt="{{{alt}}}" /></a></div>
<p>{{{caption}}}</p>
</div>

Code:
[B]The CSS[/B]

[html]/*** Wiki Galleria ***/

.wikiimage1 {
width: 115px;
}
.wikiphoto img {
background: @primaryLighterStill url('@imagePath/xenforo/gradients/tab-selected-light.png') repeat-x bottom;
border: 1px solid @primaryLight !important;
border-radius: 5px;
padding: 4px;
}
.wikicaption {
display:inline-block;
vertical-align:top;
width:125px;
margin:0 10px 10px 10px;
overflow:hidden; /* optional for hiding excessive caption */
}
.wikicaption p {
text-align:center;
margin:10px 0 0 0;
height:5em; /* In lieu of hiding, change height to fit more caption */
}[/html]

Hi :)

Can anyone tell me what I need to change in either of the above sets of code to remove highslide and replace it with a link to another page?

Thanks,
Regards
Renada
 
It is a little difficult to explain if you don't understand any CSS or HTML.

You need to be far more specific with exactly what you are asking, links to see what you want to do, etc.
 
It is a little difficult to explain if you don't understand any CSS or HTML.

You need to be far more specific with exactly what you are asking, links to see what you want to do, etc.

Hi Anthony,

I understand HTML and understand the basics of css but am not proficient at css by any means. Right now your code links to the full image using highslide.

If you look at Jaxel's main wiki page here he has images linked to other wiki pages instead of linking to the full image. That's what I want to do but couldn't figure out the path that Jaxel used so was trying to modify the code you wrote instead.

Regards,
Renada
 
You create your own template, for example, the highslide one is using the appropriate template where the HTML is contained. You just need to create a new template for what you want to achieve, without using highslide class or links, just normal old image and href. Then insert that template in via bbcode and any slugs you created within it.

You can copy what is already there, create a new template with it, then modify.

Jaxel gives his template for his page that you have referred to on the first page: http://xenforo.com/community/threads/8wayrun-com-xencarta-lite-wiki.7589/#post-107329 except he is just using the old table method vs. CSS.
 
You create your own template, for example, the highslide one is using the appropriate template where the HTML is contained. You just need to create a new template for what you want to achieve, without using highslide class or links, just normal old image and href. Then insert that template in via bbcode and any slugs you created within it.

You can copy what is already there, create a new template with it, then modify.

Jaxel gives his template for his page that you have referred to on the first page: http://xenforo.com/community/threads/8wayrun-com-xencarta-lite-wiki.7589/#post-107329 except he is just using the old table method vs. CSS.

Thanks Anthony, will have a go.

Regards
Renada :)
 
Am finally getting to grips with this wiki thing but I have a couple of questions.

1) Can you only populate the wiki navigation by listing all your pages under the main wiki index page? I have several sets of pages but they don't show up in the navigation unless I make them children of the wiki index page. If you can populate the navigate another way could someone please tell me how?

2) Is it possible to remove the wiki index list from above the first index page? The more pages I add the longer that gets and it has its own block on the sidebar.

3) Talking of the sidebar the wiki index block isn't populating and using the search brings up raw data. Searching for "warrior" brings up the following: url = gallery/warrior.png | alt=Warrior | title=Warrior Warrior Weapons, etc....

Regards,
Renada
 
When I create a template that contains a h2 tag, it won't get listed in the contents of the wiki page I use the template. Is this intended or a bug?
Update: Same issue if I use the class attribute without a template.
Update2: I have another suggestion: model/parser.php line 140: make 'contents' to a phrase and add a div tag around the title+content - so we can stylize the toc.
Example:
PHP:
$contents = '<div id="tocbox"><h2>' . $phrasedContents . '</h2><ul>'.$contents.'</ul><br /></div>';
(I don't know how phrases are working, sorry)
 
Is there a way to mass delete all wiki pages without going in db? .. Want to delete them all at once instead edited everyone and choose delete page, say yes and so on..
 
I'm not sure what I'm doing wrong but I can't make the wiki work at all.

Just as a test page to see how everything works I copied this
HTML:
<div style="text-align: center;">
Welcome to the 8WayRun Wiki! Currently, the Wiki houses frame data, movelists and combo guides.
<br /><br />
This wiki is primarily for the storing of esoteric technical information. This includes, but is not limited to: in depth frame data and user written character guides. If you have interest in the "lighter" side of Soulcalibur, be sure to check out the <a href="http://soulcalibur.wikia.com/wiki/Soulcalibur_Wiki">Soulcalibur Wiki at Wikia Gaming</a>. However, this is a wiki, and if a user wanted to create articles with information for the "lighter" side of Soulcalibur, we would of course welcome it.
<br /><br />

<table>
<tr>
<td colspan="7" class="subHeading"><b>Main Characters</b></td>
</tr>
<tr>
[template=indexICON] name=Abyss | slug=abyss [/template]
[template=indexICON] name=Algol | slug=algol [/template]
[template=indexICON] name=Amy | slug=amy [/template]
[template=indexICON] name=Astaroth | slug=astaroth [/template]
[template=indexICON] name=Cassandra | slug=cassandra [/template]
[template=indexICON] name=Cervantes | slug=cervantes [/template]
[template=indexICON] name=Charade | slug=charade [/template]
</tr>
<tr>
[template=indexICON] name=Dampierre | slug=dampierre [/template]
[template=indexICON] name=Edge Master | slug=edge-master [/template]
[template=indexICON] name=Han-myeong | slug=han-myeong [/template]
[template=indexICON] name=Hilde | slug=hilde [/template]
[template=indexICON] name=Hwang | slug=hwang [/template]
[template=indexICON] name=Inferno | slug=inferno [/template]
[template=indexICON] name=Ivy | slug=ivy [/template]
</tr>
<tr>
[template=indexICON] name=Kilik | slug=kilik [/template]
[template=indexICON] name=Li Long | slug=li-long [/template]
[template=indexICON] name=Lizardman | slug=lizardman [/template]
[template=indexICON] name=Maxi | slug=maxi [/template]
[template=indexICON] name=Mitsurugi | slug=mitsurugi [/template]
[template=indexICON] name=Nightmare | slug=nightmare [/template]
[template=indexICON] name=Night Terror | slug=night-terror [/template]
</tr>
<tr>
[template=indexICON] name=Olcadan | slug=olcadan [/template]
[template=indexICON] name=Raphael | slug=raphael [/template]
[template=indexICON] name=Rock | slug=rock [/template]
[template=indexICON] name=Seong Mi-na | slug=seong-mi-na [/template]
[template=indexICON] name=Setsuka | slug=setsuka [/template]
[template=indexICON] name=Siegfried | slug=siegfried [/template]
[template=indexICON] name=Sophitia | slug=sophitia [/template]
</tr>
<tr>
[template=indexICON] name=Taki | slug=taki [/template]
[template=indexICON] name=Talim | slug=talim [/template]
[template=indexICON] name=Tira | slug=tira [/template]
[template=indexICON] name=Voldo | slug=voldo [/template]
[template=indexICON] name=Xianghua | slug=xianghua [/template]
[template=indexICON] name=Yoshimitsu | slug=yoshimitsu [/template]
[template=indexICON] name=Yun-seong | slug=yun-seong [/template]
</tr>
<tr>
<td colspan="3"></td>
[template=indexICON] name=Zasalamel | slug=zasalamel [/template]
<td colspan="3"></td>
</tr>
</table>
</div>

And it didn't work at all.
 
I don't. I'm still trying to find out how his wiki works. I guess that's a template that I need to create?

Yes I think you have - and if you look further back in the thread - I'm sure you find it - Jaxel wrote about - but sorry, I cant remember when..
 
Status
Not open for further replies.
Top Bottom