The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
#11
|
|||
|
|||
![]() Quote:
You already got the best manual there is: the vB source code. |
#12
|
|||
|
|||
![]()
uhmm cool, i don't want someone to walk me through it, for an open source project the documentation is limited and the community help is shocking...
nobody wants to help a new coder get off his feet... i think you guys are stuck up! |
#13
|
||||
|
||||
![]() Quote:
![]() |
#14
|
|||
|
|||
![]()
Well i consider myself a new coder as well, but i learned myself the way i described it. And in my view that is the only way you can (good) learn something like this.
If you have any specific questions, you will find to community and the members/coders/staff to be very willing to answer and help you solve your problems. |
#15
|
|||
|
|||
![]() Quote:
-- A stuck-up coder |
#16
|
|||
|
|||
![]()
its just an addon, never mind
i'll go about it on my own.. thanks to the guys that helpd. |
#17
|
||||
|
||||
![]() Quote:
Please correct me if I am wrong. |
#18
|
|||
|
|||
![]()
Yes. I (still have) no clue from his post how, even generally, this encyclopedia was going to integrate with vbulletin. Did it appear on thread view and list every term on that page for definition? Did it appear beside a post? Was it somehow related to search? Maybe I'll never know.
Regards, Matt |
#19
|
|||
|
|||
![]()
as i stated, i wanted it to be a thread view, (hence asking about how to make it look like the forum) sorry if i wasn't clear enough..
i just wanted it to act, for instance the same as "articles" this is the best way i could think of setting it out... it'll have [a b c d e f g h i j k l m n o p q r s t u v w x y z ] in a bar and when you click on a letter all of the definitions for that letter will come up! ant apple ashtay then when you click on the "ashtray" link it'll take you to a thread like view with the definition.. ?? follow?? ps. i'm sorry i lost the plot, was just getting fed up with it not working the way i wanted it too.. i scrapped the previous attempt and will be a bit calmer and ask for help ![]() i can't bevelie i make coporate fully interactive php styled secure sites, but i'm having trouble with this! please someone either help me, or shoot me ![]() |
#20
|
||||
|
||||
![]()
start with a blank page,
require("./global.php"); to get the vb back-end, so you can access vb resources.. Get your database structure straight. One table should be enough to start with. Something like id ; title ; definition will work. if($_REQUEST['do'] == showletter) { globalize($_REQUEST, array ('l' => STR)); $l = $DB_site->query("SELECT * FROM table WHERE title LIKE '$letter%' ORDER BY title ASC"); while($def = $DB_site->fetch_array("$l")) { ..... } } This should be enough to get you started. You can work your way up from there. If you don't know what something is, just search here, or through the vb files, and you'll find it. |
![]() |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|