[8WR] XenPorta (Portal) PRO

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

No permission to buy ($40.00)
1M4MSvF.png

These are called tablinks, I don't want them to show in portal/articles view.


I'm already using a Raw HTML block, but I don't see an option to disable the title. Something has to be entered in the Title field.
You would have to go into debug mode and disable the navtab listener. Why would you want to disable the sub-nav menu anyway?

Uncheck the "Wrap Widget in Block" option to remove all the block designs, such as the title.
 
No, its just PHP code... you need to run it somewhere in XenForo..

I think Devs sometimes make jumps that the rest of us cant. How do you run PHP code from somewhere inside xenforo? I tried placing it in templates but it does nothing.

I've searched for instruction on running php code in xenforo but the results just say to do it, not how to do it.
 
Anywhere you want to replace attachment thumbnails with the full sized image, you need to replace the following code in the required template:
Code:
<img src="{$article.article_icon.data.thumbnailUrl}" alt="{$article.article_icon.data.filename}" />
with:
Code:
<img src="{xen:link attachments, $article.article_icon.data}" alt="{$article.article_icon.data.filename}" />

As for centering them... thats on you and your skin designer.

I think Devs sometimes make jumps that the rest of us cant. How do you run PHP code from somewhere inside xenforo? I tried placing it in templates but it does nothing.

I've searched for instruction on running php code in xenforo but the results just say to do it, not how to do it.
You could make a page with a php callback and then execute the code in the callback.
 
Hi, just purchased the add-on and so far it's pretty nice! :)

Got a couple of newb questions...

1. How do I get things to show up in the Rotator widget? Features widget is what I see it's called???

2. Is there a way to add text or an image to the Countdown Timer widget? How can users tell what I'm counting down to? LOL :)

3. Maybe this is part of #1, but how are the "Options Sets" used exactly?
 
Hi, just purchased the add-on and so far it's pretty nice! :)

Got a couple of newb questions...

1. How do I get things to show up in the Rotator widget? Features widget is what I see it's called???

2. Is there a way to add text or an image to the Countdown Timer widget? How can users tell what I'm counting down to? LOL :)

3. Maybe this is part of #1, but how are the "Options Sets" used exactly?

Just saw the FAQs tab content... I'll be seeing if this answers my questions! :coffee:
 
1. How do I get things to show up in the Rotator widget? Features widget is what I see it's called???

Make sure you have the write permissions set for yourself then click thread tools, promote to feature and add an image

2. Is there a way to add text or an image to the Countdown Timer widget? How can users tell what I'm counting down to? LOL :)

When you set a countdown the title will show as what you're counting down to.

3. Maybe this is part of #1, but how are the "Options Sets" used exactly?

You can use option sets if you want more than one of any widget. So if you want more than one countdown or more than one twitter timeline, etc.

Justlick create option set, select the typeofwidget you want to clone. Set the specific details. Save. Go to your layoud. Click add widgetlink, click type of widget and then save. Then clcik on the spanner and select the title ofthe option set you created for that widget.
 
Make sure you have the write permissions set for yourself then click thread tools, promote to feature and add an image



When you set a countdown the title will show as what you're counting down to.



You can use option sets if you want more than one of any widget. So if you want more than one countdown or more than one twitter timeline, etc.

Justlick create option set, select the typeofwidget you want to clone. Set the specific details. Save. Go to your layoud. Click add widgetlink, click type of widget and then save. Then clcik on the spanner and select the title ofthe option set you created for that widget.
Thanks for the reply!

For some odd reason, I cannot see the Promote options in Thread Tools. I'm logged in as admin. Any thoughts?
 
Ok, I figured out the Permissions part in order to promote articles... There's a section for 8WayRun on the Users > Permissions page.
 
For some reason when I'm logged in as a Guest, I can't see all of the Promoted Articles. I can only see ones that I manually find and open and then in the Homepage I can see them. I'm auto promoting a set of RSS feeds.

Anyone know what the issue could be?
 
Just tested my new homepage in IE and the widths of the articles are extending outside the columns. It looks fine in Chrome. Anyone have any suggestions?
 
For some reason when I'm logged in as a Guest, I can't see all of the Promoted Articles. I can only see ones that I manually find and open and then in the Homepage I can see them. I'm auto promoting a set of RSS feeds.

Anyone know what the issue could be?

Actually it's anyone, but the administrator group that has this issue. Sounds like a permissions issue, but I can't see any issues.
 
Now I'm having an issue where if I promote a thread to be Featured, I don't see it come up on the Homepage. Any thoughts?
 
For some reason I can't see replies to the below thread. I can see them in the database, but not on the site. Permissions look fine and no moderator actions applied.

Any ideas?

http://simheads.com/threads/beautiful-site.309/

I tested it with this addon disabled and the replies showed up. FYI

I think this issue is somehow related to setting Auto-Promoting to a category. For some reason the only articles people see are the ones I think I manually promoted.
 
When I remove the AutoPromoting, things start to work fine again. Part of my issue of not seeing the replies is because when you have it on auto promote is changes threads to articles and thus you can't see replies even though they are in the database.
 
Although there is definitely some issue with promoted articles not showing of non-admins when autopromoting articles.
 
Hi @Jaxel
Can I import widget from Xenporta 1 to Xenporta 2?
Or I need to modify the widget again?
Got some custom widget for Xenporta 1, so this is kind of important for me.
 
Top Bottom