The Arcive of Official vBulletin Modifications Site.It is not a VB3 engine, just a parsed copy! |
|
Vbjokes Details »» | |||||||||||||||||||||||||
Downloads for this modification have been removed according to Official Policy: When Security Vulnerabilities in Hacks are Found
VBjokes what is it. Well vbjokes is a jokes database system for holding all your jokes in one place. with vbjokes the user can search for a joke or just look around in the categorys. All members of the site will be able to add a joke to the database but the admin will have to approve the joke before anyone on your site can see it. The user has the option to view the jokes in a popup and by clicking the image if the joke has one to see the larger picture. The users can now rate a joke out of 5 this now uses images to show the rating. The admin can do The admin can add new categorys edit or delete them. View edit delete jokes. Approve new jokes. Turn vbjokes on or off. Phrases Fixed Have fixed the phrases and added a rate system for the jokes. Fixed the upgrade xml file as you can see there is a product-vbjokes-upgrade.xml file This is to upgrade all versions of vbjokes to 1.0.3 When you view this in the manage products it will say version 1.0.2 but if you click edit it will show that 1.0.3 has been installed. Also fixed when viewing whos online it will say viewing vbjokes with a link to the jokes. some template changes too where it only showed the newest jokes it now shows newest top hit and top rated jokes at the bottom of every page. Install notes Installation 1. Upload files as-is to board but not the product-vbjokes.xml file. 2. Log into admincp, Goto Plugin System then manage pruducts click [Add/Import Product] then inport the product-vbjokes.xml file. 3. navigate back into admincp, (might need a refresh to get nav options) 4. click vbjokes, then vbjokes settings, activate vbjokes 5. Edit navbar in navigation / breadcrumb templates ************************************************** ************ Find ************************************************** ************ <td class="vbmenu_control"><a href="memberlist.php$session[sessionurl_q]">$vbphrase[members_list]</a></td> ************************************************** ************ Add under ************************************************** ************ <td class="vbmenu_control"><a href="vbjokes.php">VBjokes</a></td> ************************************************** ************ 6. login to admincp goto Plugin System Manage Products [Add/Import Product] EITHER upload the XML file from your computer product-vbjokes-upgrade.xml Allow Overwrite yes click inport 7. All done enjoy your vbjokes hack. Please donate to my work Click Here Show Your Support
|
Comments |
#182
|
|||
|
|||
Quote:
|
#183
|
|||
|
|||
Hi all
Vbjokes pro has been updated and now has WYSIWYG editor for adding new jokes, And also a image upload so your members that can add new jokes can use the uploading of a image for there jokes insted of a url to the image. This stops hotlinking to other sites. |
#184
|
|||
|
|||
vbjokes pro and this version has been tested on vbulletin 3.5.3 and works fine.
This free version will be updated soon to use the WYSIWYG editor will let you know when. Mike |
#185
|
|||
|
|||
Database error in vBulletin 3.5.3:
Invalid SQL: SELECT * FROM vbjokes_jokes WHERE aprove=1 ORDER BY rating/numberOfVotes DESC LIMIT 0 , 3; MySQL Error : Unknown column 'rating' in 'order clause' Error Number : 1054 Date : Tuesday, January 31st 2006 @ 01:52:33 AM Script : http://www.example.com/vbjokes.php Referrer : http://www.example.com/vbjokes.php IP Address : xx.xxx.xxxx.xxxx Username : Administrator Classname : vb_database :cry: :cry: I am getting this error. somebody please help. thanks in advance. |
#186
|
|||
|
|||
Quote:
But I have a question. Can v change the name in nav bare i.e from "vbjokes" to some thing else? |
#187
|
|||
|
|||
Quote:
Never mind again..... Done it. Now I have last question..... can we change the text in jokes home page? |
#188
|
|||
|
|||
Quote:
Go to the admincp and click on styles manager edit template VBJOKES you should see the text there. Hope that helps m8 |
#189
|
||||
|
||||
I have found a bug in the editing of jokes. Editing the username of the submitter doesn't stick. I looked at the source code and in the do_edit_joke function, there is no code to process the submitter from the form. I'm fixing it in mine as follows:
Find: Code:
$jokeimage = $_POST['jokeimage']; Code:
$submitter = $_POST['username']; Code:
jokeimage='" . addslashes("$jokeimage") . "', Code:
username='" . addslashes("$submitter") . "', |
#190
|
|||
|
|||
I am getting template errors, can anyone help?
This is how it look on the main page. http://www.ww2talk.com/forum/vbjokes.php?do=main This is how it looks viewing categories. http://www.ww2talk.com/forum/vbjokes.php?do=category As you can see the bar down the right is missing. But all other pages seem to be fine. |
#191
|
|||
|
|||
Quote:
I see what you mean i will have alook at this and change the code to make this work right. Will let you know when its sorted. |
|
|
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
More Information | |
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|