Skip to Content Skip to Menu

Custom URL in Profile Hack

  • jeffason
  • jeffason
  • OFFLINE
  • Posts: 53
  • Thanks: 0
  • Karma: 3
18 years 2 months ago #17885 by jeffason
Custom URL in Profile Hack was created by jeffason
While there already exists a module to display the custom url for yourself, this one displays the custom url in the profile for the current user's profile you're viewing

find this section of code in components/com_comprofiler/comprofiler.html.php and just add that last line two lines

[code:1]if (true) {
echo "\n\t<div class=\"cbProfile\">";

// Display "head" tabs: (Menu + shortest connection path / Degree of relationship + Uname Profile Page)
if (isset($userViewTabs["cb_head"])) {
echo "<div class=\"cbPosHead\">";
echo $userViewTabs["cb_head"];
global $mosConfig_live_site;
echo "Profile Address: <a href=\" " . $mosConfig_live_site ."/" . $user->username . "\">" . $mosConfig_live_site . "/" . $user->username . "</a></div>";
[/code:1]

Post edited by: jeffason, at: 2006/07/31 02:07

Please Log in or Create an account to join the conversation.

  • luckyluca
  • luckyluca
  • OFFLINE
  • Posts: 11
  • Thanks: 0
  • Karma: 0
18 years 2 months ago #17948 by luckyluca
Replied by luckyluca on topic Re:Custom URL in Profile Hack
Thank you!!!!!!!!! :woohoo: :woohoo:

Please Log in or Create an account to join the conversation.

  • mediaguru
  • mediaguru
  • OFFLINE
  • Posts: 365
  • Thanks: 1
  • Karma: 70
18 years 2 months ago #17969 by mediaguru
Replied by mediaguru on topic Re:Custom URL in Profile Hack
WAY COOL! I just implemented it. I've been wanting this for a long time.

The problem is that it's a hack and I'll have to remember to reimplement it when an updated version of CB comes out... :-( But it's worth it!

CB/Joomla golf site: www.thegolfspace.com
Geek/joomla site: www.tkserver.com

Check out my Joomla/CB projects:

* LIKE thumbs up system for "liking" content items
* Karma - CB user rating system
* Golf Score Tracker
* Jitter - status update system. "What's on your mind?"
* CB Author Plug - Shows CB author link and avatar in content items. J1.5 compatible and very customizable!

Found on my web site or in the Joomlapolis Directory !

Please Log in or Create an account to join the conversation.

  • kuato
  • kuato
  • OFFLINE
  • Posts: 7
  • Thanks: 0
  • Karma: -1
18 years 2 months ago #18020 by kuato
Replied by kuato on topic Re:Custom URL in Profile Hack
Escuse me but, what this snippet does ¿? :blink:

OpEn YoUr MiNd

Please Log in or Create an account to join the conversation.

  • ant76
  • ant76
  • OFFLINE
  • Posts: 21
  • Thanks: 0
  • Karma: 2
18 years 2 months ago #18027 by ant76
Replied by ant76 on topic Re:Custom URL in Profile Hack
really great idea... :)

but I've got a

Not Found
The requested URL /Name_of_the_user was not found on this server.
:blink:

Please Log in or Create an account to join the conversation.

  • jeffason
  • jeffason
  • OFFLINE
  • Posts: 53
  • Thanks: 0
  • Karma: 3
18 years 2 months ago #18046 by jeffason
Replied by jeffason on topic Re:Custom URL in Profile Hack
you must already have the custom url trick done, search the forums

Please Log in or Create an account to join the conversation.

Moderators: beatnantkrileon
Powered by Kunena Forum