![]() |
Hi, This works fine for me :)
Is there away to change the strating amount of users... It started at 0 and i need to put in a amount of my own? How do i do this please? |
Quote:
Quote:
[sql]UPDATE forum_home_counter SET count = count X [/sql] |
were cool..
I am using this one found here as it works real well. https://vborg.vbsupport.ru/showthrea...+Jan+18th+2006 |
Didnt work for me m8 :(
Got an error: SQL query: UPDATE forum_home_counter SET count = count584254 MySQL said: Documentation #1064 - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '584254' at line 1 Any advice? |
Quote:
[sql]UPDATE `forum_home_counter` SET `count` = '60';[/sql] |
Worked well m8, thanks for your help :)
Quote:
|
Would be great if this worked - for whatever reason it doesn't add the table in the database, tried to create it manaually but just didn't work - bit of a led down.
|
i tried the 1.02 one still came up with the sql error.. had to manaully create table by running the query below
CREATE TABLE vbulletin_forum_home_counter ( `count` varchar(6) NOT NULL default '', PRIMARY KEY (`count`) ) TYPE=MyISAM; INSERT INTO vbulletin_forum_home_counter VALUES ('0'); keep in mind my table prefixes are vbulletin_ adjust yours accordingly If you want to change the starting count number.. just change last 0 to whatever number you want. also I placed <div align="center"><phrase 1="$count">$vbphrase[counter]</phrase> </div> on bottom of adv_portal_foot template so it only show on my main portal page.. :) |
Quote:
|
Work now ?
|
All times are GMT. The time now is 02:19 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:
|