Advertisement:

Author Topic: Adk Portal 2.1.1 (New version for SMF 2.0.x)  (Read 150728 times)

Offline lucas-ruroken

  • SMF Hero
  • ******
  • Posts: 4,885
  • Gender: Male
  • Adk Developer
    • lucas.ruroken on Facebook
    • SMF Personal
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #680 on: October 06, 2011, 09:41:21 PM »
add in your index.css
Code: [Select]
#adkrcolapse, #adklcolapse{
     display: none;
}

Offline fobo

  • Semi-Newbie
  • *
  • Posts: 27
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #681 on: October 08, 2011, 05:45:47 AM »
website url?
sorry I just get online because a lot of work... here but My friend did not accidentally delete the shoutbox how to restore it

Offline Dan_y2k

  • Semi-Newbie
  • *
  • Posts: 75
  • Gender: Male
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0)
« Reply #682 on: October 09, 2011, 08:26:37 PM »
I really like this portal, I would use it but you can not handle it Polish letters which I wrote above.

I hope that it will improve because I would love to use it too

Unfortunately, Adk Portal 2.0 doesn't support Hebrew characters input (and probably output) either.
I tried to change "Portal title" to "פורטל" (Portal in Hebrew), but instead all I got after saving was question marks (like so: instead of פורטל, I got ?????)... :-\

I've fully translated Adk Portal 2.0 into Hebrew, and now I'm testing it. This is the first problem I encountered.

This, and some minor RTL issues are the only thing keeping me from launching my site...

Let's hope it'll be fixed soon - Adk is a really good portal modification! :)


* After some messing around - came across this bug: when trying to change the user groups permissions on the E. Downloads System (http://www.yourforum.com/index.php?action=admin;area=adkdownloads;sa=permisoscategory), I get this DB error:

Duplicate entry '0' for key 'PRIMARY'
File: /home/dan/domains/yourforum.com/public_html/Sources/Adk-Downloads.php
Line: 2751

I think it happened because I've set that guest & members can see the downloads, but not add downloads - these 2 usergroups have the same permissions - so I guess that caused the error.
« Last Edit: October 09, 2011, 08:46:33 PM by Dan_y2k »
Regards,
Dan_y2k.

Offline mrtarkhan

  • Language Moderator
  • Jr. Member
  • *
  • Posts: 224
  • Gender: Male
  • IT Manager
    • mohammadreza.tarkhan on Facebook
    • mrtarkhan on LinkedIn
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #683 on: October 10, 2011, 05:09:12 PM »
adk portal in persian coming soon! :)
هر پرسش خردمند، نيمي از پاسخ را در خود دارد.((سليمان ابن گاويرول))

Offline TheLookBook

  • Jr. Member
  • **
  • Posts: 192
  • Gender: Male
    • TheLookBook
Make Changes in ADK Portal and BLog for SMF 2.0.1
« Reply #684 on: October 13, 2011, 06:06:11 PM »

Using version SMF 2.0.1 Have ADK Portal and Blog system installed and would like to know if there was a way to have the blog content show in The Latest Topic in ADK Portal instead of a SMF board for topics and post I have created.
Keep Your "Dreams" Alive!

Offline drfun

  • Jr. Member
  • **
  • Posts: 110
  • Gender: Male
    • All Student Forum
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #685 on: October 14, 2011, 03:25:50 PM »
Hello guys, Every one likes this mod and i dont want to be left out. please i just installed the mod and am having one error, though am using Helios Multicolor theme and this error was found on the /Themes/heliosmulti_smf20final_b/index.template.php on pre-test installation, ok, i got my index.template.php file  and then try to fine and replace using the parse. i was able to fine and replace this

Quote
Code: (Find) [Select]

<head>

Code: (Replace) [Select]

<head>';
if(function_exists('loadColpaseAdkportal'))loadColpaseAdkportal();
echo
'

BUT i could not fine this

Quote
Code: (Find) [Select]

}

function template_body_below()
{

 to even replace it with the given one bellow
Quote
Code: (Replace) [Select]

      if(function_exists('loadCTop'))loadCTop();
}

