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 - Arekay

Pages: [1] 2
1
That's a good point, thanks!

With the large role CSS plays in SMF2.0, a lot of things can be done with CSS, unlike in the version that SMFForFree uses, I just keep forgetting about it.

2
Suggestions / Re: Favicon
« on: March 01, 2011, 02:38:27 am »
Even if you save it in a different location and just include a call for it in the head of the main site?

That way the Favicon wouldn't be in the root directory of the site, I could also get you a version that doesn't need any file at all.

3
Suggestions / Favicon
« on: February 27, 2011, 03:28:23 am »
I'm not sure if it is just my browser, but the main page and the support forums doesn't have a favicon, with is an easy way to add to the look of the site.

I made a favicon out of one of the pictures on the main page, you can use it if you don't want to create a new one.  I attached it to this post.

4
General Support / Re: EZ Portal
« on: February 10, 2011, 10:46:50 pm »
Okay, I thought there was one in SMF For Free, but I must be remembering incorrectly

5
Create a Forum Codes and Support / [Code] Add Dropdown list to Menu Buttons
« on: February 09, 2011, 08:43:06 am »
This code will add a dropdown list to the menu buttons that don't already have one.



This code utilizes jQuery, please use the latest version found in this thread: http://support.createaforum.com/5/jquery-v1-8-update/
Footer:
Code: [Select]
<script type="text/javascript">
   /*Created by Arekay www.symtaxnet.tk*/
                if(document.getElementById("button_PLACE")!==null) $("li#button_PLACE").append("<ul><li><a href='LINK'><span>TITLE</span></a></li><li><a href='LINK'><span>TITLE</span></a></li>/*EXTRA*/</ul>");
</script>

Relplace PLACE with which button you want:
  • Home= home
  • Help= help
  • Search= search
  • Arcade= arcade
  • Logout= logout
  • Login= login
  • Register= register
Replace LINK with the link you want

Replace TITLE with the text that will show in the dropdown list

If you want more than two links, Replace /*EXTRA*/ with
Code: [Select]
<li><a href='LINK'><span>TITLE</span></a></li>
Preview at http://www.syntaxnet.tk/, look at the Help and Arcade tabs

6
Bugs / Group Images
« on: February 09, 2011, 03:17:31 am »
The Images in View membergroups are broken,  they try to access http://forumname.createaforum.com/Themes/default/images, instead of http://images.smfboards.com/ranks

7
This code will remove the "(Moderators: ...)" on the board index



This code utilizes jQuery, please use the latest version found in this thread: http://support.createaforum.com/5/jquery-v1-8-update/
Footers:
Code: [Select]
<script type="text/javascript">
/*Created By Arekay www.syntaxnet.tk*/
$("p.moderators").hide();
</script>

8
General Support / EZ Portal
« on: February 08, 2011, 06:43:42 am »
CAF, did you forget to put a uninstall esPortal link in?

9
Suggestions / Google Webmaster
« on: February 08, 2011, 05:44:03 am »
A great addition to Create A Forum would be a place to put a Google webmaster verification

10
Bugs / Re: Arcade
« on: February 06, 2011, 08:19:31 pm »
Its fixed, thank you!

11
Bugs / Re: Arcade
« on: February 06, 2011, 08:16:22 pm »
Now, submiting does something, but still doesn't work, it brings up this message:
 
An Error Has Occurred!
Score was not saved because session is missing

12
Bugs / Re: Arcade
« on: February 05, 2011, 12:26:02 am »
I'm pretty sure I do, and Im the Admin and it is still not working

13
Bugs / Re: Arcade
« on: February 05, 2011, 12:17:00 am »
Yeah, I just played avoider 3 times

14
Bugs / Re: Arcade
« on: February 05, 2011, 12:14:28 am »
apf.createaforum.com

15
Bugs / Re: Arcade
« on: February 05, 2011, 12:11:46 am »
Every single game I play, there is no reaction when submit score is pressed.

Some of the games are:
Fruitdrop
Monster Hatch
Karts
Breakout V2
Wormescape
Invaders

Pages: [1] 2