Chrisspitz
Member
Alright, so i'm working on creating my "Second" plugin now, yet I never really finished editing my first (I will when I get a chance).
The plugin i'm creating now has the goal of adding fields to the "Registration form join_form.html under the skin /parabola/ ... Adding those fields to the edit.html (don't know the exact document, but i'll figure it out later first I need to figure out how to do what i'm about to explain)... And also the admin edit .html files. I will also be making this display under the statistics for the "site/server" like I have on MineTop100.com (hopefully you get what i'm saying).
Anywayssssss I have successfully created my install.php to insert 2 columns perfectly in the right spot as well. Now I need to figure out what to do in order to insert text into these html files.
As @Mike and @Basti know i'm familiar with using the same name file to insert new text into a file such as english.php .... but I was wondering if it works the same way with what i'm doing with these html files.. Meaning all I have to do is copy some of the code so it is recognized and make my changes in it?
Or am I going to have to use some sort of if statement to look for text and insert after that text (because i'm inserting into html forms and it needs to be in the right location).
Hope someone understands what i'm saying - i'm sort of excited that I managed to get my install.php right the first time, and once I figure out how to add text in select files in set locations I feel like i'll be able to complete the plugin on my own.
Thanks for your help, anyone.
The plugin i'm creating now has the goal of adding fields to the "Registration form join_form.html under the skin /parabola/ ... Adding those fields to the edit.html (don't know the exact document, but i'll figure it out later first I need to figure out how to do what i'm about to explain)... And also the admin edit .html files. I will also be making this display under the statistics for the "site/server" like I have on MineTop100.com (hopefully you get what i'm saying).
Anywayssssss I have successfully created my install.php to insert 2 columns perfectly in the right spot as well. Now I need to figure out what to do in order to insert text into these html files.
As @Mike and @Basti know i'm familiar with using the same name file to insert new text into a file such as english.php .... but I was wondering if it works the same way with what i'm doing with these html files.. Meaning all I have to do is copy some of the code so it is recognized and make my changes in it?
Or am I going to have to use some sort of if statement to look for text and insert after that text (because i'm inserting into html forms and it needs to be in the right location).
Hope someone understands what i'm saying - i'm sort of excited that I managed to get my install.php right the first time, and once I figure out how to add text in select files in set locations I feel like i'll be able to complete the plugin on my own.
Thanks for your help, anyone.