• 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.
450 seems a bit different, give this a shot
Code:
.sidebar {width: 450px;}
.mainContainer {margin-right: -460px;}
.mainContent {margin-right: 460px;}
 
This is a simple template edit that allows you to add Wiki avatar in the search results.

Upload image w.png to your images dir. In this example image is uploaded to style dir.

In template EWRcarta_Search_Result find:

<li id="wiki-{$wiki.page_id}" class="searchResult wiki primaryContent">

Directly after add this:

<div class="listBlock posterAvatar"><a class="avatar Av1s" href="{xen:link wiki, $wiki}"><img width="48" height="48" alt="Wiki" src="styles/w.png"/></a></div>

Don't forget to specify correct path in src="styles/w.png"

Screenshot

Before:

wikisearch-before.webp




After:

wikisearch-after.webp
 

Attachments

  • w.webp
    w.webp
    968 bytes · Views: 23

I've BEEN waiting for vaultwiki for xF. I'm getting tired of waiting, and waiting, and waiting. My users are clamoring for a site that is easier to use and xF definitely solves virtually all the issues that I currently have with vB. But, we have over 3000 wiki entries and can't move to xF until I can move the wiki over as well.
 
Hi, i have a question, howi can i edit the color of the wiki text? Because it is white and i would like have it gray.
 
Hello Tealk, do you mean the text in a wiki article?
You could use BBCode, eg

Code:
[color=blue]blue text[/color]
 
I've a question:
with XenCarta there is the possibility to insert a template into another template?
I've made some generic templates (image inclusion and standard text who is repeated many times in my Wiki) and I've made a template who had a parameter and a series of [if=]...[/if] to select the correct generic template.
The result with 1.3.6 (and 1.3.4 too) is the inclusion of the text [template=...][/template] directly on my page without rendering it.

I hope this request sounds clean. If not, ask me without problems and I try to clarify it :)

Thanks!
 
Status
Not open for further replies.
Top Bottom