[Fusionregistry-commitlog] SF.net SVN: fusionregistry: [5] trunk
Brought to you by:
copland007
|
From: CVS c. <fus...@li...> - 2007-06-12 02:42:37
|
Revision: 5
http://fusionregistry.svn.sourceforge.net/fusionregistry/?rev=5&view=rev
Author: copland007
Date: 2007-06-11 19:42:36 -0700 (Mon, 11 Jun 2007)
Log Message:
-----------
Added optional step for profile link if user has custom skin.
Modified Paths:
--------------
trunk/INSTALL.txt
trunk/UPGRADE.txt
Modified: trunk/INSTALL.txt
===================================================================
--- trunk/INSTALL.txt 2007-06-11 05:00:21 UTC (rev 4)
+++ trunk/INSTALL.txt 2007-06-12 02:42:36 UTC (rev 5)
@@ -108,7 +108,29 @@
ii) ADD at the top of the file after the "$lang = array(" line:
'find_registry' => "Find Member's <{R_NAME}> Entries",
+iii) If you already have a custom skin in place you will need to do this
+ step as well. If you do not have a skin that customized 'Topic View' ->
+ 'RenderRow' you can skip this step!
+ Head into your ACP -> Look & Feel -> Skin Manager. Click on your skin
+ set (not the imported Fusion Registry skin), and choose 'Edit Template
+ HTML'. Choose 'Topic View' -> 'RenderRow'. Find the following:
+
+<div class='popupmenu-item-last'>
+ <img src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='{$this->ipsclass->base_url}act=Search&CODE=getalluser&mid={$author['id']}'>{$this->ipsclass->lang['dd_find_posts']}</a>
+</div>
+
+ Replace with this:
+
+<div class='popupmenu-item'>
+ <img src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='{$this->ipsclass->base_url}act=Search&CODE=getalluser&mid={$author['id']}'>{$this->ipsclass->lang['dd_find_posts']}</a>
+</div>
+
+<div class='popupmenu-item-last'>
+ <img src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href="{$this->ipsclass->base_url}autocom=<{R_URL}>&cmd=do_member_search&member_name={$post['members_display_name']}">{$this->ipsclass->lang['find_registry']}</a>
+</div>
+
+
============================================================================
Step 5: Configuring session cleanup task
============================================================================
Modified: trunk/UPGRADE.txt
===================================================================
--- trunk/UPGRADE.txt 2007-06-11 05:00:21 UTC (rev 4)
+++ trunk/UPGRADE.txt 2007-06-12 02:42:36 UTC (rev 5)
@@ -58,8 +58,30 @@
'find_registry' => "Find Member's <{R_NAME}> Entries",
-5. Point your browser to the following URL:
+5. If you already have a custom skin in place you will need to do this
+ step as well. If you do not have a skin that customized 'Topic View' ->
+ 'RenderRow' you can skip this step!
+ Head into your ACP -> Look & Feel -> Skin Manager. Click on your skin
+ set (not the imported Fusion Registry skin), and choose 'Edit Template
+ HTML'. Choose 'Topic View' -> 'RenderRow'. Find the following:
+
+<div class='popupmenu-item-last'>
+ <img src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='{$this->ipsclass->base_url}act=Search&CODE=getalluser&mid={$author['id']}'>{$this->ipsclass->lang['dd_find_posts']}</a>
+</div>
+
+ Replace with this:
+
+<div class='popupmenu-item'>
+ <img src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href='{$this->ipsclass->base_url}act=Search&CODE=getalluser&mid={$author['id']}'>{$this->ipsclass->lang['dd_find_posts']}</a>
+</div>
+
+<div class='popupmenu-item-last'>
+ <img src='{$this->ipsclass->vars['img_url']}/folder_profile_portal/find_posts.png' alt='' border='0' /> <a href="{$this->ipsclass->base_url}autocom=<{R_URL}>&cmd=do_member_search&member_name={$post['members_display_name']}">{$this->ipsclass->lang['find_registry']}</a>
+</div>
+
+6. Point your browser to the following URL:
+
http://yourdomain.com/forum/sources/components_public/fusionscripts/fusionregistry/upgrade/
You may need to unlock the upgrader when you access the above URL before
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|