ThemeForest

Electron - vBulletin Forum Skin

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
Apox Purchased

Will you add support for ads ?

Thats the only thing missing to make this theme perfect. Also can i ask you why you havent implemented it yet ?

Default-user

Standard ads should work, please send me the details (maybe with a screenshot) of what you want by email.

Default-user
Apox Purchased

Ye, sorry it was my ad block addon that caused it. All i saw was a white page. Sorry :)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 3-4 years
  • United Kingdom
qubed Purchased

Hi Mate -

Is there a way to give the sidebar blocks an avatar next to the person posting?

Currently this is what it looks like: http://i.imgur.com/V27fX.png

and this is what I’d like it to look like (the small image avatar of the using poster): http://i.imgur.com/CiLEk.png

Default-user

Hi, it is possible, but requires editing the templates and css. You can contact me via email by way of my profile, so we can discuss this further.

  • Bought between 1 and 9 items
  • Has been a member for 1-2 years
Apox Purchased

Will you do the CMS also in the future ?

Default-user

Maybe. It’s hard work, so I want more sales before I start to do the CMS .

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
RiSq Purchased

Hi – I’d also like to see the Avatars in the sidebar – it breaks up the text a little. Can you look at adding this into the download package as an extra for those that want it?

Thanks.

Default-user

Ok, I’ll add it in the next release.

  • Bought between 1 and 9 items
  • Has been a member for 3-4 years
RiSq Purchased

Nice one for releasing the update Crosailes – Glad to see you listen to feedback. It’s refreshing.

What are the chances of seeing a CMS design for this?

Additionally – what are your rates for custom work? I’d potentially like you to get on board with a project I am working on.

Default-user

I am working on CMS …

  • Bought between 10 and 49 items
  • Has been a member for 1-2 years
  • Referred between 10 and 49 users

Can you make another for vbulletin 3.8.7? Too many people use vb3.8.7 like me and we will buy it me 1st

Default-user

No, I’m sorry.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years
momdot Purchased

I did not see any instructions on how to install this.

Default-user

Instruction in the ‘documentation’ folder.

  • Has been a member for 0-1 years

HTML when produced, please notice the first time I purchased

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Can you upload a screenshot of the CMS beta?

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Thank you for your reply. I purchased the theme but am having trouble getting the cms beta template to work. How do you install it?

Also, do you have a grid layout or can you send me how you made your cms look like that?

Default-user

- Download the CMS style, separately (link on Item Details tab)
- Install cms.xml, in exactly the same way as Blogs.xml (read documentation, Installation Step 2)
- In the Grid Manager > Add New Grid > select “2 Columns (66/33)”
- In the Layout Manager create layout, add widgets…

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

Well, I don’t really like the color, can I change it?

Thanks. :)

Default-user

Only by manually editing CSS and images.

  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

Any chance you’re thinking of making this VB 5 compliant?

Default-user

No. (but i’ll make other styles for vb5)

  • Bought between 10 and 49 items
  • Exclusive Author
  • Has been a member for 1-2 years
  • Referred between 1 and 9 users
  • Russian Federation
  • Sold between 5 000 and 10 000 dollars

a russkii yazik est? interesnaya tema… very nice item =)

Default-user
http://www.zcarot.com/ – Russian language pack.
  • Bought between 10 and 49 items
  • Has been a member for 4-5 years

Do you accept custom modification for this theme?

Default-user

Please contact me via email through my profile, write in more details.

  • Bought between 1 and 9 items
  • Has been a member for 0-1 years

When I activate this theme half of the navbar links are dark colored and drop down menus are not showing any arrows. You can see it here www.facketsverige.se

I usually am able to find the CMS code but I could use a hand in this.

Thanks

Default-user

I need some time to provide compatibility with vB 4.2.1.

Try to change the “navbar_tabs” template, move the <vb:if condition=”$tab[‘children’]...> block up, inside <li> tag, should be like this:

<vb:each from="tabs" value="tab" key="tabid">
    <li<vb:if condition="$selected == $tabid"> class="selected"</vb:if> id="{vb:raw tab.name}">
        <a class="navtab" href="{vb:raw tab.url}">{vb:raw tab.title}</a>
        <vb:if condition="$tab['children'] AND $selected == $tabid">
            <ul class="floatcontainer">
                ...
            </ul>
        </vb:if>
    </li>
</vb:each>
Default-user

Ah, so it’s a compatibility problem. I’ll try your fix otherwise just wait =) Thanks for a quick reply.

Default-user

Read the comment below…

Default-user

Thanks a lot. This fixed it =) Much appreciated.

  • Exclusive Author
  • Russian Federation
  • Has been a member for 3-4 years
  • Referred between 10 and 49 users
  • Sold between 1 000 and 5 000 dollars

Quick fix for navbar. (vB 4.2.1)

- Revert to default “navbar_tabs” template;
- In the “vbulletin-chrome.css” template, remove “li.selected” from next lines:

.navtabs li.selected > ul > li > a {
.navtabs li.selected li a.popupctrl {
.navtabs li.selected li a.popupctrl:hover {
.navtabs li.selected li a.popupctrl.active {

should be like this:

.navtabs > ul > li > a {
.navtabs li a.popupctrl {
.navtabs li a.popupctrl:hover {
.navtabs li a.popupctrl.active {
by
by
by
by
by