• 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] XenPorta (Portal)

Status
Not open for further replies.
And most vb.org mod writers will respond to a post in their thread, rather than ignore them till it gets to this...... The only reason I sent you a PM was because of no response, other wise I would have bothered. ;)
Well when your exact question was answered 2 pages beforehand... I chose to ignore it.
 
I updated the portal again for the third time and the admin section of the portal(module Page) is still not accessible.
The module page is not controlled via the ACP, it is access via the front-end. When you install the portal, ensure you have left the default home tab on in the ACP settings, as when you click on that, you will see a link to modules. If you are using rewrite URL's, the URL will be /portal/modules/ and if using standard URL, it will be /index.php?portal/modules/

That is how you access the modules area to build the portal page. You must ensure you have also turned on "Administer Portal" in your usergroup options in order to see that modules link in the frontend.
 
The module page is not controlled via the ACP, it is access via the front-end. When you install the portal, ensure you have left the default home tab on in the ACP settings, as when you click on that, you will see a link to modules. If you are using rewrite URL's, the URL will be /portal/modules/ and if using standard URL, it will be /index.php?portal/modules/

That is how you access the modules area to build the portal page.

Indeed, and I asked, do you have any user groups, users, or administrators (all three different) that have a deny entry?
I know the permission system is a bit confusing - I am still trying to grasp it myself.
But, like Jaxel said, it well be an issue over and over again with more mods than just Jaxel's if you don't have it configured correctly.
 
Man, yall are pretty demanding for a donation based product.
Never demanded anything its running on the front of my website and all the links got changed it was more like panic.... Not demand.

But anyway Jaxel is the best and I was posting problems that I was haven.
 
Hi guys,

I was wondering or there is a way to exclude forums so posts in these forums wont show up on the recent threads block; preferably a solution which allows multiple forums to be locked out.

Thanks!
 
I am getting real close...

In the RecentThreads.php module (in the block directory)
Under conditions
I added 'forum_id' => xxx where xx is a Forum numerical id.
I don't know how to pass that either as an array or as a != or <>
 
  • Like
Reactions: Lqd
Thing is - if i had an addon, and a problem with it, i'm sure i would check and makesure the same problem hadnt been asked before making myself look stupid. I can make myself look stupid just as easilly on something else ;)
 
Thing is - if i had an addon, and a problem with it, i'm sure i would check and makesure the same problem hadnt been asked before making myself look stupid. I can make myself look stupid just as easilly on something else ;)
#1) ALOT of people do not do that. Pretending everyone is like you is, well .... illogical.
#2) sometimes threads are so long, it is really impossible - are you really going to read 500 posts (aka this thread) ? I'd say it would take you 40 minutes.
#3) what about at xbmc.org when the threads are 500 pages long ?
#4) what about the fact that xenforo doesn't support THREAD SEARCHING !!!

It is not effective / possible to support an excellent addon such as XenPorta with "one thread".

When something as important as XenPorta comes around and there are 500 posts .... I think Xenforo.com should make a Forum for the Addon. It only makes sense. Just because vBulletin didn't do this ... doesn't mean it is a good idea ... vBulletin made lots of mistakes (and continue to do so). For this potential XenPorta forum here at xenforo.com, new posts and new threads would not show up in the What's new ? as new threads and posts, just a link in the What's New listing to the XenPorta forum. This would help prevent the what's new from getting flooded with Xenporta threads. Obviously supporting developers who make popular Addons is in the interests of Xenforo.

Q: Can anyone think of a good reason what xenforo.com wouldn't want to give a developer a subforum ?


:)
 
Will be great a Activity Feed Module.

Guests: Show normal activity from all members.
Members: Show activity from your friends
 
I am getting real close...

In the RecentThreads.php module (in the block directory)
Under conditions
I added 'forum_id' => xxx where xx is a Forum numerical id.
I don't know how to pass that either as an array or as a != or <>

Thank you for your thoughts, unfortunatly i am not that much into the code to figure this out, soneone with a line of code can help me out? Thanks guys! Or even better if the developer adds an option in the recent post module which forums we want to exclude!
 
I used vbSEO when vbulletin was installed on my server. I could route to a folder name, a page name such as location.htm or whatever , whatever I wanted acatually with a custom rewrite. This is not possible with xenforo at all?
 
Hi people of XF, watching the code of the modules of XenPorta i'm try to make that, after 30 minutes i can put the "edit" link on XenPorta NewsRecent.



How? Here:

On the template:

EWRporta_Block_RecentNews


Find:

PHP:
<a href="{xen:link threads, $news}">{$news.title}</a>

add after </a>
PHP:
 <xen:if is="{$visitor.is_admin}">(<a href="{xen:link 'threads/edit', $news}" class="OverlayTrigger">{xen:phrase edit}</a>)</xen:if>

Finished :D


Now:


bbforos1.png


And after make click on "Edit":

bbforos2.png
 
Status
Not open for further replies.
Back
Top Bottom