Hello Guest
No Avatar
Sign In to Remove

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.


Topics - agent47

Pages: [1]
Posts: 
62
Posted: January 23, 2012, 5:08 AM
Hey can someone help me modify my logo so that it blends in with the rest of the site properly. Below I've posted the .psd file and here's a link to my site to get an understanding of my site's environment. Please anyone feel free to make any changes, at the end of the day I just want it to blend in with the sites' environment. Also another important factor is that the edges should be smooth as you can notice currently it's kinda rough and since I'm total noob at PS I don't know how that can be fixed. I'll really appreciate the help.

Thanks in advance,
47

Download link to logo's .psd file
http://dl.dropbox.com/u/915297/Superhero%20Alliance%20v2.0/logo.psd
Posts: 
62
Posted: July 6, 2011, 8:34 PM
I was wondering if someone could guide me through into creating a nice and compact list of boards menu when rolled over the forum button on the navigation bar or better known as the tool bar.
What I mean is something like the image below:



Any help would be greatly appreciated.
Posts: 
62
Posted: July 4, 2011, 6:12 PM
Would some one be kind enough to re-write this to proper PHP language. Apparently it has been converted using a HTML > PHP converter. It works fine but I don't understand how to append SMF/Simple Portal functions like "sp_recent" etc when it's in this form so please help me out someone.......... Would someone also help me create arrays in the manner as shown in the screenshot below (the tabs are sorted out, it's just the content inside of the tabs that I need help with).



Here's the code I need help with re-writing:
Code: [Select]
echo "
    <script src='http://www.superheroalliance.net/SpryAssets/SpryTabbedPanels.js' type='text/javascript'></script>\n
    <link href='http://www.superheroalliance.net/SpryAssets/SpryTabbedPanels.css' rel='stylesheet' type='text/css' />\n";
 
echo "<div id='TabbedPanels1' class='TabbedPanels'>\n";
echo "  <ul class='TabbedPanelsTabGroup'>\n";
echo "    <li class='TabbedPanelsTab' tabindex='0'>Tab 1</li>\n";
echo "    <li class='TabbedPanelsTab' tabindex='0'>Tab 2</li>\n";
echo "  </ul>\n";
echo "  <div class='TabbedPanelsContentGroup'>\n";
echo "    <div class='TabbedPanelsContent'>Content 1</div>\n";
echo "    <div class='TabbedPanelsContent'>Content 2</div>\n";
echo "  </div>\n";
echo "</div>\n";
 
echo "<script type='text/javascript'>\n";
echo "<!--\n";
echo "var TabbedPanels1 = new Spry.Widget.TabbedPanels('TabbedPanels1');\n";
echo "//-->\n";
echo "</script>\n";
Posts: 
62
Posted: April 11, 2011, 12:42 AM
Hey guys,

I require some assistance with my site in implementing this jQuery animated menu as I'm a UTTER noob at coding regardless of what coding it may be.
Here's a link to what I need help with: http://www.shopdev.co.uk/blog/animated-menus-using-jquery/

Here's a pastebin of my index.template.php file | http://pastebin.com/4M5CDXUC

Would someone be generous enough to assist me with this please.
My site url: http://www.superheroalliance.net


Thanks in advance.
Pages: [1]