Forum Activity for @developer-networks

Developer Networks
@developer-networks
12/20/13 11:15:30AM
566 posts

Aparna with Nova Skin


Installation and Configuration

Thanks! This one was a pretty big update.
Developer Networks
@developer-networks
12/20/13 11:06:33AM
566 posts

Delete Member trigger


Jamroom Developers

Thanks. I was looking for the one to use when a profile is deleted from the Jamroom system so i can start the function as well with my phpbb module. I have my developer mode turned on and looked under the info tab but only see log in out and sign up and updated. nothing on when its deleted.
updated by @developer-networks: 12/20/13 11:07:41AM
Developer Networks
@developer-networks
12/20/13 10:48:29AM
566 posts

Delete Member trigger


Jamroom Developers

Is there a listener I can use when a profile/user is deleted on the Jamroom system?

Thanks.
updated by @developer-networks: 02/02/14 06:19:06AM
Developer Networks
@developer-networks
12/19/13 11:11:06AM
566 posts

ToolTab to URL


Design and Skin Customization

I really appreciate your help here. You have helped me out a lot and got me able to figure it out off what you showed me.

Thank you.
Developer Networks
@developer-networks
12/19/13 10:55:56AM
566 posts

ToolTab to URL


Design and Skin Customization

solution was
jrCore_register_module_feature('jrCore', 'tool_view', 'myPhpbb', "../forum/ucp.php?mode=login&admin=1", 1);
Developer Networks
@developer-networks
12/19/13 10:41:46AM
566 posts

ToolTab to URL


Design and Skin Customization

no that looks good. could the jrForum be holding up the routing system calling /forum ? im not sure but could this be confusing the routing system?


maby this is the problem when i try calling this /forum directory from inside myPhpbb module.


And the jrForum is currently disabled.

updated by @developer-networks: 12/19/13 10:48:02AM
Developer Networks
@developer-networks
12/19/13 10:33:16AM
566 posts

ToolTab to URL


Design and Skin Customization

music-wall.com jamroom is installed to the root of this directory

the phpbb forums was installed to music-wall.com/forum/

nested inside of Jamroom


updated by @developer-networks: 12/19/13 10:35:06AM
Developer Networks
@developer-networks
12/19/13 10:22:08AM
566 posts

ToolTab to URL


Design and Skin Customization

 jrCore_register_module_feature('jrCore', 'tool_view', 'myPhpbb', "{$_conf['jrCore_base_url']}/forum/ucp.php?mode=login&admin=1", 123);


This Is the code im running here just as you suggested. However. When clicking on the tab in the myPhpbb module it takes me to this url every time.

http://music-wall.com/myphpbb//forum/ucp.php?mode=login&admin=1

I am trying to get to this URL:

http://music-wall.com/forum/ucp.php?mode=login&admin=1

I have tried this in multiple ways in to keep it from adding myPhpbb to the url but having trouble.




updated by @developer-networks: 12/19/13 10:32:24AM
Developer Networks
@developer-networks
12/19/13 09:49:26AM
566 posts

ToolTab to URL


Design and Skin Customization

Thank you but that takes me to another hurdle with the routing system.

It is adding /phpbb/ to the url... I am trying to get outside the module and get on to the phpbbforums from the link inside of my module.

I have decided to put it inside the tools tab for the module for the administrator to use only.


What i am trying to do here is create a button to allow the jamroom administrator to login to the phpbb forums ACP. So i figured inside the module under the tools tab this would be the best place to add that.

Am i doing this wrong? Will the JR routing system not let me go to a url outside of my module?

Thanks
updated by @developer-networks: 12/19/13 09:58:03AM
Developer Networks
@developer-networks
12/19/13 09:24:42AM
566 posts

ToolTab to URL


Design and Skin Customization

Trying to finish up a module and could use some help with this one.

I need to take the user to a set url in the tools tab. Im trying to figure out the right way to do this.

i have tried
[code] jrCore_register_module_feature('jrCore', 'tool_view', 'myPhpbb', 'ACPLogin', 31); // 31 = 'ACPLogin' (ACP Login)[code]

and i get to myphpbb/ACPLogin however i need to go to an actual hard coded location like /forums/?=acplogin.php


Thanks

would i put a part in the language file with a link to the url like '31' would be '{$jamroom_url}/forums/?3940jfACPLogin.php'

updated by @developer-networks: 01/19/14 04:53:10PM
  44