Icy Phoenix

     
 


Post new topic  Reply to topic 
Page 1 of 1
 
 
Reply with quote Download Post 
Post Autolink On Portal 
 
Hey all,

I would like to enable the autolink on the portal pages! Is this possible?
I would like to have it only in the text, but not in the topic titles or anything like that!

Thanks in advance!
 



 
OwnageWorldSend private message  
Back to topPage bottom
Icy Phoenix is an open source project, you can show your appreciation and support future development by donating to the project.

Support us
 
Reply with quote Download Post 
Post Re: Autolink On Portal 
 
OwnageWorld wrote: [View Post]
Hey all,

I would like to enable the autolink on the portal pages and on search! Is this possible?
I would like to have it only in the text, but not in the topic titles or anything like that!

Thanks in advance!

BUMP! I hope someone can help me out with this!
 



 
OwnageWorldSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Autolink On Portal 
 
ACP_General_Autolinks
 




____________
Out of Order
 
spydieSend private messageVisit poster's website  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Autolink On Portal 
 
spydie wrote: [View Post]
ACP_General_Autolinks

Yeah... I know...  But my question was "How do I activate them on portal and on search pages?"
 



 
OwnageWorldSend private message  
Back to topPage bottom
Reply with quote Download Post 
Post Re: Autolink On Portal 
 
You need to add Autolink processing to those pages.

Something like this:

First get the autolinks words...
Code: [Download] [Hide] [Select]
    // Start Autolinks For phpBB Mod
    $orig_autolink = array();
    $replacement_autolink = array();
    obtain_autolink_list($orig_autolink, $replacement_autolink, $forum_id);
    // End Autolinks For phpBB Mod


Then parse...
Code: [Download] [Hide] [Select]
        //Acronyms, AutoLinks, Wrap - BEGIN
        if ($postrow[$i]['enable_autolinks_acronyms'] == true)
        {
            $message = $bbcode->acronym_pass($message);
            if(count($orig_autolink))
            {
                $message = autolink_transform($message, $orig_autolink, $replacement_autolink);
            }
        }
        //Acronyms, AutoLinks, Wrap -END

 




____________
Luca
SEARCH is the quickest way to get support.
Icy Phoenix ColorizeIt - CustomIcy - HON
 
Mighty GorgonSend private messageSend e-mail to userVisit poster's website  
Back to topPage bottom
Post new topic  Reply to topic  Page 1 of 1
 


Display posts from previous:    

HideWas this topic useful?

Link this topic
URL
BBCode
HTML




 
Permissions List
You cannot post new topics
You cannot reply to topics
You cannot edit your posts
You cannot delete your posts
You cannot vote in polls
You cannot attach files
You can download files
You cannot post calendar events


  

 

  cron