ELY M's hack that will allow you to have HTML in signatures in UBB 6.2.xx :)
this hack also have toggle on and off in control panel as
like for the UBB's standard code for images in signatures.
Normal UBB HTML filtering does worked with this hack :)
SECURITY RISK involved in allowing HTML in user's signature
There is limit of 50 posts/topics in the user search
I want to look up for ALL posts from one user.
so this is the code that only limit to 50 posts/topics.
find this in ubb_profile.cgi
# limit to last 50 posts
$total = @rev_posts;
if ($total > 50) {
@rev_posts = @rev_posts[0 .. 49];
}
delete or Comment it out.
add extra button in user's posts in public_topic_page.pl like in vbulletin, you have seen 'search' and add a buddy buttons at bottom of posts.
ADD_SEARCH_BUDDY_Buttons_in_posts.zip
I re-wrote the same hack for ubb 6.2.x - here is BETA download
the zip here already have instructions for 6.2.x included.
I wrote this same hack for 6.1.0.4 too. The instructions for 6.1.0.4 is already in the Zip here.
I modded the [hide] [/hide] hack more better for UBB 6.2.xxx
IT works well on my 6.2.1.1 :)
I changed the way it works with wordlets. its works with vars_wordlets_mods instead of vars_easy_hack.
Credits to e@sy for orignal hack for 6.0x. Credit to SilverSurfer for the modded hack for 6.1x
Hide_Hack_modded_by_ELY_M_for_6.2.xx.zip
I modded the [hide] [/hide] hack more better for UBB 6.1.0.4.
I changed the way it works with wordlets. its works with vars_wordlets_mods instead of vars_easy_hack.
Credits to e@sy for orignal hack for 6.0x. Credit to SilverSurfer for the modded hack for 6.1x
Hide_Hack_modded_by_ELY_M_for_6104.zip
this hack also have toggle on and off in control panel as
like for the UBB's standard code for images in signatures.
SECURITY RISK involved in allowing HTML in user's signature
ELY M's Ikonboard Hacks
I dont have much time to write them correctly for public
I done 100's of them hehe :O)
yeah, slowly adding hacks for my friends.
Those hacks are for 2.xx version of iB only
ELY M's Custom Avatars by URL
simple custom avatar by a url hack for ikonboard 2.x .
it just allow users to add their own images for their avatars.
ELY M's avatar size in CP hack.
this is simple hack for admin to decide what avatar size should be.
this also allow option of leaving no limits too.
just leave the boxes blank for various of size of avatars.