[8WR] XenPorta (Portal) PRO

[8WR] XenPorta (Portal) PRO [Paid] 1.2.2b

No permission to buy ($40.00)
Hey @Jaxel I love the update you made to the style properties, but I can't seem to find those widgets you added like the facebook widget, and quote widget.

Thanks in advance.

EDIT: What template is for the sidebar? As I want to simply include this: <xen:include template="featuredpkmn_sidebar_block" />
 
Last edited:
Update: After removing the below line in the EWRporta2_Features template, Feature Slider seems to be ok now.

.featuresOuter .heightFix { height: {xen:calc '{$xenOptions.EWRporta2_features_height}/2'}px; }
</style>


But I have another issue with widget Facebook Page. Sometime, it loads incorrectly as below
2015-07-13_11-49-33-jpg.111146


Hi @Jaxel

Could you please help me on this issue?
 
But I have another issue with widget Facebook Page. Sometime, it loads incorrectly as below
View attachment 111146
Complain to Facebook and their ****ty and buggy widgets.

How to edit the meta tags of the articles page.

So the articles page and the forums page has the same title meta tag. What is not so good.

AND

The articles page has no meta tag description. So if I make this page to my start page I can´t have startpage without a meta tag description. That is bad.

How can I fix it?
Use the XenForo Template Modification System to change anything you want..

Another question.

How can I remove that?

View attachment 111198
Disable Add-This in XenForo.

Hey @Jaxel I love the update you made to the style properties, but I can't seem to find those widgets you added like the facebook widget, and quote widget.

Thanks in advance.
You have to install the widgets first.

For the TeamSpeak widget where can I change the "Provided by InstantTeamspeak.com"?
That is part of the widget. If you want it gone, make your own widget.
 
Quick question: What template is for the sidebar? As I want to simply include this: <xen:include template="featuredpkmn_sidebar_block" />
 
I purchased this because I loved the pictures, and liked all of the included widgets. I also purchased TaigaChat Pro and followed all install instructions, but when I upload the widget XML files from the Xenporta folder of the TaigaChat download, it gives an error saying, "The provided file is not a widget XML file."

Please help, thanks!
 
I purchased this because I loved the pictures, and liked all of the included widgets. I also purchased TaigaChat Pro and followed all install instructions, but when I upload the widget XML files from the Xenporta folder of the TaigaChat download, it gives an error saying, "The provided file is not a widget XML file."

Please help, thanks!
This already comes with widgets for TaigaChat (you will still need to install them but they will be in a drop down for you when you go to the widget install page).

Taigachat comes with widgets only for xenporta 1
 
This already comes with widgets for TaigaChat (you will still need to install them but they will be in a drop down for you when you go to the widget install page).

Taigachat comes with widgets only for xenporta 1
Thanks, still learning this :)

Only other question I have is where I can edit the home button (The one this plugin adds) to match my theme, and remove the default home button. See my website @ www.evidentfire.com to see what I am talking about, becuase some plugins added buttons but they don't have pictures. :( Sorry if that seems stupid, I am not a web developer by a long shot lol.

Thanks :)


Edit: I actually answered this question if anyone is interested read my next post 3 comments down.
 
Last edited:
Anybody know an easy way to replace the 'Home' text with a .png? I'd like the site logo there.
I have searched templates but not sure which to edit.
I am aware that the phrase being used is the porta2_home but little luck in figuring this out.

thank you
 
I ran into an issue with the Recent Threads widget, which is set to Limit of 10. I posted a bunch of threads in an admin-only sub-forum (like 30 of them) and when a non-admin user goes to the home page, they don't see any recent threads...because they don't have the permissions to see the latest 10 that I just posted. They see an empty set, as if no one has posted anything in 7 days. But that's not the case, if the limit only applied to threads they could see, there would be plenty....any way to tweak this?

Similarly if I only post 2 or 3 posts, these count towards the 10 limit even though they aren't viewable = 7 or 8 threads show up in the Recent Threads.
 
Anybody know an easy way to replace the 'Home' text with a .png? I'd like the site logo there.
I have searched templates but not sure which to edit.
I am aware that the phrase being used is the porta2_home but little luck in figuring this out.

thank you
Are you already using a theme that supports Icons. I am using the Fragzone theme, and it has a file that handles all icons for the navbar called "fragzone_navicons.css"

I created a steam Icon and put it in the same folder with all the other nav icons and named it, to make things easy to remember later if needed. Then I just peeked at the source code of the nav bar and it gave the .navTab.steam reference for the link, and I changed it accordingly in the code.

Here are a few custom icons I added to the widget's page and the steam statistics page.
PHP:
.navTabs .navTab.steam .navLink
{
    background: url(@imagePath/xenforo/sources/navSteam.png) no-repeat center 12px;
}
.navTabs .navTab.articles .navLink
{
    background: url(@imagePath/xenforo/sources/navHome.png) no-repeat center 12px;
}

You can see how they turned out on my website if you want, www.evidentfire.com
 
Back
Top Bottom