v4 patch 2 bug reported via PM by gomsx... confirmed to also exist in CLEAN v0.04
Originally Posted by gomsx
v4 patch 2 bug reported via PM by gomsx... confirmed to also exist in CLEAN v0.04
Originally Posted by gomsx
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
So is there a fix for this?
Hi,
You can give this a try... in your menu include, for example, menu_design_act.inc.php file, find the links for the guestbook and blog.
Around line 292:
Add the $site[url] to the menu item, example shown (changes may be needed for your template if not using ACT - look carefully):Code:$ret .= ('on' == $enable_guestbook) ? MenuItem("#FF6600",_t("_my_guestbook"), "", "guestbook.php?to={$gid}", "", 1) : ""; $ret .= ('on' == $enable_blog) ? MenuItem("#F3C302",_t("_my_blog"), "", "blog.php?owner={$gid}", "", 1) : "";
In the ACT template - the "My Gallery" menu code was correct. If this link is broken in your template - make similar changes as shown for "My Guestbook" and "My Blog" above.Code:$ret .= ('on' == $enable_guestbook) ? MenuItem("#FF6600",_t("_my_guestbook"), "", "guestbook.php?to={$gid}", $site[url], 1) : ""; $ret .= ('on' == $enable_blog) ? MenuItem("#F3C302",_t("_my_blog"), "", "blog.php?owner={$gid}", $site[url], 1) : "";
Smoge
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
This mod works for ae4. Thanks Smoge.
Don't work for me....tried it, using the def template.
Smoge, this part of the script is completely missing from my g4 template? I would like to test but what to do, what to do ?
chris c
Last edited by Smoge; 10-31-2005 at 08:06 PM.
Yes - it's much the same in DEFOriginally Posted by valentino
In menu_design_def.inc.php, around line 185, find:
Replace with:Code:$ret .= ('on' == $enable_guestbook) ? MenuItem("_green",_t("_my_guestbook"), "", "guestbook.php?to={$gid}", "", 1) : ""; $ret .= ('on' == $enable_blog) ? MenuItem("_green",_t("_my_blog"), "", "blog.php?owner={$gid}", "", 1) : ""; $ret .= ('on' == $enable_gallery) ? MenuItem("_green",_t("_my_gallery"), "", "gallery.php", "", 1) : "";
Code:$ret .= ('on' == $enable_guestbook) ? MenuItem("_green",_t("_my_guestbook"), "", "guestbook.php?to={$gid}", $site[url], 1) : ""; $ret .= ('on' == $enable_blog) ? MenuItem("_green",_t("_my_blog"), "", "blog.php?owner={$gid}", $site[url], 1) : ""; $ret .= ('on' == $enable_gallery) ? MenuItem("_green",_t("_my_gallery"), "", "gallery.php", $site[url], 1) : "";
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
I just checked G4 - and it was already coded correctly. To test it - go to the "articles" at the bottom of the page - then check your links to Blog, Guestbook, and Gallery.
Originally Posted by chris c
ModMySite Administrator
Problems? Questions? Need modifications or other help with your site?
Open A Ticket , Send Us An Email Or Give Us A Telephone Call +1 518-632-4152.
Smoge,Originally Posted by Smoge
Aha...i am on the same page now, sorry i must not be thinking... yes the links work, thanks.
chris c
Oke Smog, that one worked for me.
Great..thanks again!!!
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks