News:

Bored?  Looking to kill some time?  Want to chat with other SMF users?  Join us in IRC chat or Discord

Main Menu

Vertex

Started by MLM, July 11, 2011, 01:10:01 PM

Previous topic - Next topic

MLM

Link to the theme


Another Theme release, Vertex.

Support::
Visit VisualPulse.net

Full of jQuery effects including a Nav Bar Dropmenu and a awesome Search Bar!

Including Social Icon settings in the theme settings. Easily turn on/off and change URL's.

My Themes:

My Mods:

Unsolved Threads:
  • None atm...

rocknroller


Crip

i like this one a lot. :)
I have become comfortably numb!


I remember my mother's prayers and they have always followed me.
   - Abraham Lincoln -



TOTM Winner. | Demo Site1on1 Theme Support

Jack_the_ripper

Greate theme but i've got a little problem.
i attached a picture and you will see the problem.

What is the sollution?

Jack

Robert.


redwraith

This is a super nice theme. One thing though, when I go into theme settings and set my forum width to 100%, it stretches the right side of the page. After noticing this I re-installed it on a clean install of SMF, and it still does it. Does this happen to anyone else, or is it just me? I'm using both Opera and Firefox.

MLM

Quote from: Jack_the_ripper on July 12, 2011, 09:32:09 AM
Greate theme but i've got a little problem.
i attached a picture and you will see the problem.

What is the sollution?

Jack

Sorry for late response, I thought I had watched this topic but whatever.

This will happen if you have too much stuff on your nav bar. You could decrease the padding(css) on the items to fit all of your stuff.

Quote from: redwraith on July 19, 2011, 11:58:12 PM
This is a super nice theme. One thing though, when I go into theme settings and set my forum width to 100%, it stretches the right side of the page. After noticing this I re-installed it on a clean install of SMF, and it still does it. Does this happen to anyone else, or is it just me? I'm using both Opera and Firefox.

uhhh works fine for me in chrome and firefox...

My Themes:

My Mods:

Unsolved Threads:
  • None atm...

żεχเ๏ภ

http://mainmedia.neg0.ca/blastbox/index.php

Yeah, slight problem. The bar gradient on "User Info" "Top Posts" "Who's Online?" etc on Simple Portal don't stretch far enough, what is the solution for this?

Thanks,
Jason

żεχเ๏ภ

Quote from: żεχเ๏ภ on September 05, 2011, 04:58:51 PM
http://mainmedia.neg0.ca/blastbox/index.php

Yeah, slight problem. The bar gradient on "User Info" "Top Posts" "Who's Online?" etc on Simple Portal don't stretch far enough, what is the solution for this?

Thanks,
Jason

Bump.

ARG01

Nice work, very clean.  ;)

Quote from: żεχเ๏ภ on September 05, 2011, 04:58:51 PM
http://mainmedia.neg0.ca/blastbox/index.php

Yeah, slight problem. The bar gradient on "User Info" "Top Posts" "Who's Online?" etc on Simple Portal don't stretch far enough, what is the solution for this?

Thanks,
Jason

Grab a copy of the portal.css file from the default themes css folder and place it in your current theme css folder.
No, I will not offer free downloads to Premium DzinerStuido themes. Please stop asking.

darcysarto

Hi, this a very nice looking theme. Having tried it out I found I could not get it to display my own logo, is there a reason for this? Also I have Facebook Connect mod installed and the login button went missing, would I need to re-install it?

żεχเ๏ภ

Quote from: ARG on September 07, 2011, 11:31:06 AM
Nice work, very clean.  ;)

Quote from: żεχเ๏ภ on September 05, 2011, 04:58:51 PM
http://mainmedia.neg0.ca/blastbox/index.php

Yeah, slight problem. The bar gradient on "User Info" "Top Posts" "Who's Online?" etc on Simple Portal don't stretch far enough, what is the solution for this?

Thanks,
Jason

Grab a copy of the portal.css file from the default themes css folder and place it in your current theme css folder.

Thanks a ton. +1  :)

Flavious

When someone logs in, we have the option to show unread posts. My users are screaming bloody murder because the "view replies to your posts" option is missing. How and where can I add that back in?

MLM

Quote from: Flavious on October 14, 2011, 11:07:08 AM
When someone logs in, we have the option to show unread posts. My users are screaming bloody murder because the "view replies to your posts" option is missing. How and where can I add that back in?

Uhh all you have to is add "?action=unread" to the url to index.php to get there. Or just add a link where ever you want with it.

Ex:

<a href="', $scripturl ,'?action=unread">View Unread</a>

My Themes:

My Mods:

Unsolved Threads:
  • None atm...

Flavious

Quote from: MLM on October 14, 2011, 04:15:39 PM
Quote from: Flavious on October 14, 2011, 11:07:08 AM
When someone logs in, we have the option to show unread posts. My users are screaming bloody murder because the "view replies to your posts" option is missing. How and where can I add that back in?

Uhh all you have to is add "?action=unread" to the url to index.php to get there. Or just add a link where ever you want with it.

Ex:

<a href="', $scripturl ,'?action=unread">View Unread</a>


That's the same thing thing that is already there. The theme contains a link to Unread Posts. I need the link to "Show new replies to your posts"

MLM

Quote from: Flavious on October 14, 2011, 04:42:34 PM
That's the same thing thing that is already there. The theme contains a link to Unread Posts. I need the link to "Show new replies to your posts"

Sorry misunderstood. In that case just use this: "?action=unreadreplies"

My Themes:

My Mods:

Unsolved Threads:
  • None atm...

Matthew K.

To anyone using this theme, it contains undefined errors out of the box, and depending on your settings, you will have continued problems using it.

Here is the fix, for anyone interested.

./Themes/Vertex-Theme2-0/index.template.php
Code (Find) Select
if($settings['social_icons_present'])
{
echo '
<a class="social_icon floatright" target="_blank" href="', $settings['social_icon_facebook_url'] ,'">
<img src="', $settings['images_url'] ,'/vertex_image/social_facebook_icon.png" alt="" />
</a>
<a class="social_icon floatright" target="_blank" href="', $settings['social_icon_twitter_url'] ,'">
<img src="', $settings['images_url'] ,'/vertex_image/social_twitter_icon.png" alt="" />
</a>
';
}

Code (Replace) Select
if (!empty($settings['social_icons_present'])) {
                        if (!empty($settings['social_icon_facebook_url']))
                            echo '
          <a class="social_icon floatright" target="_blank" href="', $settings['social_icon_facebook_url'] ,'">
                         <img src="', $settings['images_url'] ,'/vertex_image/social_facebook_icon.png" alt="" />
          </a>
                            ';
                        if (!empty($settings['social_icon_twitter_url']))
       echo '
                                <a class="social_icon floatright" target="_blank" href="', $settings['social_icon_twitter_url'] ,'">
          <img src="', $settings['images_url'] ,'/vertex_image/social_twitter_icon.png" alt="" />
            </a>
                            ';
}


Enjoy! :)

MLM

Fixed the issue, Overlooked because I did not think someone would turn on the setting if the fields were blank.

Go download v1.1

My Themes:

My Mods:

Unsolved Threads:
  • None atm...

Matthew K.

Expect the unexpected :)

Adrek

Great theme :)
There's still one hard coded text in index.template.php:
<a href="', $scripturl ,'?action=login">', $txt['vp_login'] ,'</a> or <a href="', $scripturl ,'?action=register">', $txt['vp_register'] ,'</a>

;)
Polskie wsparcie SMF na simplemachines.org

the simplest solution is most likely the right one

Advertisement: