vForums Support Banner



 

Welcome Guest! Please Login or Register
vForums Support :: vForums :: Support :: Wrong vF Version - View Topic
Topic Rating: *****
Reply Printable View
Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 3,802
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 49%  


pm
Wrong vF Version (24th May 09 at 10:29pm EDT)
Mine is .1 out! :(
Quote
Forum URL: http://wrighty.vforums.co.uk


Ross - as you can see the above forum is running vF version 1.6 where as:

nick.vforums.co.uk and community.vforums.co.uk are 1.7 {Smile}

Just wondering if you can make it so that it runs the right one please? {Smile}  

Image
^ Whut? ^
Marc
vChat Developer
*****
I <3 Ross

[Avatar]

Posts: 3,193
Status: Offline
Gender: Male
Location: Ontario, Canada
Age: 17
Joined:  

Additional Groups:
Coding Team
***


Reputation: 29%  


pmmsn
Re: Wrong vF Version (24th May 09 at 11:18pm EDT)Quote
I believe those forums are part of the BETA testing for v1.7; it hasn't been released to all forums yet. {Wink}

Unless you're asking to be a part of the testing? {Smile}

Don't tell me that the sky's the limit...after all, there are footprints on the moon.

Image

Image
ashkir
Full Member
***

[Avatar]

Posts: 926
Status: Offline
Gender: Male
Location: Cali!
Age: 20
Joined:  
Reputation: 40%  


pmwww vForum
Re: Wrong vF Version (24th May 09 at 11:59pm EDT)Quote
Hmm. I don't remember asking for community to be upgraded. Was 1.7 rolled out to random boards as a test?

I looked at a few other random ones and I see:
<pre id="line76">var vf_version = '1.6.5';
</pre>
Darkmage™
Very Senior Member
*****
I.. will never be a memory..

[Avatar]
Mess with the best... Die like the rest!

Posts: 2,541
Status: Offline
Gender: Male
Location: vForums
Age: 19
Joined:  
Reputation: 46%  


pmwwwxfire vForum
Re: Wrong vF Version (25th May 09 at 1:16am EDT)Quote
I'm assuming "This Forum is Powered By <a style="color: #3575a5; font-size: 11px ! important;" href="http://virtualforums.co.uk/">vForums</a> (v1.7b)" (Copied from vFS) the "B" means Beta.

Image
Have a PS3? Play Modern Warfare2? Add me Darkmage4.
ashkir
Full Member
***

[Avatar]

Posts: 926
Status: Offline
Gender: Male
Location: Cali!
Age: 20
Joined:  
Reputation: 40%  


pmwww vForum
Re: Wrong vF Version (25th May 09 at 1:43am EDT)Quote
 
I'm assuming "This Forum is Powered By <a style="color: #3575a5; font-size: 11px ! important;" href="http://virtualforums.co.uk/">vForums</a> (v1.7b)" (Copied from vFS) the "B" means Beta.



Look at source code for those boards and others.

Code:
 
  1. <pre id="line116">            var vf_version = '1.6.5';
  2. var vf_username = 'ashkir';
  3. var vf_displayname = 'Ash.';
  4. var vf_usergroup = Array('9');
  5. var vf_posts = 736;
  6. var vf_total_pms = 77;
  7. var vf_new_pms = 0;
  8. var vf_skin = 2;
  9. var vf_width = "862";
  10. var vf_hiddenvars = "";
  11. var vf_conn = "support";
  12. var vf_pendingmembers = false;
 
</pre>
Darkmage™
Very Senior Member
*****
I.. will never be a memory..

[Avatar]
Mess with the best... Die like the rest!

Posts: 2,541
Status: Offline
Gender: Male
Location: vForums
Age: 19
Joined:  
Reputation: 46%  


pmwwwxfire vForum
Re: Wrong vF Version (25th May 09 at 2:18am EDT)Quote
Oh yeah I know that. {Tongue Out}

Image
Have a PS3? Play Modern Warfare2? Add me Darkmage4.
ashkir
Full Member
***

[Avatar]

Posts: 926
Status: Offline
Gender: Male
Location: Cali!
Age: 20
Joined:  
Reputation: 40%  


pmwww vForum
Re: Wrong vF Version (25th May 09 at 3:07am EDT)Quote
Odd.

guide is: var vf_version = '1.6';
timeline is: var vf_version = '1.6.5';
nick is: var vf_version = '1.7';
rpg is: var vf_version = '1.6.5'

guide is my main test board for obvious reasons. And timeline is an rpg idea I'm juggling around, rpg is an upcoming rpg. (I had the board, best friend wanted it hence hers). Nick is my secret stuff =P
Ross
Administrator
*****

[Avatar]

Posts: 3,270
Status: Offline
Age: 22
Joined:  

Additional Groups:
Support Team
***


Reputation: 56%  


pmwwwmsngtalk vForum
Re: Wrong vF Version (25th May 09 at 10:13am EDT)Quote
At this time, no user forums are running v1.7. They all run the same set of features, I believe v1.6.5. Some claim they have different versions but they are wrong. The 3 different numbers would come from a mixture of:
1. Some forums had a test run on their database structure to try out the v1.7 convertor. That would have updated their version number even though their source code would not have changed.
2. There may be an inconsistency between those forums which were created prior to v1.6.5 and those created afterwards. Perhaps the ones created afterwards didn't get the correct version number put into their database. But still, they would be running the same source code as all other forums.


Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 3,802
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 49%  


pm
Re: Wrong vF Version (25th May 09 at 10:43am EDT)Quote
Would there be a reason why my code doesn't work on 2 forums, yet it works on one? The one with 1.6 as the vf_version is the one that it works on - where as the others are 1.7 {Unsure}  

Image
^ Whut? ^
Ross
Administrator
*****

[Avatar]

Posts: 3,270
Status: Offline
Age: 22
Joined:  

Additional Groups:
Support Team
***


Reputation: 56%  


pmwwwmsngtalk vForum
Re: Wrong vF Version (25th May 09 at 2:10pm EDT)Quote
 
Would there be a reason why my code doesn't work on 2 forums, yet it works on one? The one with 1.6 as the vf_version is the one that it works on - where as the others are 1.7 {Unsure}  



All forums (with the exception of 3 which I run) use exactly the same source code. The only difference with some forums is their database structure which has been updated. However that would have no effect on if a code would work or not.


Michael
Moderator
*****

[Avatar]
Recoding the future

Posts: 3,802
Status: Offline
Gender: Male
Location: UK
Joined:  

Additional Groups:
Coding Team
***


Reputation: 49%  


pm
Re: Wrong vF Version (25th May 09 at 8:48pm EDT)Quote
Hm ok - thanks Ross! {Smile}  
 

Image
^ Whut? ^
 Reply Printable View

All times are GMT+0 :: The current time is 2:24am
Page generated in 0.4192 seconds
with 53 Database Queries and 0 cache files
This Forum is Powered By vForums (v2.2)
Create a Forum for Free | Find Forums