Adk Portal

Started by lucas-ruroken, March 06, 2010, 06:19:55 AM

Previous topic - Next topic

lucas-ruroken

QuoteI have checked out that area, I meant if there were other downloads available. Maybe like a "Lastest Poll" or something.

no .. for the moment.

QuoteI cannot remove any member groups or add any member groups. It's as though this is a read only. The only field I can actually edit is the Title/Description. When I hit save, it appears to have saved fine, however none of those permissions are active.

mm... I Will check it... any error in your error log?

Quote from: alsaka on November 08, 2010, 05:43:49 AM
hello , all

thx for this mod

i need ask you , can you change adk portal to like this http://www.proegy.com/p24
frist page to like this It's wonderful

You can do it with adk portal.... a only center block with many many images... :|
Adk Portal 3.1 is coming....

Design your universe!

L'AltroWeb

Hi! This is the first time than i see this mod and it seems a very great work :)
-
But, atm, i use tinyportal in my website. Is there a great difference from this two portals mod and or you provide a converter from tinyportal?

Anyway, now i download it and try in my local machine ;)

lucas-ruroken

These are different portals, but We don't have a converter right now
Adk Portal 3.1 is coming....

Design your universe!

lucas-ruroken

Adk Portal 3.1 is coming....

Design your universe!

Rain Forest


lucas-ruroken

Adk Portal 3.1 is coming....

Design your universe!

Rain Forest

#266
Into my error log, the portal and blog (from ADK) are giving me some problems..

Pas filter toe: Toon alleen de fouten met hetzelfde bericht
8: Undefined index: blog
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~/httpdocs/forum/adkportal/blocks/LastTopicsBlog.php
Regel: 41

8: Undefined variable: implode
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~/httpdocs/forum/Sources/Subs-adkblocks.php
Regel: 618



Besides, How can I do this for Shoutbox (ADK Shoutbox at portal):
-Auto refresh the shoutbox when someone shout
- enable Smileys
- Colorize the usernames like it is for Top Karma / Top Users.

lucas-ruroken

Attach both files...

Quote-Auto refresh the shoutbox when someone shout
- enable Smileys
- Colorize the usernames like it is for Top Karma / Top Users.
maybe... in a next version
Adk Portal 3.1 is coming....

Design your universe!

Rain Forest


NanoSector

My Mods / Mod Builder - A tool to easily create mods / Blog
"I've heard from a reliable source that the Answer is 42. But, still no word on what the question is."

Rain Forest


lucas-ruroken

Adk Portal 3.1 is coming....

Design your universe!

Rain Forest

Quote from: lucas-ruroken on November 24, 2010, 11:39:26 AM
Quote from: Yoshi2889 on November 24, 2010, 09:32:40 AM
SMF 2.0 RC6 out?!

Or ADK portal 2.0 RC6?

:P

SMF is now on 2.0 RC4



giovannie_1, test now

I guess it works. For so far no problems :)

Thanks!

lucas-ruroken

Adk Portal 3.1 is coming....

Design your universe!

Rain Forest


lucas-ruroken

Yes... any question :P
Download the zip.
unzip package-info.xml
open with any editor.
search:

<install for="2.0 RC3">


replace with

<install for="2.0 RC3, 2.0 RC4">


search

<uninstall for="2.0 RC3">


replace with:

<uninstall for="2.0 RC3, 2.0 RC4">


add the file to the zip again.... Install with the error on Profile.template.php

Open the profile.template.php
search:

<a href="', $scripturl, '?action=profile;area=statistics;u=', $context['id_member'], '">', $txt['statPanel'], '</a>
</p>';


and add after:

// If karma enabled show the members karma.

        if (!empty($modSettings['karmadescmod']) && !empty($modSettings['karmalinks']))
        {    if ($context['show_karmastat'])

                                if (!empty($modSettings['karmaisowner']) && ($context['owner']==1)) echo '
                                        <a href="'. $scripturl . '?action=ownkarma;u=' . $context['member']['id'] . '">'.$txt['who_change_my_karma'].'</a></br>
                                        <a href="'. $scripturl . '?action=otherkarma;u=' . $context['member']['id'] . '">'.$txt['whom_i_change_karma'].'</a>
                                ';
                                elseif (empty($modSettings['karmaisowner'])) echo'
                                        <a href="'. $scripturl . '?action=ownkarma;u=' . $context['member']['id'] . '">'.$txt['who_change_my_karma'].'</a></br>
                                        <a href="'. $scripturl . '?action=otherkarma;u=' . $context['member']['id'] . '">'.$txt['whom_i_change_karma'].'</a>
                                ';
                                elseif ($context['user']['is_admin']) echo '
                                        <a href="'. $scripturl . '?action=ownkarma;u=' . $context['member']['id'] . '">'.$txt['who_change_my_karma'].'</a></br>
                                        <a href="'. $scripturl . '?action=otherkarma;u=' . $context['member']['id'] . '">'.$txt['whom_i_change_karma'].'</a>
                                ';}


        elseif ($modSettings['karmaMode'] == '2')
        {
        if (!empty($modSettings['karmadescmod']) && !empty($modSettings['karmalinks']))
        {    if ($context['show_karmastat'])

                                if (!empty($modSettings['karmaisowner']) && ($context['owner']==1)) echo '
                                        <a href="'. $scripturl . '?action=ownkarma;u=' . $context['member']['id'] . '">'.$txt['who_change_my_karma'].'</a></br>
                                        <a href="'. $scripturl . '?action=otherkarma;u=' . $context['member']['id'] . '">'.$txt['whom_i_change_karma'].'</a>
                                ';
                                elseif (empty($modSettings['karmaisowner'])) echo'
                                        <a href="'. $scripturl . '?action=ownkarma;u=' . $context['member']['id'] . '">'.$txt['who_change_my_karma'].'</a></br>
                                        <a href="'. $scripturl . '?action=otherkarma;u=' . $context['member']['id'] . '">'.$txt['whom_i_change_karma'].'</a>
                                ';
                                elseif ($context['user']['is_admin']) echo '
                                        <a href="'. $scripturl . '?action=ownkarma;u=' . $context['member']['id'] . '">'.$txt['who_change_my_karma'].'</a></br>
                                        <a href="'. $scripturl . '?action=otherkarma;u=' . $context['member']['id'] . '">'.$txt['whom_i_change_karma'].'</a>
                                ';}
        }
Adk Portal 3.1 is coming....

Design your universe!

Rain Forest

Thanks man! You're my hero!

I just checked my error log and it says:

8: Undefined index: colapse_left2
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~httpdocs/forum/Sources/Subs-adkfunction.php
Regel: 565

8: Undefined index: colapse_left2
Pas filter toe: Toon alleen fouten van dit bestand
Bestand: ~/httpdocs/forum/Sources/Subs-adkfunction.php
Regel: 557

lucas-ruroken

add in your Modifications.language.php

$txt['colapse_left2'] = '';

and clean smf cache
Adk Portal 3.1 is coming....

Design your universe!

lucas-ruroken

Adk Portal 3.1 is coming....

Design your universe!

eyo

i have a question. what do i do with x.php files like with your lastblog.php, i dunno where to put these .php files sometimes along with some .zip file that i dl here in smf.org

Advertisement: