News:

Create A Forum Installed

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Messages - SomeHandsomeGuy

Pages: [1]
1
Create a Forum Codes and Support / Re: Can't make a Page in the ezPortal
« on: November 16, 2015, 08:49:24 pm »
What happens what do you see?
it appears normaly,  ut I cant write in the field

2
Create a Forum Codes and Support / Can't make a Page in the ezPortal
« on: November 12, 2015, 06:45:53 pm »
I can't edit or make a new page. I don't know whats happening.

3
Create A Forum Discussion / Re: Can this forum be terminated (deleted)
« on: February 21, 2015, 09:35:19 pm »
The old owner can get the board back via the recovery system.
Ok

4
Create A Forum Discussion / Can this forum be terminated (deleted)
« on: February 21, 2015, 09:10:25 pm »
Owner is hacked, posting really inappropriate content.




http://hotopicz.createaforum.com

5
Create a Forum Codes and Support / Re: I have code problems...
« on: February 19, 2015, 06:49:04 pm »
Flyzer, this is what you want:

Code: [Select]
<script type="text/javascript">
var Name = "AwesomeCoins";
var Sign = "$";
var Amount = 1;

var Aug_02_2010 = document.getElementsByTagName("li");
//Created by Agent Moose
for(x=0;x<Aug_02_2010.length;x++){
if(Aug_02_2010[x].className === "postcount" && Aug_02_2010[x].innerHTML.match(/posts: (.*)/i)){
var li = document.createElement("li");
li.className = "money";
li.innerHTML = Name + ": " + Sign + (RegExp.$1 * Amount);
Aug_02_2010[x].parentNode.insertBefore(li, Aug_02_2010[x].nextSibling);
};
};
</script>

The only thing you might want to change is: "var Amount = 1;"
Where the 1 is replaced with the amount you want per post.
Thanks.

6
Create a Forum Codes and Support / Re: I have code problems...
« on: December 23, 2014, 02:22:06 pm »
Tried. Doesn't w.ork

7
Create a Forum Codes and Support / Re: I have code problems...
« on: December 23, 2014, 02:14:46 pm »
You modified the code which caused it to stop working. Change
Code: [Select]
li.innerHTML = RegExp.$1; to
Code: [Select]
li.innerHTML = Name + ": " + Sign + (RegExp.$1 * Amount);
Got it, thanks. Will do now.

8
Create a Forum Codes and Support / Re: I have code problems...
« on: December 22, 2014, 09:19:59 am »
Please help.

9
Create a Forum Codes and Support / Re: I have code problems...
« on: December 16, 2014, 09:50:04 pm »
This


And a new smiley set code.

10
Create a Forum Codes and Support / I have code problems...
« on: December 15, 2014, 07:36:27 pm »
The codes don't work on my forum, I tried several of them. My friend on some forum even told me how to put the code, but nothing happened, and yet, those codes work on his forum.

11
Oops, sorry, accidental post.

12


AWESOME FORUMS



I'm an amateur at createaforum. This is my second forum ever and I don't know really to code or stuff but I'm learning.
This forums are made for fun, to chat with other members. You can participate in forums contests, apply for Moderation and other ranks, there are social ranks as well.





Why should you join awesome forums?

-Social, moderator and special ranks

-Recruitment for moderators and reviewers(for games)

-Loads of boards and categories

-Contests, forum games

-Awesomeness



It started about 4 months ago, and it will hit 2k posts in a few days.

If you are going to join, please be active. There is a special badge award for active members.

Join if you are interested:


Click this.

13
Create a Forum Codes and Support / Re: [Code] Membergroup Image
« on: November 17, 2014, 08:05:03 pm »
Cool, added the code, only to pick what pic to add. Maybe a crown or something. Any suggestions?

Pages: [1]