![]() |
Quote:
|
Did you definatly add the template to the right style and with the correct title? I know its not working for you but I've tried it on my site and it works fine. Do you know what PHP version you have?
|
Only have one style thats active. I've double triple :D checked its in the right style and spelling.
PHP version is 4.0.6 |
Do you know if they worked with an older version of vBindex if you tried and used a Pre-RC3 version?
If you could add a couple of lines to the top of vbindex.php after: PHP Code:
PHP Code:
Code:
Array |
I've only used RC3 build 5, and now the build 7 index page
heres what it says [Removed sensitive info - NTLDR] |
I removed the code as it contained some sensitive information, like your password hash :)
However I know what the problem is now, I just need to figure out howto solve it. Ive a feeling its something to do with your PHP Version, in fact thinking about it, it is your PHP version. *goes off to fix problem* |
OK :)
Find: PHP Code:
PHP Code:
|
:( still don't work
|
Sorry, I missed an _ it should have been PHP_VERSION and not PHPVERSION. I've edited the code above.
|
:)
thank you BTW, still no email from core forums. Email should be RapCheck00@aol.com incase I messed that up somehow |
Good to see another bug squashed :D
I've marked you as licenced on Core Forums as I know your a real person ;) No idea why the emails arn't getting through. |
All seems to go well, until I get to step 7.
and all is blank, exacept the button. vb 3 RC 2 and your latest code. any ideas? Regards, Sean |
NTLDR can you mark me as licensed also on coreforums.
|
Quote:
@???`S?LV?R???`: done :) |
thanks :)
|
Thanks for explaining how to add extra pages, that was definitly useful. How would i set certain ones to only be allowed to be viewed by logged in members?
|
Either use a conditional in the template:
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == 6">SHow the content<else />don't show it |
the ability to show the first post of the news articles on the front page would be good.
Basically the content of the news post on the front page, not the replies. Or is this by default and my script has a bug http://207.44.184.29/~ttctest.com/vbindex.php |
100% user error.. Did not see the file vbiupgraded.php.
Thanks Regards, Sean |
Could you explain that in more detail like you did with the extra pages feature @ NTLDR. :)
|
Quote:
|
Quote:
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == 6"> |
Thanks, I'll Test It Out Right Now :)
|
I Tried That And All It'd Say When I Try To Go To The Page Is "Sorry, You Must Register First To View This Page."
<if condition="$bbuserinfo[6] == 6"> <table cellpadding="0" cellspacing="0" border="0" class="tborder" width="100%"> <tr> <td> <table cellpadding="$stylevar[cellpadding]" cellspacing="$stylevar[cellspacing]" border="0" width="100%"> <tr> <td class="tcat"> <div><p align="center"><b>TEST</b></p> </div> </td> </tr> <tr> <td class="alt1"> <div> TEST </div> </td> </tr> </table> </td> </tr> </table> <br /> <else /> Sorry, You Must Register First To View This Page. </if> |
You need to replace 6 with the usergroupid and not 'usergroupid' :)
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == 6"> |
thanks :) lol
|
by the way... how would i set it to multiple usergroups?
|
HTML Code:
<if condition="$bbuserinfo['usergroupid'] == X || $bbuserinfo['usergroupid'] == Y || $bbuserinfo['usergroupid'] == Z"> |
Thanks Alot... Works Great :)
|
adding that after the code didn't work
|
nevermind, got it to work... lol accidently had another character in there.
|
Btw.. Thanks For All Your Help So Far NTLDR, I Appreciate It Alot. I Got Another Question... How Could I Make The Downloads On That Page Only Work For Them? Cause I Don't Want To Just Post Links In There That Anyone Could Give Out To Other People That Arn't In That Usergroup.
|
I canĀ“t install due this error:
Database error in vBulletin 3.0.0 Release Candidate 2: Invalid SQL: CREATE TABLE vbindex_shoutbox ( shoutid int(11) NOT NULL auto_increment, userid int(11) NOT NULL default '0', shout text NOT NULL, dateline int(11) NOT NULL default '0', PRIMARY KEY (shoutid) ) TYPE=MyISAM mysql error: Table 'vbindex_shoutbox' already exists mysql error number: 1050 any help? |
You've either failed to install this properly in a previously or for some reason the step hasn't changed, visit vbiupgrade1.php?step=3 to continue the installation.
|
Quote:
|
alright then my 2nd question would have to be... how do i get past that 2mb file size limit?
|
The attachment limit is based on the vB option, or your PHP configuration. (If your PHP confiured limit is lower than the vB one, thats the limit that counts).
|
how would i go about changing the php limit?
|
You'll need a dedicated server with access to php.ini or httpd.conf. Its the upload_max_filesize setting you'd need to edit which defaults to 2M.
|
Thanks, I'll Talk To My Host About It Right Now.
|
All times are GMT. The time now is 01:01 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 | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|