function template_body_below()
{
   if(function_exists('loadCBottom'))loadCBottom();

so i dont know where to place that or what to do next, so far i have not gotten any error on the forum, though i have not implement any of the portal function. i need help on this please
All students forum -Global Online community for Students, Ex-Students and their friends

Offline mrtarkhan

  • Language Moderator
  • Jr. Member
  • *
  • Posts: 224
  • Gender: Male
  • IT Manager
    • mohammadreza.tarkhan on Facebook
    • mrtarkhan on LinkedIn
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #686 on: October 15, 2011, 05:31:33 PM »
dear drfun, can u upload your index.template.php file here?
هر پرسش خردمند، نيمي از پاسخ را در خود دارد.((سليمان ابن گاويرول))

Offline drfun

  • Jr. Member
  • **
  • Posts: 110
  • Gender: Male
    • All Student Forum
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #687 on: October 15, 2011, 07:42:14 PM »
Ok, thanks for the respond, bellow is my index.templete.php, fresh without any of the replacement codes.
All students forum -Global Online community for Students, Ex-Students and their friends

Offline mrtarkhan

  • Language Moderator
  • Jr. Member
  • *
  • Posts: 224
  • Gender: Male
  • IT Manager
    • mohammadreza.tarkhan on Facebook
    • mrtarkhan on LinkedIn
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #688 on: October 16, 2011, 04:29:22 AM »
even this not about adk portal, and u must to say this to theme maker, but in this file "function template_body_below()" replaced with "function template_main_below()" ! :(

so u can replace

Code: [Select]
}

function template_main_below()
{

with

Code: [Select]
      if(function_exists('loadCTop'))loadCTop();
}

function template_body_below()
{
   if(function_exists('loadCBottom'))loadCBottom();

good luck
هر پرسش خردمند، نيمي از پاسخ را در خود دارد.((سليمان ابن گاويرول))

Offline mrtarkhan

  • Language Moderator
  • Jr. Member
  • *
  • Posts: 224
  • Gender: Male
  • IT Manager
    • mohammadreza.tarkhan on Facebook
    • mrtarkhan on LinkedIn
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #689 on: October 16, 2011, 04:43:41 AM »
persian
هر پرسش خردمند، نيمي از پاسخ را در خود دارد.((سليمان ابن گاويرول))

Offline drfun

  • Jr. Member
  • **
  • Posts: 110
  • Gender: Male
    • All Student Forum
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #690 on: October 16, 2011, 07:32:00 AM »
Thanks for taking a look at my index.templete.php, i did the as you said, replacing the ( function template_main_below()") but i got this error bellow
Quote
Template Parse Error!
It seems something has gone sour on the forum with the template system. This problem should only be temporary, so please come back later and try again. If you continue to see this message, please contact the administrator.
well i will make a post on the Theme support board for more clarification.
Thanks
All students forum -Global Online community for Students, Ex-Students and their friends

Offline pevanis

  • Semi-Newbie
  • *
  • Posts: 34
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #691 on: October 17, 2011, 04:52:49 PM »
I Try Adk Portal for few days. It's really nice :-) Thanks.
In English works fine but when I put in Croatian language everithing is ok Except i miss HOME button instead I have two butons with FORUM -
on English first button is HOME and second one is Forum.
Can I do something about it ?

Thanks

Offline frytec

  • Jr. Member
  • **
  • Posts: 134
  • Admin Aika Fórum
    • CataLink.com.br
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #692 on: October 18, 2011, 03:55:16 PM »
hey, how can i remove the option to colapse the right and left column?
i mean, that two little squares that sits at the right of page?
i dont need users colapse any columns...

i know if i add that to index.css
#adkrcolapse, #adklcolapse{ display: none;}
will hide the buttons.

but I really need to remove it, to decrease the space between breadcumbs and the body.
« Last Edit: October 18, 2011, 04:01:55 PM by frytec »
Comunidade Aika Forum > http://www.aikaforum.com.br
Portal DetetiveWEB > http://www.detetiveweb.com.br
CataLink.com.br > http://www.catalink.com.br

Offline DasVON

  • Semi-Newbie
  • *
  • Posts: 79
  • Gender: Male
  • Fortune Favors the Bold
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #693 on: October 18, 2011, 07:41:49 PM »
Just installed  Adk Portal 2.0 « Elysium Edition but when i try to upload a new download I get this error

Quote
Forbidden

You don't have permission to access /index.php on this server.

Additionally, a 404 Not Found error was encountered while trying to use an ErrorDocument to handle the request.

eveything else works perfect.. I use SMF 2.0.1

Permissions Maybe?
Any Idea's

Offline mrtarkhan

  • Language Moderator
  • Jr. Member
  • *
  • Posts: 224
  • Gender: Male
  • IT Manager
    • mohammadreza.tarkhan on Facebook
    • mrtarkhan on LinkedIn
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #694 on: October 19, 2011, 05:07:14 AM »
Thanks for taking a look at my index.templete.php, i did the as you said, replacing the ( function template_main_below()") but i got this error bellow
Quote
Template Parse Error!
It seems something has gone sour on the forum with the template system. This problem should only be temporary, so please come back later and try again. If you continue to see this message, please contact the administrator.
well i will make a post on the Theme support board for more clarification.
Thanks
excuse me, just replace:

Code: [Select]
      if(function_exists('loadCTop'))loadCTop();
}

function template_body_below()
{
   if(function_exists('loadCBottom'))loadCBottom();

with:

Code: [Select]
      if(function_exists('loadCTop'))loadCTop();
}

function template_main_below()
{
   if(function_exists('loadCBottom'))loadCBottom();

now, you shouldn't have a problem.
هر پرسش خردمند، نيمي از پاسخ را در خود دارد.((سليمان ابن گاويرول))

Offline fobo

  • Semi-Newbie
  • *
  • Posts: 27
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #695 on: October 19, 2011, 11:01:11 AM »
how to recovery shoutbox this portal ? my friend accidentally remove it in setting panel  ;D

Offline drfun

  • Jr. Member
  • **
  • Posts: 110
  • Gender: Male
    • All Student Forum
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #696 on: October 19, 2011, 11:44:53 AM »
@mrtarkhan thanks this changes worked, am grateful for your assistance
All students forum -Global Online community for Students, Ex-Students and their friends

Offline frytec

  • Jr. Member
  • **
  • Posts: 134
  • Admin Aika Fórum
    • CataLink.com.br
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #697 on: October 20, 2011, 11:48:02 AM »
hey, how can i remove the option to colapse the right and left column?
i mean, that two little squares that sits at the right of page?
i dont need users colapse any columns...

i know if i add that to index.css
#adkrcolapse, #adklcolapse{ display: none;}
will hide the buttons.

but I really need to remove it, to decrease the space between breadcumbs and the body.
Comunidade Aika Forum > http://www.aikaforum.com.br
Portal DetetiveWEB > http://www.detetiveweb.com.br
CataLink.com.br > http://www.catalink.com.br

Offline chada

  • Semi-Newbie
  • *
  • Posts: 40
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #698 on: October 24, 2011, 02:55:54 PM »
Lucas-Rurken thank you for a great portal.

I am wondering if you can help me with 3 different errors that I receive in my logs.

1. http://www.panhandlepierfishing.com/forum/index.php?topic=15.0
    8: Undefined index: new_msg
    File: D:/Hosting/8413028/html/forum/Sources/Subs-adkfunction.php
    Line: 1315

   {
      if($button['show'])
         $return[] = '
1315   -----------   >   <div class="adk_padding_5 '.$button['div'].'">
            <img style="'.$button['style'].'" alt="'.$button['title'].'" src="'.$boardurl.'/adkportal/images/'.$button['icon'].'" />&nbsp;
            <a href="'.$button['href'].'">
               '.$button['title'].'
            </a>
         </div>';
   }

2.http://www.panhandlepierfishing.com/forum/index.php?topic=15.0
   8: Undefined index: foro
   File: D:/Hosting/8413028/html/forum/Sources/Subs-adkfunction.php
   Line: 1299

function loadShoutboxwi()
{
   if(!empty($_REQUEST['action']) && $_REQUEST['action'] == 'update')
      adk_getContentShout();
   elseif(!empty($_REQUEST['action']) && $_REQUEST['action'] == 'insert')
   {
      $nick = htmlspecialchars(stripslashes($_REQUEST['nick']),ENT_QUOTES);
      $message = htmlspecialchars(stripslashes($_REQUEST['message']),ENT_QUOTES);

      adk_insertMessageShout($nick, $message);
   }
}  <-------- 1299

3.http://www.panhandlepierfishing.com/forum/index.php?topic=15.0
   8: Undefined index: colapse_left1
   File: D:/Hosting/8413028/html/forum/Sources/Subs-adkfunction.php
   Line: 1127

   elseif($adkportal['title_in_blocks'] == 4)
      echo'
               </div>
               </div>
            ',$b == 0   ? '     <---------- 1127
            <span class="botslice"><span></span></span></div>' : '' ,'
            <br />
         ';

Using Adk Portal 2.0 Elysium Edition (10/07/2011)
SMF Version 2.01

Thanks in advance for help.
Chad
           
« Last Edit: October 24, 2011, 02:59:25 PM by chada »

Offline Clara Listensprechen

  • Jr. Member
  • **
  • Posts: 255
  • Gender: Female
Re: Adk Portal 2.0 Elysium Edition (SMF 2.0.1)
« Reply #699 on: October 25, 2011, 08:07:58 PM »
Not for the moment.
I came to this thread looking for a resolution to this problem because a board that I have a cross-RSS agreement with cannot set up an RSS block for my board even though I have one for his.  Now that I have the answer to the RSS problem with ADK Portal, it's essential that this portal be dropped in favor of one with RSS capability.  Just letting you know.
I shall continue to be an impossible person as long as those who are now possible remain possible. {Michael Bakunin 1814-1876}
Can you stand the freedom?