News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Adk Portal

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

Previous topic - Next topic

lucas-ruroken

add in your index.css

#adkrcolapse, #adklcolapse{
     display: none;
}
Adk Portal 3.1 is coming....

Design your universe!

fobo

Quote from: lucas-ruroken on October 01, 2011, 02:20:02 PM
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

Dan_y2k

#682
Quote from: tomeh on July 24, 2011, 05:41:19 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.
Regards,
Dan_y2k.

mrtarkhan

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

TheLookBook


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!

drfun

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

QuoteCode: (Find) [Select]

<head>

Code: (Replace) [Select]

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

BUT i could not fine this

QuoteCode: (Find) [Select]

}

function template_body_below()
{

to even replace it with the given one bellow
QuoteCode: (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
ECLIKS -Global Online community for Questions and Answers

mrtarkhan

dear drfun, can u upload your index.template.php file here?
هر پرسش خردمند، نيمي از پاسخ را در خود دارد.((سليمان ابن گاويرول))

drfun

Ok, thanks for the respond, bellow is my index.templete.php, fresh without any of the replacement codes.
ECLIKS -Global Online community for Questions and Answers

mrtarkhan

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

}

function template_main_below()
{


with


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

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


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

mrtarkhan

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

drfun

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
QuoteTemplate 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
ECLIKS -Global Online community for Questions and Answers

pevanis

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

frytec

#692
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.

DasVON

Just installed  Adk Portal 2.0 « Elysium Edition but when i try to upload a new download I get this error

QuoteForbidden

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

mrtarkhan

Quote from: drfun 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
QuoteTemplate 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:

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

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


with:

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

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


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

fobo

how to recovery shoutbox this portal ? my friend accidentally remove it in setting panel  ;D

drfun

@mrtarkhan thanks this changes worked, am grateful for your assistance
ECLIKS -Global Online community for Questions and Answers

frytec

Quote from: frytec 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.

chada

#698
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
           

Clara Listensprechen

Quote from: lucas-ruroken on September 22, 2010, 04:29:05 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 so long as those who are now possible remain possible. {Michael Bakunin 1814-1876}

Advertisement: