PDA

View Full Version : Help for vBulletin External page


Adem GEN?
02-16-2009, 07:16 PM
Hello,

Please help me

My bad English, please try to understand me.

I will write briefly.
Example:


New a Phone Add
| Name Surname | | GSM Telephone | | Business Telephone | | Home Telephone | | Statement | | Form By username | | Edit | | Delete |

Adem GEN? | | 0532 1234567 | | 0212 1234567 | | 0216 1234567 | | gfgf gfhfhd | | AdemGEN? | | Edit | | Delete |
????????????..
????????
and will continue ...



member list like




https://vborg.vbsupport.ru/showthread.php?t=62164
I added the template.
I php page created.
I Database created.

CREATE TABLE telefon_listesi (
telefon_id INT UNSIGNED NOT NULL AUTO_INCREMENT,
userid INT UNSIGNED NOT NULL DEFAULT '0',
kullanici_adi VARCHAR(100) NOT NULL DEFAULT '',
telefon_sahibi_adi MEDIUMTEXT,
telefon_sahibi_soyadi MEDIUMTEXT,
aciklama MEDIUMTEXT,
ev_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
ev_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
is_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
is_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
cep_tel_kodu VARCHAR(47) NOT NULL DEFAULT '',
cep_tel_numara VARCHAR(47) NOT NULL DEFAULT '',
PRIMARY KEY (telefon_id),
KEY ekleyen_kullanici_id (userid)
)Table Turkish->English
kullanici_adi ->username
telefon_sahibi_adi ->phone_owner_name
telefon_sahibi_soyadi ->phone_owner_surname
aciklama ->statement
ev_tel_kodu ->code_home_phone_area
ev_tel_numara ->home_phone
is_tel_kodu ->code_business_phone_area
is_tel_numara ->business_phone
cep_tel_kodu -> code_gsm_phone_ares
cep_tel_numara ->gsm_phone



Please, for test.php ve template?


See my make php files, Attach Files

member list like





Thank you


Attach Files
telefon_ekle.php ->add_phone
telefon_liste.php ->phone_lists
telefon_kaydi_duzelt.php ->edit

Adem GEN?
02-17-2009, 09:12 AM
I did it.

I could not do with vBulletin.

I'm request, Can you make?

Example screens:

Edit field
http://img172.imageshack.us/img172/8938/telefoneditlemealanisk8.png

Add field
http://img4.imageshack.us/img4/7688/telefoneklemealanisc9.png

List field
http://img365.imageshack.us/img365/299/telefonlistelemealanips7.png

Thank you

Adem GEN?
02-24-2009, 07:32 AM
Apparently no help in this regard.
************************************


How to create your own vBulletin-powered page! (uses vB templates) (https://vborg.vbsupport.ru/showthread.php?t=62164) or [How-To] vBulletin API Basics: Creating Custom Pages & Misc. (https://vborg.vbsupport.ru/showthread.php?t=98009)

For test.php and for test template

Code a axample, You give?

sql query code and template code

I would like a simple example

Thanks


--------------- Added 1235475016 at 1235475016 ---------------

OR
My private data in the table
LIKE this http://img365.imageshack.us/img365/299/telefonlistelemealanips7.png
For display test.php

Request, Would you like to write code?

Tablo Name: telefon_listesi
Form name:
telefon_sahibi_adi
telefon_sahibi_soyadi

I continue my writing.

Thanks