EllisLab text mark
Advanced Search
2 of 3
2
   
Developer Plugin
Posted: 02 September 2007 09:24 PM   [ Ignore ]   [ # 19 ]   [ Rating: 0 ]
Avatar
Joined: 2006-09-14
234 posts

For me, all of the Developer links seem to append the Template Group and Template to the URL, preventing the info from displaying. 

For example, I have the plugin associated with the template “scarecrow” in the Template Group “oz”.  When viewing that page, if I click “Weblog Fields” within the Developer tab, it sends me here:
http://www.mysite.com/oz/scarecrow/system/index.php?C=admin&M=blog_admin&P=blog_list&P=custom_fields

...when it should be sending me here:
http://www.mysite.com/system/index.php?C=admin&M=blog_admin&P=blog_list&P=custom_fields

Any idea how I can get it to ignore the Template Group and Template in the URL?
Thanks.

 Signature 

———————
Be like water
———————

 
Posted: 03 September 2007 04:21 PM   [ Ignore ]   [ # 20 ]   [ Rating: 0 ]
Avatar
Joined: 2006-09-14
234 posts

Got ‘er working.  The developer helped me out with it.
Word!

 Signature 

———————
Be like water
———————

 
Posted: 04 May 2008 11:03 PM   [ Ignore ]   [ # 21 ]   [ Rating: 0 ]
Avatar
Joined: 2008-04-03
162 posts

Sounds great, but it’s not working for me either. I’m guessing it’s because I’m logged in from the wrong end. Login from the front end? Login from the back end? What’s it all mean? I navigate to my control panel, supply username and password, get in. Is there another way that’ll let me use the extension?

Thanks,
Nathan

 
Posted: 06 May 2008 01:28 PM   [ Ignore ]   [ # 22 ]   [ Rating: 0 ]
Avatar
Joined: 2005-06-20
3997 posts

You can login either at the front end or via the control panel but you must be a Super Admin. Once you are logged in you should be able to view the developer tab on any front end page.

Cheers

Dry

 Signature 

   Purple Dogfish | Member of EE Pro Network | Follow me on Twitter

 
Posted: 07 May 2008 10:11 AM   [ Ignore ]   [ # 23 ]   [ Rating: 0 ]
Avatar
Joined: 2007-10-17
173 posts

I can’t get the plugin panel to display correctly on the site I’m working on.
Firstly the styles seem to be getting overwritten by styles on my site - some common names are being used as ID/class names in this plugin, ie .wrapper

Also the javascript to open and close the developer tab isn’t working - is it dependant on moo tools javascript library?
I’ve got Jquery in use on this site, and I suspect they may be interfering with each other.

 
Posted: 08 May 2008 09:47 AM   [ Ignore ]   [ # 24 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-02
982 posts

Cannot get this plugin working. I see it in the plugin manager, pur_developer folder is in plugin folder, I am logged in as superadmin, but the tags {exp:pur_developer:js} and {exp:pur_developer} does not output anything.

Any ideas?

 Signature 

Full list of add-ons here

Child Categories
Browser Sniff
Category Id
Entries Number

 
Posted: 08 May 2008 03:44 PM   [ Ignore ]   [ # 25 ]   [ Rating: 0 ]
Avatar
Joined: 2005-06-20
3997 posts

Hi,

@Meirion,

It looks like I’m gonna have to get a new version of this together dealing with some of these issues. We’ll do it as soon as we can.

@Laisvunas,

Do the tags output anything at all in the template source code?

Cheers

Dry

 Signature 

   Purple Dogfish | Member of EE Pro Network | Follow me on Twitter

 
Posted: 08 May 2008 04:50 PM   [ Ignore ]   [ # 26 ]   [ Rating: 0 ]
Avatar
Joined: 2007-02-02
982 posts

Hi Dry,

Plugin’s tags do not output anything in source code. Plugin does not function on my site except that I can see it in Plugin manager.

 Signature 

Full list of add-ons here

Child Categories
Browser Sniff
Category Id
Entries Number

 
Posted: 18 July 2008 03:03 AM   [ Ignore ]   [ # 27 ]   [ Rating: 0 ]
Avatar
Joined: 2006-04-23
484 posts

Installed and using tonight
ExpressionEngine1.6.4 Build:20080626

Pasted the appropriate code into the master site default page.
When navigating to any other page of my site, the plugin is still visible, but the links to the admin are prepended with the templategroup name, thereby rendering all links incorrectly.

I don’t know how to disable this from happening, so instead, of use a conditional:

{if segment_1 == ""}
    {exp
:pur_developer:js}
    
</head>
    <
body>
    
{exp:pur_developer}
{if
:else}
    
</head>
    <
body>
{/if} 
 Signature 

OLD username was jammo, NEW username is OrganizedFellow

It’s a struggle even to keep focused. This is the best of my AD/HD & GTD.
The exceptionally slow growth of my web dev projects is eclipsed by my patience, understanding and desire to learn AS MUCH AS POSSIBLE as I slowly progress.

 
Posted: 12 May 2009 05:24 PM   [ Ignore ]   [ # 28 ]   [ Rating: 0 ]
Avatar
Joined: 2006-04-23
484 posts

:( Does not appear under under Utilities Manager.

ExpressionEngine 1.6.7 Build:  20090320

Anyone else?

 Signature 

OLD username was jammo, NEW username is OrganizedFellow

It’s a struggle even to keep focused. This is the best of my AD/HD & GTD.
The exceptionally slow growth of my web dev projects is eclipsed by my patience, understanding and desire to learn AS MUCH AS POSSIBLE as I slowly progress.

 
Posted: 12 May 2009 06:04 PM   [ Ignore ]   [ # 29 ]   [ Rating: 0 ]
Avatar
Joined: 2005-06-20
3997 posts

Hi,

Sorry, I’ve not tested/updated this for quite some time. I’ll see if I can have a look at why it’s not working for you in this build.

Cheers

Dry

 Signature 

   Purple Dogfish | Member of EE Pro Network | Follow me on Twitter

 
Posted: 13 September 2009 05:39 PM   [ Ignore ]   [ # 30 ]   [ Rating: 0 ]
Avatar
Joined: 2006-04-23
484 posts

After using this successfully on two sites, I’ve decided to give it a go on my localhost testing site.

Every link references the path, not URL.
So I’m actually getting this:
“C:/xampp/htdocs/...”
Instead of this:
“http://localhost…”

Other than hardcoding the plugin, how else can I fix this?
I see the plugin hasn’t been update in some time :(

 Signature 

OLD username was jammo, NEW username is OrganizedFellow

It’s a struggle even to keep focused. This is the best of my AD/HD & GTD.
The exceptionally slow growth of my web dev projects is eclipsed by my patience, understanding and desire to learn AS MUCH AS POSSIBLE as I slowly progress.

 
Posted: 22 September 2009 03:38 PM   [ Ignore ]   [ # 31 ]   [ Rating: 0 ]
Avatar
Joined: 2005-06-20
3997 posts

Hi,

I finally updated this. It is now an extension and works both in the CP and on templates. Please check it out in the new thread

Cheers

Greg

 Signature 

   Purple Dogfish | Member of EE Pro Network | Follow me on Twitter

 
2 of 3
2