vBulletin ModsThe Official vBulletin Modifications Site
https://www.vbulletin.org/forum/showthread.php?t=249277 |
@snakes
under Style & Language Settings your Default Style is set to ? Default Style for Old Mobile Browsers is set to ? should be none Default Style for Modern Mobile Browsers is set to ? in your Forums & Moderators > forum manager >Style Options is set to ? these may affect the style and over ride things.. |
dart,
Any update on adding thread author or how to do it? Would be greatly appreciated. Thanks. |
Quote:
and replace with
|
Quote:
I tried the code above I am not sure what I did but I ended up editing it to this look bettter to me any way..
|
Works great...thanks man.
|
Real quick, how do I add it to the "New Posts" section also. Right now the thread author is only showing up within each respective forum. If you click New Posts, it still just shows latest poster...
|
search_threadbit template do the same thing
|
Sorry, could you elaborate? I get doing the same thing, but I already replaced it in the threadbit area. Where do I replace it now?
Thx in advance. |
Nevermind, think I got it. Thanks.
|
search_threadbit template
search for
and replace it with
|
Quote:
It also appears your forcing the mobile style or its your only style on your dev site, which i dont do, never have had that option on even when it was running 3.8.x In another test, it appears also that i cant change styles via the usercp, only via the quick change in the footer. Quote:
It is a test site, there are no modifications to forcing a style in specific forums, as i stated it happens on any link you click. |
@snakes - yes, I was using vbulletin's detection, which doesn't 'force' a style but it does pre-select the lightweight style for mobile devices, and allows changing to other styles after initial detection. I turned this off and the style no longer sticks (from my Nexus) as you reported - neither does vbulletin's style so I can only assume the issue is with vbulletin. It does 'stick' from my desktop browser.
I've questioned this behaviour on vBulletin.com |
I have two problems!
The Banner http://www.abload.de/image.php?img=img_0301nplfe.png The Football Game http://www.abload.de/image.php?img=img_0302u5x1k.png |
it doesn't support the football game, and you should choose smaller banners suitable for mobile devices only 320px wide for iphone
|
how can i smaller the banner for the mobile style?
|
I don;t know - ask your ad provider.
|
Quote:
|
Okay I replaced the mobilelogo.png file with my own reduced header.png. It still shows the Mobile header. What am I missing.
https://host261.hostmonster.com:2083...eurl=&basedir= |
Quote:
|
Great style, installed. Dartho, are you available for a small chat via PM? (it's not a support issue don't worry :) ). I tried to PM you but your inbox is kinda full.
tnx! |
I just deleted a couple PMs
|
PM sent!
|
Just marking a milestone - this is now the most 'installed' style for VB4
|
Quote:
I'm about to update to 4.1.10 and notice a lot of stuff was changed that might affect styles. Is anyone running this style on 4.1.10 yet, and are there any issues with doing so? |
still running on the latest .. be sure not to update templates
after upgraded it will say there is a S-load of templates out of date .. do not revert them |
If you do update and get all those out of date template messages, to clear them you could edit and save each one without actually making changes or you could run the following query on your database:
UPDATE template SET version = '4.1.10', mergestatus = 'none' WHERE styleid=XX; change XX to the styleid number of the lightweight style and 4.1.10 to whatever the version number currently is. |
I just reverted them all to get rid of the alerts, then reinstalled the xml file.
|
Quote:
when im on the lightweight style, the url is, gamers-asylum/forum.php , which is fine. i click on any thread, i get this, gamers-asylum/forumdisplay.php , which is not correct? click the same thread on a normal theme you get this, "gamers-asylum/forumdisplay.php?4-PS3-Games", which is correct. any ideas why it is not showing the correct url. |
have you tried re-installling the style fresh?
|
yes, i removed all, then reinstalled,.
also removed again last night, updated to vb 4.1.10 then reinstalled and still no joy. |
No idea - If you give me admin access to your forum, I can have a look.
|
Quote:
thanks for the help. |
Unfortunately this won't work with vBulletin versions higher than 4.1.8, waiting for your update.
Thanks. Edit: sorry, forgot to upload the css php file after I installed the style, now it's working fine.. |
:o This mod is awesome. I did the stupid thing and forgot to upload a couple of files to my forum root but it has been working great with my Blackberry viewing my Forum. Great product and many thanks to Dartho. :):D:rolleyes::cool:
|
Quote:
all working now, and very good it is too. very impressed with the way you have helped out, so many would not!:up: |
We have a big forum with several areas like arcade or glossry. when this areas are accessed with this style, the style is messed up. Is it possible that this style only shows up, when the users surfs in areas this style is made for?
|
can anybody tell me if there has been any changes made to this when upgrading to vb 4.1.10? I had it working very well in vb 4.1.8, do I need to uninstall and reinstall the theme or add any certain codes to make it work or something?
|
Quote:
|
I really like the look of this.. am about to download it :D
|
Vbulletin has released the Jira fix for the style issue, this bug was discovered in 4.1.8, mobile users will be directed back to the default style.
http://tracker.vbulletin.com/browse/VBIV-13851 |
If you wish to make this change manually, edit init.php and
search for:
and replace with
and search for
and replace with
|
Quote:
|
Quote:
Kudos to you Dartho. Tremendous work and why I sent you some money like others should do. |
I have a question:
I'm on 4.1.5 and currently it does not display the register option, I was wondering if this is due to possibly a plugin conflict or a feature I'm supposed to enable but just overlooked? |
There is no regiuster option - I've yet to do the registration page (go direct to register.php and you'll see). You could easily enough add it in if desired...
|
Quote:
thanks |
Quote:
Anyway, after that fix it works great for me in 4.1.10. keep up the great work, thanks alot dartho :up: |
correct - that's a typo , fixed now
|
where do i find init.php?
|
it's a vbulletin file, located in the <forumroot>/includes directory
|
Just found out this:
In template FORUMDISPLAY you use this code:
Use instead phrase {vb:rawphrase post_new_thread} So that there is this code:
Problem is that my language (Croatian) is a bit more complicated than English and I know that this is similar with Spanish, German and many more of them. It is correct phrase for this button and it's much better to use it instead two phrases. |
this style produces a number of coding errors and warnings
some are a easy fixes .. pop your url in there http://validator.w3.org/ once you selected your mobile style youll have this at the end of the url "?styleid=4" < your style # will be in place of the 4 here ( meaning what ever number is assigned to your mobile style most errors are coming from the header template what seems to be open <imput> and <img> or they should be contained in <form> or something to make valid.. |
Dartho I am on version 1.0.0 on the latest VB 4.1.10, You mod has 63 template conflict merge things.
U'm im not really sure what to do, I don't know if I need to update, I don't know how to update and I made some custom changes didn't i (I doubt you remember as I don't lol). Can you tell me please how to update the style and how to keep the colours etc as i don't want to be faffing with that again. Thanks |
Quote:
|
1 Attachment(s)
Ok I reimported the style but one issue i am having is I can't post as a guest, although I have guest posting enabled.
Also what is this box on the left? See pic. |
Those with the "<br />" issue.
I have just spent an hour or so sorting this out and I think I have a solution. I think this only works if you have the lightweight style options hack as well. The issue: Reply to thread still uses CKEditor. If you switch the template back to a simple textarea, as it was before, the quote isn't passed. To fix: Copy the contents of template editor_toolbar_off to editor_ckeditor. This gives you the quote, but gives you all sorts of <br /> tags and other HTML stuff. This issue is caused when the user has the WYSIWYG set, so we need to turn that off in the mobile style. Add the following plugin: Product: Lightweight Style Options Hook Location: editor_toolbar_switch Execution order: 5 PHP Code:
Give it a whirl, seems to have worked for me. |
Thanks Mark, I'm pretty sure this was resolved in the latest version of this style after finding a fix (initially with a plugin like yours) and then with a template edit (plugin no longer required) which was put into the latest version.
Check this post: http://www.vbulletin.org/forum/showt...17#post2275317 |
Quote:
Admittedly I'm on an older version but none of the posted fixes worked correctly for me. I can't easily upgrade due to all the customising I've done. In the finish I found adding the plugin and then using the original (pre-CKEditor) version of the mobile style's newreply template has sorted it for me. |
Quote:
Edit the lightweight.css.php file, search for:
and add immediately above:
That should do it. I don't know how vBulletin's merge feature works - I've never had much luck with it. If you've customised templates it's best to note changes and reapply them. Best thing to do is install latest version as a fresh style and leave your existing one in place so you can reference it. The same applies for the lightweight.css.php file - this is where you would have made colour changes. |
Quote:
|
I think vBulletin will be fixing it in 4.1.11 ?
|
Quote:
I was wondering if it would be possible to add back a "mobile" adsense type thing Adsense Mobile Ad types here I was also wondering if it was possible to put the option to go the Lite style at the top of the page on the standard layout so it is possible to switch between full and lite without having to fish in the styles drop down at the bottom. The reason I ask this is because there are times when I use this style on my laptop/computer. Having a low bandwidth version is brilliant if you are stuck on dial up or using an overcrowded WiFi network. Wonderful work thank you:) |
dartho
I test most everything with this site http://validator.w3.org can you review and confirm the changes made are good thanks dartho if all checks out, could you please add to your nexted version if you release one when I ran this skin through that site there was 14 Errors, 3 warning(s) you can run your site as well .. need to make sure changing to the style you use that address with the Example-->"?styleid=6" at the end of the url so it does not read the default style with the fixes I did to these 2 template This document was successfully checked as XHTML 1.0 Transitional! Passed header template 1st the changes I made here where
to
and changed
to
also in the navbar template all the
I added a / at the end changed template
|
@F&R - There's nothing to stop you adding Ads in - the ad hooks etc are all there. I'm pretty sure you can just paste in the code you receive from Google
re: Full Site link - if you have a drop box, I assume you have the 'Options' addon installed? IN which case you should be able to select the option to have a link in the footer rather than a dropdown box |
@Hippy - Thanks. I closed off those input tags as well as some img tags in other templates. As for the script, rather than change it, I simply added comment codes insode the <script> tags:
as I wasn;t sure if the code changes would affect functionality. At one stage in t he distant past, I think the original version of this style was XHTML Strict, but I got lazy over time :o |
welcome
yes I remember some img tag but i forgot where they where .. that was a different day I was testing and forgot to mention it here since I did forget about them.. I wasn't sure what the a&&a ment all I could come up with was &alt; I i could not come up with anything in a search .. but I did find this http://stackoverflow.com/questions/7...for-var-i-in-a this is why I change that code.. keep me posted bud and again thanks for the fantastic mobil (better that vb's "IMO") style ;) if you comment out the script will the image still resize I test what I did and they still do.. if thats what it's for.. |
Quote:
|
Quote:
On the ads stuff, ok great, I will have a play. I do have one more problem. On my windows phone 7 it displays fine and when I change pages, the lightweight style is still in force. However on an iPhone and on a Nokia Xpress Music, when you change page (to go into thread for example) it reverts to the desktop style. I have uninstalled the style and the options and then reinstalled them, cleared system cache and updated styles. The users have cleared their caches and logged in again, but it still reverts to the desktop style when you change pages. Any ideas? As I said my Windows Phone 7 behaves as expected, iPhones don't. |
@F&R - Try editing the headinclude template and removing the line
In regards to link - try editing the header template in your default style, search for:
and add the following immediately before it:
that what type of thing you are after? |
Quote:
|
search headinclude template for
and replace with :
this is an optimised version of the above code block you can use instead (optimised for size) I should probably move it to an external file so that browsers can cache it
|
Quote:
The style not sticking apparently is a known issue due to be fixed in 4.1.11 but will give your fix a go first, might be easier. but it's 11.30pm here so time for bed. Night and thanks for the help. |
not working @ 4.1.10
|
Quote:
my headerinclude it
|
@ Hippy, Could you please list / put all your and moof's edits currently required in one new post with instructions and everything? So we all can use that until vBulletin 4.1.11 fixes these issues. It should also make it easier for Dartho to update his style and make the necessary changes.
I have also had someone work on my mobile styles Homepage(as in the CMS home) and to be honest it looks very decent now, I will post my edits soon so some of you can get the cms home page working with your mobile style. :) |
Hi Dartho
your suggestion to remove <base href="{vb:raw vboptions.bburl}/" /> from the headinclude didn't work I'm afraid. there is this vBulletin bug which has a fix, but I am unsure where to implement it in your code or even if it applies! Thanks for the header idea, I have since moved it down into some white space where pudgy fingers on a small screen can hit it without zooming. |
Quote:
http://www.vbulletin.org/forum/showt...99#post2289299 |
My bad, I was searching in templates, forgot to read the instructions.... :) Works now, ta muchly!
|
not working on 4.1.10 saying its only for 4.1.8..:(
|
Quote:
|
working 100% with all versions including vb4.1.10
|
My users are really enjoying this :) Some of them however still want to use the "PC Style". When they select this the style changes, but upon their next selection it reverts back to the mobile version. Any way to change that behavior?
|
Quote:
I don't even see pc style on mine but I know this it what dartho says will fix it a couple posts back |
It also shows an "Invalid File Specified" message when trying to install this style on vB4.1.10, any idea why?
Thanks! |
clear your browser cache and download again and make sure you are using style manager, not product manager
|
Ups! Sorry, I just used the product manager. Now it works.
thanks! |
Quote:
Basicly if they switch over the the "Full Site" they cant stay logged in> :\ Get the thank you for logging in and everything but when the return to the forum.php they are logged out. |
Are you saying this change to init.php does that?
|
No one said anything until I did it..
Either that or no one noticed till recent.. Either way it is happening tested this morning :\ |
Those changes to init.php are direct from vBulletin to fix a vBuletin bug - nothing to do with me as such. Try reverting the changes and see what happens then.
|
Dartho for some reason I am having trouble with this style and another mod ESB - http://www.midwiferyonline.co.uk/forum.php?styleid=8
I don't get why the sidebar is showing up in the mobile style..? |
Mods will generally apply to all styles, plugins don;t discriminate. If you have this sidebar mod http://www.vbulletin.org/forum/showthread.php?t=233871 it apparenly has options to disable it within certain styles. Otherwise, link me to which one you are using.
|
Yep that's the one I have but the gold version. I'll have a look through the options now to see if I can find it.
|
Ah lovely, I've done it. Ta
|
dartho..........................
Just wanted to shout out here and thank you once again for the great style (kills vb's ) :) and your great support... |
My Iphone doesn't detect this style when viewing in safari? How Can I get this to be enabled on all mobile phones but exclude the ipad?
I only want users to use this style or use my tapatalk app. I really don't want any mobile phones viewing the desktop version of my site as its is just not configured for phones. Also did you manage to include the CMS? I know you talked about it quite a while back. |
WHat are you using for detection? There are bugs with teh detection side of things under the last few versions of vBulletin 4. vBulletin's fix for this is a previous page http://www.vbulletin.org/forum/showt...99#post2289299
CMS is not straight forward as far as I can tell - go back a few pages and you'll find an attached CMS style you can try out (in a test style or site! - Not live ) |
I have no idea what I'm using for detection.. Lol.
I originally installed this style like a year ago, so I can't remember what I've done but just recently deleted the style as I originally merged the newesy with the oldest and it screwed up. I have just reinstalled the latest style. What detection script should I be using? (Will have a look at that link now). ty |
Nowadays I generaly tell people to use vBulletin's built in one - then I don't have to support it :)
|
Quote:
I wish I had the time to customize it the way I want it... |
All times are GMT. The time now is 17:39. |
Powered by vBulletin® Version 3.8.14
Copyright © 2023, MH Sub I, LLC dba vBulletin. All Rights Reserved. vBulletin® is a registered trademark of MH Sub I, LLC
Copyright ©2001 - , vbulletin.org. All rights reserved.