0
Welcome Guest! Login
0 items Join Now

How to identify Joomla file

    • trajan's Avatar
    • trajan
    • Rocketeer
    • Posts: 81
    • Thanks: 0

    Re: How to identify Joomla file

    Posted 13 years 3 months ago
    • Actually I just enabled JomSocial and then proceed to turn off all of the custom profile questions such as Type but it did not make a difference. I also tried enabling them to see if they would show up in registration but it did not. Is there any where on the backend that controls registration for Joomla?
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: How to identify Joomla file

    Posted 13 years 3 months ago
    • I've been thinking about this post and the bottom line is that you may never be able to find "hasTips" class in any file because it's probably generated through a PHP variable. If you look in the class name, it also has "required" - which is not set in the file, but through a backend setting. You set what is required elsewhere and it is passed into the PHP file through a database variable and rendered as HTML.

      If you are really trying to identify a file, you're much better off looking at div ids or classes, as those are usually unique to each file. I'm not sure what page is loading on your site, I do know it's not the same as the file that loads on my Rocket Launcher registration page.

      Either way, you might want start considering alternative methods of doing what you're after. There is a whole other level of complexity involved with the change you are trying to make and I'm not sure what modifications you've made to your installation so it's hard to tell you where to start.
    • The difficult we do immediately, the impossible takes a little longer.
    • trajan's Avatar
    • trajan
    • Rocketeer
    • Posts: 81
    • Thanks: 0

    Re: How to identify Joomla file

    Posted 13 years 3 months ago
    • Okay Cliff I will keep in mind what you have said. Thank you for all your help! I will post on the JomSocial forum in case it is JomSocial related and will keep the forum posted in case anyone else has a similar problem in the future. Tooltips are very much necessary for me so I will keep playing around with it.
    • trajan's Avatar
    • trajan
    • Rocketeer
    • Posts: 81
    • Thanks: 0

    Re: How to identify Joomla file

    Posted 13 years 3 months ago
    • Hey Cliff, I realized the reason our pages might look different was because i had certain fields enabled in the User-profile plugin. I'v turned them on. However, this might confirm that it is in fact the native Joomla registeration. In fact, I confirmed with the JomSocial team and it is.
    • Cliff Pfeifer's Avatar
    • Cliff Pfeifer
    • Preeminent Rocketeer
    • Posts: 8444
    • Thanks: 20
    • Website Developer

    Re: How to identify Joomla file

    Posted 13 years 3 months ago
    • Okay, so then you should know which file it is, in the com_users folder. I'm not sure which user profile plug in you are using, but I think it's a pretty safe bet that your tooltips are generated through that or another plug-in - there may be a tooltips on / off switch somewhere. That's probably where you need to be looking.
    • The difficult we do immediately, the impossible takes a little longer.

Time to create page: 0.055 seconds