vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.7 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=228)
-   -   Major Additions - Innovative Ranks System (https://vborg.vbsupport.ru/showthread.php?t=194043)

TheLastSuperman 12-07-2008 02:51 PM

Quote:

Originally Posted by Nadeemjp (Post 1678702)
i think that would be a good idea to keep it off to a separate server so that majority doesnt get confused.

look forward to the fix man, i love thism odification and would wanna use it:)

one thing is bothering me though, when 3.8 gold comes out, i intend to install it. would this cause problems for this modification?

Ok... the computers slowed my progress this weekend as one was very bad off :(

Long story short... I have talked w/ a friend who has a 3.7.4 board - he is giving me access to test and work out all the bugs and that saves you volunteers from having to test plus allows me to do it quicker and solve ALL the display problems! SO bare w/ me as it will be next weekend before I get started ;).

Also on the 3.8 question NadeemJP... well that same friend said he would be upgrading too so I have been given permission to test it then (have to help them setup the new install but easy ;)).

So, sorry for the late reply this weekend but I have been busy :erm:. I'll see you guys regarding YARS next weekend!

S-MAN

Nadeemjp 12-07-2008 09:36 PM

ok sounds perfect.
by the way should u need access for testing, you can ask me as well:). i wont be able to assist you since i am not a coder or programmer, but sure u can test on my boards:)

look forward to the fix.

TheLastSuperman 12-07-2008 09:42 PM

Quote:

Originally Posted by Nadeemjp (Post 1680532)
ok sounds perfect.
by the way should u need access for testing, you can ask me as well:). i wont be able to assist you since i am not a coder or programmer, but sure u can test on my boards:)

look forward to the fix.

Well thanks for the offer NadeemJP, sometimes you have to trust people for help but IMO giving access out to someone can be dangerous as well ;) just keep that in mind :D and also this way it's me and a friend allowing me to take my time to test etc w/o worries and also the ability for me to see results ASAP instead of waiting on Screenshots/Posts w/ details etc you know what I mean? :cool:

I'll be getting started on the fix and testing next weekend as promised. Then hopefully a release for 3.8!!!

S-MAN

TheLastSuperman 12-07-2008 09:45 PM

Ohh and just to clarify for members browsing... this works fine on 3.7.3 but 3.7.4 has some issues so bare w/ me, as you can see above a fix/update for 3.7.4 users and a release for 3.8 should be less than 2 weeks away ;).

TheLastSuperman 12-16-2008 12:51 AM

Everyone, I have taken on a Paid Request in which I plan to make them very satisfied w/ the job so please bare w/ me as I work on this... unfortunately on the side but it is still supported I'm just letting all the installers know what's going on instead of seeing me online here w/ a client and not helping them as I said! You know that feeling of well he logged in yesterday but has not posted in his thread for 3 mos lol... Don't you just hate that ;)

Stand by for an update, I appreciate install #36 :D but please be aware per my post above it fully works in 3.7.3 PL1 per previous installers but has a bug in 3.7.4 until fixed.

Thanks again for the installs, I'll see you all soon!

S-MAN

Chrakker 01-13-2009 07:07 PM

HOW TO MAKE IT WORK IN vBulletin 3.7.5 ;)

First of all guys, you need to check, if you set everything up, for example, as i do, let them request an Award and letting it post in a Thread.
The Thing was, that for soemr eason the URLw as corrupted and said "Please complete requested Fields" so I fixed it with Help OF TheLastSuperman ;)

Here it goes: USE AT YOUR OWN RISK! ONLY TESTED ON 3.7.5!

Install the Thingy normally how the Instructions stated above and in the readme file!


Search in templates: "ranks_request_formanswers" > Open the template

SEARCH FOR

PHP Code:

$vbphrase[rank_request_recipient_name] : [b][url=$vboptions[bburl]/member.php?u=$user_recp_id[userid]] $rank_request_recipient_name [/url] [/b

REPLACE WITH

PHP Code:

$vbphrase[rank_request_recipient_name] : [b][url=$vboptions[bburl]/member.php?u=$rank_request_recipient_name$rank_request_recipient_name [/url] [/b

SEARCH FOR

PHP Code:

rankuserid=$user_recp_id[userid

REPLACE WITH

PHP Code:

rankuserid=$rank_request_recipient_name 

SO! -> the URL in your Thread will be displayed and all required Fields will be filled out, so it will delete the post and approve the Rank with one time, without having the time to give a Error ;D

AND NOW HERES THE TRICK! PLEASE DO NOT INSERT THE MEMBERNAME IN THE FORM, INSTEAD INSERT THE USERID, WHICH IS EASYILY FOUND FROM THE RECIPIENT IN THE FORM;)
Recipient Username -> INSERT USER-ID!!! REMEMBER

Have fun with a Running Rank Mod on 3.7.5 ;)
great Mod In My opinion, nice work mate ^^

TheLastSuperman 01-13-2009 07:08 PM

I LOVE YOU CHRAKKER!!!! I was waiting on that post and sorry I was blabbing tooo much in Teamspeak!

TheLastSuperman 01-13-2009 07:09 PM

And he lies... he fixed it himself not w/ my help... he does not give himself enough credit imo.... up and coming talent on VB Chrakker is :D

TheLastSuperman 01-13-2009 07:33 PM

Ok, I tested on your site Chrakker... well you know that lol as your on there now but works perfect (I had to see this myself lol) so THANKS AGAIN!

TheLastSuperman 01-13-2009 07:43 PM

WAIT...ermph.... not 100% yet so you browsers by keep browsing until I post back, it's still not official until I use the update notice feature!!!!! So best to mark as installed.... 138 DL's only 39 installs...

OK Chrakker here ya go!

PHP Code:

[color=blue][b]Sender Information[/b][/color]
$vbphrase[username]: [url=$vboptions[bburl]/member.php?u=$bbuserinfo[userid]]$bbuserinfo[username][/url]
-----------------------------
[
color=red][b]Request Information:[/b][/color]
$vbphrase[rank_name]: [b][url=$vboptions[bburl]/ranks.php#rank$rank[rank_id]]$rank[rank_name][/url][/b]
$vbphrase[rank_description]: [b]$rank[rank_desc][/b]
[
url=$vboptions[bburl]/ranks.php#rank$rank[rank_id]][img]$vboptions[bburl]/$rank[rank_img_url][/img][/url]
$vbphrase[rank_request_recipient_name] : [b][url=$vboptions[bburl]/member.php?u=$user_recp_id[userid]] $rank_request_recipient_name [/url] [/b]
-----------------------------------------------------
$vbphrase[rank_request_reason]
$rank_request_reason
-----------------------------------------------------
APPROVE by pressing the following link:[b][urlself=approve_rank.php?do=approverank&rank_id=$rank[rank_id]&rank_name=$rank[rank_name]&rank_img_url=$rank[rank_img_url]&rankuserid=$user_recp_id[userid]&issue_reason=$rank_request_reason&rank_sendpm=0&rank_sendemail=0&thread=$threadinfo[threadid]&post=$newpost[postid]] CLICK HERE TO APPROVE [/urlself] [/b



All times are GMT. The time now is 08:05 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01293 seconds
  • Memory Usage 1,774KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (5)bbcode_php_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete