sonesay
Mar 25 2009, 08:12 PM
| | Hello all, I am looking for assistance in finding out where a particular source file is under joomla. For example I have the link at example.com/order/ which takes you to an order page.
The order page renders with the other templates like header, left column, right column, and center being specific to the order page. This content consist of a form I need to edit.
I am having a problem locating the source file for it as there is no folder under my joomla root folder for 'order'. I am puzzled as you would expect a folder and appropriate files for that section to be there but it is not. How is this being rendered in joomla and how can I find the source files? I have thought about maybe if it was an extension but have been told by the owners that the previous programmer did not use any extensions for that section but wrote it from scratch. Where would one look to located the source files for this to be able to make changes.
Thanks Sone. |
Comment/Reply (w/o sign-up)
sonesay
Mar 25 2009, 08:48 PM
I found the file using the search feature under Eclipse IDE. I wonder why I did not think of that in the first place. Anyway I have taken a screen shot of it and would like to hear from anyone who has some insight to this kind of customization. In particular where the file is located and reasons why / how joomla would use it in a certain way. I'm sure joomla developers would find this interesting ^^ Sone
Comment/Reply (w/o sign-up)
Similar Topics
Keywords :
- Pagination
? (3)
Protect Pages
HOW? (20) I create certain pages for my web-site, and I would like to protect them that no one can hack or see
their source codes. So, if everybody knows how to do it, please post a reply over here. List of
the best ways, I can do it. Thanks.....
2 Pages Into One
how? (10) Hello, now this may be a stupid question but i'm very new to php so i need some help. what
i'm wanting to do is combine 2 pages in to one. like for example the install.php for
invisionpower board it starts with one page and you click continue and it gives you a whole new page
but if you look at the url you are still using the install.php file but it has somethinglike "?a=2"
at the end. how can i do this. Thanks....
Script Help Required: Undefined Variable
A fault I cannot spot in PHP (3) Hi, when running a PHP script I keep getting the error: QUOTE Notice: Undefined variable: bret
in c:\program files\easyphp1-8\home\poll.php on line 294 Notice: Undefined variable: bret in
c:\program files\easyphp1-8\home\poll.php on line 294 (And, yes, I get it twice). The code
related to the variable is as follows: CODE function LogString($string,$type) {
$t_log = "\n"; $t_log .= $this->globaldata->server_vars ."|";
$t_log .= date("Y-m-d h:i:s A|"); $t_log .= "$type| "; $string =
str_replace("\n","\\n",$s....
Php Pages Problem [resolved]
Please help me im stuck ;-( (5) Hi, i have been working with a wap forum script, translating from russian and fixing errors etc..
but now im stuck, the problem is with the pages while viewing a forum.. Let me explain.. the pages
are set to show ten topics per page which all works fine as you can see in these screenshots: page
1: page 2: The problem occurs when there are PINNED topics (with the redish folder), it will
show ten topics but also the pinned ones on page one, and the "Next" link will appear before it
should leading to a blank page where there should be topics but they are still on th....
Making Sure They Did Not Leave Any Required Fields Blank
(3) how to make sure they did not leave any required fields blank? CODE
include("config/config.inc.php"); include("config/dbcon.php");
include("checksession.php"); if(isset($_POST )){ $gname = $_POST ;
$gemail = $_POST ; $gmsg = $_POST ; $date = date("m.d.y"); $sql = "insert
into tblguestbook "; $sql .= "(guestname, guestemail, guestmessage, guestdate)"; $sql .="
values('$gname','$gemail','$gmsg','$date')"; mysql_query($sql);
} ?> My Guestbook body { ba....
Fabrik Component For Joomla
(1)
Have anyone successfully made a site applications with fabrik component for Joomla? -
http://www.fabrikar.com/index.php The reason why I downloaded fabrik in first place was to make a
computer service status for my website (localhost) But when I'm running the application, fully
inplenting the options for service tags, i get the error message: Notice: Undefined variable:
_VERSION in C:\wamp\www\components\com_fabrik\fabrik.html.php on line 26 Notice: Trying to get
property of non-object in C:\wamp\www\components\com_fabrik\fabrik.html.php on line 26 Notice:
Undef....
Php An Js Window.open Pages Trouble.
I need a way to set hidden input values to the new window. (3) I have 2 main pages Page A(events_locked.php) and Page B(add_attendance.php). Both are php files.
Page A takes a post var from another page(not Page B ) and then used to query for displaying records
in a mysql datase. This variable has set as a session variable because there is 1 <script
LANGUAGE="JavaScript"> window.name="main_index"; function openFormWindow() {
OpenWindow=window.open("add_attendance.php", "newwin", "height=250,
width=400,toolbar=no,scrollbars=no,menubar=no,location=no,resizable=no"); var x =
getElementByName("form1"); x.target="newwin"; x.s....
What Coding Languages Are Required?
(5) I want to add a feature in my website so that users can make a professional -looking resume-like web
page. It will be like a form based series of questions that visitor ll need to answer.Based on this
a webpage as prescribed in pre-defined template ll be created .I want to know to do this what
languages are used? I want some suggestion regarding this.My site is currently on Joomla platform.
thanks in advance....
Php Pages Permission On Apache Server
PHP pages permission on Apache Server (1) Hello, I want to know what permissions for PHP pages should be given on Apache web server so that
PHP pages can be executed. If PHP pages are in a folder, what permissions should be given for that
folder? ....
Putting Data Of 2 Pages In Mysql At Once
(1) suppose i have a page, page.php?part=1 there i have some text fields. user will give input, but
after taking input, it will not put the data in mysql .. but it will take to the next step..
page.php?part=2 (if any field is left blank, it will not go to next page.. ) . and there also some
fields.. after the user has filled that form also, then it will insert all data (from part1 and
part 2) in mysql. i want to ask, how i can collect data from 2 pages and put in mysql at once.....
Error With Joomla Template
cant find function (1) Hello! I am working on my template in Dreamweaver and i am using joomla extensions for dreamweaver!
When i start my page with joomla stand alone server(jsas) i get this errors on the bottom of the
page! QUOTE Warning: mosloadcomponent(w:/www/Joomla/components/com_banner/banner.php) : failed
to open stream: No such file or directory in w:\www\Joomla\includes\frontend.php on line 66
Warning: mosloadcomponent(w:/www/Joomla/components/com_banner/banner.php) : failed to open stream:
No such file or directory in w:\www\Joomla\includes\frontend.php on line 66 Warning: m....
Dynamic Php Pages
Nice tutorial (5) This is a really good tutorial on making php pages that normally appear as
www.domainname.com/links.php appear as www.domainname.com/index.php?page=links
http://nuwen.com/tutorials/php-dynamic-pages ....
How To Delete A Row In Mysql.
A very simple help required (4) Im using the following code, for very simple work.. it simply gets and print the comments which are
stored in the database. Now it will show like comment 1. comment 2. comment 3. etc etc i want to
add 'delete' option that i can delete any comment. it displays like comment 1.
Delete comment 2. Delete comment 3. Delete
So that when i click on delete, it simply deletes the comment and print the remaining comments. Its
very simple. i hope you understand. QUOTE $result = mysql_query("select * ....
Files Required?
(5) I want to learn php and I am already on the first steps to doing it. I have set up my server using
easyPHP as well as XAMPP which is a package containing FileZilla, Apache and MySQL. Other than
easyPHP, XAMPP and MySQL, what other softwares are required to be set up for me to successfully
learn how to program with PHP?....
Help Instaling Joomla In Slackware
(1) please help me. iwont to instal jomla content management in my webserver ( linux slacware 10.2) but
i get some troble in my instalation. please help me about my problem....
Php Code Fix Required
URGENT (3) I am running a Web Chat and need to get this to display the User IP to them, but this code isnt
working. CODE Any help would be extremly grateful. Thank you Inserted the code in
CODES tag ....
Some Php Functions Explaination Required
(2) Can some one please tell me what is the purpose of the following functions , although there's a
little explaination with everyline but i cant understand, can some one exaplin it bit clearly and
tell me that why it is needed in config.inc.php.. what is its purpose and will it work if i dont
include these files in config.inc.php thanks QUOTE ### Url were Website has been installed, not
'/' in end! define('C_URL','http://www.test.com/Website'); ### Internal
path to Website directory define('C_PATH','Z:/home/www.test.com/www/Webs....
Search Site Pages Using Keywords?
(6) We're doing a "Mock" e-commerce site for our project in Web Development and I was wondering how
to make a Search form like the ones in many sites. There will be a Search textbox and a button in
the form which will accept a string (keywords) which will then be processed by a script. If there
is a match, a page containg the keywords will be displayed. Is there a way to do this using PHP or
is there an existing free script out there already? Thanks very much.....
Changing Include Tag On All Pages
(11) I want to change an include tag (include menu.htm) to include menu.php on all my pages on my
website. Is there any fast way to do this, or do I have to edit all of my pages manually?
/unsure.gif' border='0' style='vertical-align:middle' alt='unsure.gif' /> ....
Parsing .html Pages
(9) This isn't really that urgent but I was wondering, I read somewhere that you can configure you
server to pars all html pages for php code, and I was wondering if that was true, and if trap17 has
that feature enabled?....
Blocking Pages & Making Ranks
(4) I would like to know how and where to put the code that would block certain pages so people could
only get to them if they logged in. And I would like to have ranks on the site and when you get to a
certain rank you get more options like being able to add members and stuff. And also. I would like
some code for a news sytem for the homepage. Like where you have to be logged in to post something
and only people with certain ranks will have access to it and only certain people can delete it. I
would like to be able to make it so on the members page it displays members and y....
Personal Blog
[ Database Required ] (4) Okay, after a week, I have successfully created a personal web blog. I first created it using a flat
text file, I but realized that it was just too limited like that. So, I redid it in a
database-compatible manner. NOTES: CODE - This blog does not support comments yet. If you
want, you can build on this script by creating a comment system as well. I may also update it
with a comment system in the future. - You should have an average to intermediate knowledge of
MySQL commands and database manipulation in general, especially if you want to add a ....
Securing Pages
(2) just wondering if there is a easy safe way to secure some webpages. i have a payment facility on my
site which is linked through paypal. when the member has paid they are taken back to my site "thanks
your payment has been successful page", once its went to this page the item is no longer listed on
my site. now i have found away people can mess with this using the url. this means people can
change just a few digits in the url and and mess the listings up on my site. after payment has been
made the member is redirected to:- mydomain.com/class/thanks_paypal.php?myprod_....
Php Classes
Access the same class instance over multiple pages (1) Hey everyone. I am having some trouble accessing the same php class instance in more that one page.
This is for my login script and what i need to do is be able to call the classes logout function
from a separate page. What i have tried to do is create a new .php page and include the class file
and then make a new class and call logout. This does not work because it does not log out the
current user which is my problem. Can anyone help me fix this or know of another way to do it?
Below is my class file CODE // member class // handlers member logon cl....
Chatbox / Guestbook
No Database required (2) Okay, this is a simple script that lets your visitors enter in messages via a chatbox/guestbook. You
can use this how you like. Adjust it if need be. It's very simple, so there is much room for
improvement. Enjoy! CODE echo " "; echo "Name: "; echo "Message: "; echo " "; echo " ";
CHATBOX.PHP if(isset($post)) { if(file_exists('chatbox.txt')) { $fileId
= fopen('chatbox.txt', 'a'); fputs($fileId, $_POST );
fputs($fileId, $_POST ); fclose($fileId); } else { $....
Pages In 1 File
?? (10) I know its possible to put many pages inside 1 file. But how? Lets say you have a guestbook with
different pages for signing and viewing. How to make so those pages are in 1 file? /huh.gif"
style="vertical-align:middle" emoid=":huh:" border="0" alt="huh.gif" />....
Embeding Pages
(3) Is there a way to have php act as an iframe? I dont want to have to change every single page when i
want to move something around. If anyone can give me a tutorial or somethign telling me how that
would be great, or ven another way of doing this without frames.....
Looking for Joomla, Custom, Pages
|
Searching Video's for Joomla, Custom, Pages
See Also,
|
advertisement
|
|