- Posts: 16
- Thank you received: 0
Kunena 7.0.4 Released
The Kunena team has announce the arrival of Kunena 7.0.4 [K 7.0.4] in stable which is now available for download as a native Joomla extension for J! 5.4.x/6.0.x. This version addresses most of the issues that were discovered in K 6.2 / K 6.3 / K 6.4 and issues discovered during the last development stages of K 7.0
This is for users to help other users, to discuss topics that are related to forum administration in general or problems in running Joomla. This is not the place to ask for Joomla support. If you want assistance with Joomla please ask at
forum.joomla.org
Question When using firebug to look at code, how can you tell which php file the code is located in?
15 years 11 months ago #49006
by inphx
Replied by inphx on topic Re: When using firebug to look at code, how can you tell which php file the code is located in?
Thx for the reference to the other post. I've already been faced with your point when upgrading from 1.5.9 to 1.5.11....and I agree. 
I'm not going to worry about the button any longer. The reason I wanted to move the search box over in the first place is that the expand/collapse button is invisible on my page due to its color, and hence I thought it was just blank space there between the search box and the border (such as due to padding). I probably wouldn't have cared even then except that I right-justified the advanced search link in the profile box under the search box and hence it'd be just a bit cleaner if they were aligned with one another. Again, not a big deal...and certainly no need to spend any time investigating.
Perhaps, though, that could be something to consider for future versions if it's not been addressed already. FWIW from a newb, it seems to me the other links in the profile box would be better as just additional tabs above (Announcements of course is already in both places).
Thx.
I'm not going to worry about the button any longer. The reason I wanted to move the search box over in the first place is that the expand/collapse button is invisible on my page due to its color, and hence I thought it was just blank space there between the search box and the border (such as due to padding). I probably wouldn't have cared even then except that I right-justified the advanced search link in the profile box under the search box and hence it'd be just a bit cleaner if they were aligned with one another. Again, not a big deal...and certainly no need to spend any time investigating.
Perhaps, though, that could be something to consider for future versions if it's not been addressed already. FWIW from a newb, it seems to me the other links in the profile box would be better as just additional tabs above (Announcements of course is already in both places).
Thx.
Please Log in or Create an account to join the conversation.
15 years 11 months ago - 15 years 11 months ago #49007
by sozzled
Blue Eagle vs. Crypsis reference guide
Read my blog and
Replied by sozzled on topic Re: When using firebug to look at code, how can you tell which php file the code is located in?
This has been a really interesting discussion. The further we have delved into the matter, the easier it has become to see what's at the heart of the matter. So, all of this discussion that went off into server-side scripting, and why Firebug is useless in this regard, simply boils down to the fact that you have an image that's camouflaged against the background colour of your website.
Well, easy problem: change the image! Use a contrast colour for the image.
Well, easy problem: change the image! Use a contrast colour for the image.
Blue Eagle vs. Crypsis reference guide
Read my blog and
Last edit: 15 years 11 months ago by sozzled.
Please Log in or Create an account to join the conversation.
15 years 11 months ago #49044
by inphx
Replied by inphx on topic Re: When using firebug to look at code, how can you tell which php file the code is located in?
No, that was just an example to illustrate my question about trying to find the php files.
Please Log in or Create an account to join the conversation.
15 years 11 months ago #49073
by rodvold
Joomla Extension Templates: extensiontemplates.com
Replied by rodvold on topic Re: When using firebug to look at code, how can you tell which php file the code is located in?
Hi Inphx,
I run into this problem sometimes because I have to find where particular code is "hidden" also. This is how I do it:
1) Use firebug and highlight the element you want to find the code to.
2) look in the HTML for a class or ID.
3) Use windows search or some other tool to search all files in that folder for that class or ID - you should find the accompanied PHP in whichever files that show.
Alternatively if you just don't want it to display you would just use firebug to find the css element and add a "display:none;" to it, assuming no other element shares the same class or ID.
I run into this problem sometimes because I have to find where particular code is "hidden" also. This is how I do it:
1) Use firebug and highlight the element you want to find the code to.
2) look in the HTML for a class or ID.
3) Use windows search or some other tool to search all files in that folder for that class or ID - you should find the accompanied PHP in whichever files that show.
Alternatively if you just don't want it to display you would just use firebug to find the css element and add a "display:none;" to it, assuming no other element shares the same class or ID.
Joomla Extension Templates: extensiontemplates.com
Please Log in or Create an account to join the conversation.
15 years 11 months ago #49108
by inphx
Replied by inphx on topic Re: When using firebug to look at code, how can you tell which php file the code is located in?
Thank you!
Please Log in or Create an account to join the conversation.
- modernmagic
-
- Offline
- Senior Member
-
14 years 2 months ago #118653
by modernmagic
We focus on creating, managing and optimizing Joomla websites so you can focus on your own business
modernmagic.com
Replied by modernmagic on topic Re: When using firebug to look at code, how can you tell which php file the code is located in?
rodvoid,
I have tried your method using an FTP program and thru the Cpanel file browser to search for "ktopiclocked" and I have had zero luck finding the .php file. I want to add text to the right of the padlock icon.
Can you find it?
I have tried your method using an FTP program and thru the Cpanel file browser to search for "ktopiclocked" and I have had zero luck finding the .php file. I want to add text to the right of the padlock icon.
Can you find it?
We focus on creating, managing and optimizing Joomla websites so you can focus on your own business
modernmagic.com
Please Log in or Create an account to join the conversation.
Time to create page: 0.239 seconds