I am trying to build the famous "multiple sites with common forum",
and I am soooo close to success... What I am trying to do is change
the url of the last post within a certain forum (forum #35) in forumhome_lastpostby
Basically, I am trying to say - if $forumid = '35' then $urll = "site2.com"
else $urll = "site1.com" ($urll is the variable)
And I know nothing about plugin and hook... LOL
--------------- Added [DATE]1202597443[/DATE] at [TIME]1202597443[/TIME] ---------------
After investigating the plugin and hook system, I have
written the proper code to make this work. Thank you
Lynne for getting me going in the right direction.
|