Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

RevCMS Shock theme edit

Newbie Spellweaver
Joined
Sep 14, 2013
Messages
69
Reaction score
18
I've decided to release my RevCMS edit of the original shock! theme. Its nothing special but idk maybe somebody has more use in it than me.

Prics:
Me:



My page:



Account settings:




Community:



SQLs (cuz i suck at sqls u need to put one and one in :p)
Code:
Users shitz:
ALTER TABLE `users` ADD `expert` enum('0','1') NOT NULL DEFAULT '0'
ALTER TABLE `users` ADD `bio_content` text CHARACTER SET utf8
ALTER TABLE `users` ADD `backdrop` varchar(999) CHARACTER SET utf8 NOT NULL DEFAULT 'Standard'
ALTER TABLE `users` ADD `name_styling` enum('Normal','Purple','Pink','Red','Green','Blue') DEFAULT NULL

Guestbook:
[COLOR=#333333][URL]https://mega.nz/#!5VIzwYZQ!fspjShGbUJFFsk_pQTAddpCXRUCtHHh9E-O61DFLdbM[/URL]
[/COLOR]
Download:


Credits
Ddos attack - for original shock
Exonize - took some css from his hotel cuz i suck
Evilsmoothie - My page & other codes
Kryptos - for revcms
everybody else

like i said on the top, this is nothing big, just some minor edits.
NB! this is in norwegian and i will not translate it.



just realized i forgot the download link..
 
Last edited:
Elite Diviner
Joined
Nov 28, 2014
Messages
450
Reaction score
113
Cool!

I really like that bright background btw :D:
 
Newbie Spellweaver
Joined
Dec 9, 2014
Messages
43
Reaction score
1
Someone know why this going like that?
7g9aCbi - RevCMS Shock theme edit - RaGEZONE Forums
 

Attachments

You must be registered for see attachments list
Newbie Spellweaver
Joined
Apr 22, 2015
Messages
32
Reaction score
3
here a manual of the cms etc ..
i found it just in the packet .


DL


when you get this after register

Unknown column 'seckey' in 'field list'


import this in your phpmyadmin DB

ALTER TABLE `users` ADD `seckey` VARCHAR(999) NOT NULL.



fEuysRK - RevCMS Shock theme edit - RaGEZONE Forums


Do you have the tinymce folder in the start of your htdocs/wwwroot?


Sve9n - RevCMS Shock theme edit - RaGEZONE Forums


this is the map in htdocs, i have the same errors.


i found this on google.
dont know if it works im gonna try it soon .


someone had the same problem on google.
warning this is not my code from shock-cms so dont copy or paste it!!!



var codes = $(this).find("Code").text();

$
("td", row).eq(6).html($(this).find("oTotal").text());
if($(this).find("Stock").text()=='Y'){

$
("td", row).eq(7).html('<a href="#" class="tooltip" title="This is my divs tooltip message!" id="'+ codes +'" style="text-decoration:none">Y</a>');

$
('#'+ codes).live('click',function(){
$
('#'+ codes).tooltip();

});
}
else{
$
("td", row).eq(7).html($(this).find("Stock").text());
}


this is what he said

I solved this problem by moving all my Javascript tags above:

< jdoc:include type="head" />

Hope it works for you too.
 

Attachments

You must be registered for see attachments list
Last edited:
Newbie Spellweaver
Joined
Nov 28, 2014
Messages
5
Reaction score
0
Someone have this problem with news on /me? Or have a solution

 
Initiate Mage
Joined
Dec 17, 2016
Messages
3
Reaction score
0
I love the cms thanks bro <3
 
Last edited:
Initiate Mage
Joined
Dec 17, 2016
Messages
3
Reaction score
0
Does anyone know how to fix the news on the me page?
 
Newbie Spellweaver
Joined
Sep 14, 2013
Messages
69
Reaction score
18
Does anyone know how to fix the news on the me page?

there is a code that is in there for like you can make a news artical and it wont come on the newsslider before u allow it. idk what its called, havent played retro in a long time
 
Back
Top