Bellinis
Active member
Anyone?How do I add a Notice on top of my XenPorta HomePage? Which page criteria to use?
Thanks!
Anyone?How do I add a Notice on top of my XenPorta HomePage? Which page criteria to use?
Thanks!
Even so, the respective add-on thread is the best place for support with add-ons, especially when it comes to bugs and problems such as this.I did a couple days ago. Got no answer, decided to make a thread here.
You cant off dropped all the tables if its still showing as installed. Use the search feature in phpmyadmin and search for 'EWR' and delete ONLY the ones related to porta if safe to do so. If you dont know what Im talking about then better not to touch it and get someone else to look at itHi. I'm trying to uninstall xenporta but it will not uninstall. I tried upgrading it to the latest version, that didn't work. I tried deleting xenporta files from the server then emptying and dropping its tables and it still showing as an installed add-on. How do I get rid of it so that I can re-install the latest? How do I completely uninstall an add-on in general in case I run into an uninstall problem like this again?
As in a using the new XF notices system? You just make it and it shows up on the portal... easyAnyone?
Ohh ok. Dont know how to do that sorry. Im guessing its embedded in the page container somewhere and removing it should work, I wouldnt know what the code looks like, maybe someone else does, good luckYes the new XF notices, but I want the notice ONLY to appear on the portal.
So what page criteria do I use for that?
Anyone?
Usage Notes:
- You will need to add these template edits manually if you plan on Globalizing Thread and Forum Layouts respectively... as these hooks do not yet exist in XenForo and I'm having trouble convincing Kier to add them.
At the absolute bottom of "thread_view"
At the absolute bottom of "forum_view"Code:<xen:hook name="thread_view_share_after" params="{xen:array 'thread={$thread}'}" />
Code:<xen:hook name="forum_view_pagenav_after" params="{xen:array 'forum={$forum}'}" />
Just use the post render hook? Both those templates call it from a quick look at the controllers.
I know but even so, an extra thread was needed because it could apply for any mod that would not uninstall.Even so, the respective add-on thread is the best place for support with add-ons, especially when it comes to bugs and problems such as this.
The developer needs to know about it and respond and others using the add-on need to be aware of the problem and the fix.
Merging (again).
Thanks this is good advice I'll check it out now.You cant off dropped all the tables if its still showing as installed. Use the search feature in phpmyadmin and search for 'EWR' and delete ONLY the ones related to porta if safe to do so. If you dont know what Im talking about then better not to touch it and get someone else to look at it
If an add-on does not uninstall correctly, it is due to the add-on and not a general problem.I know but even so, an extra thread was needed because it could apply for any mod that would not uninstall.
You sure? Doesn't sound right that you can't so I did some digging. And in the post render event you get $extraData which is what holds the sidebar contents in $extraData['sidebar'].You cant use <xen:sidebar> in temlate_post_render.
I never even asked that when I was on vBulletin 4 but I had the same issue. There would be a modification I uninstalled and for some reason it's menus would still be there in my admincp.
Did you try
<template title="EWRblock_Test">
Only thing that jumps out at me tonight, but I'm really tired.
Anybody have any thoughts on why this custom block will not work for me?
<?xml version="1.0" encoding="utf-8"?>
<block block_id="Test" title="Test" version_string="1.0.0" version_id="1" url="" install_callback_class="" install_callback_method="" uninstall_callback_class="" uninstall_callback_method="" cache="now">
<admin_templates/>
<listeners/>
<options/>
<phrases/>
<route_prefixes/>
<templates>
<template title="EWRblock_Test"><![CDATA[<div class="messageText ugc baseHtml">
<div class="secondaryContent">
<h3>TeamSpeak</h3>
<div><img src="http://www.blah.com/servers/ts3_logo.png" width="155" height="49"></div>
<div><strong>xxx.xxx.xxx.xxx:xxxx</strong></div><br>
<div>
<script type="text/javascript" charset="utf-8" src="http://www.tsviewer.com/ts3viewer.php?ID=9&text=XXXXXX&text_size=11&text_family=1&js=1&text_s_color=fa020b&text_s_weight=bold&text_s_style=italic&text_s_variant=small-caps&text_s_decoration=none&text_s_color_h=fa020b&text_s_weight_h=normal&text_s_style_h=normal&text_s_variant_h=normal&text_s_decoration_h=none&text_i_color=fa020b&text_i_weight=normal&text_i_style=normal&text_i_variant=normal&text_i_decoration=none&text_i_color_h=fa020b&text_i_weight_h=normal&text_i_style_h=normal&text_i_variant_h=normal&text_i_decoration_h=none&text_c_color=fa020b&text_c_weight=bold&text_c_style=normal&text_c_variant=small-caps&text_c_decoration=none&text_c_color_h=fa020b&text_c_weight_h=normal&text_c_style_h=normal&text_c_variant_h=normal&text_c_decoration_h=none&text_u_weight=normal&text_u_style=italic&text_u_variant=small-caps&text_u_decoration=none&text_u_color_h=fa020b&text_u_weight_h=bold&text_u_style_h=normal&text_u_variant_h=normal&text_u_decoration_h=none"></script><noscript>Enable JavaScript or visit <a href="http://www.tsviewer.com/index.php?page=ts_viewer&ID=XXXXXX">TeamSpeak Viewer</a> to display the TeamSpeak server.</noscript>
</div>
</div>]]></template>
</templates>
</block>
We use essential cookies to make this site work, and optional cookies to enhance your experience.