![]() |
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: Code:
elseif ($mobile_browser_advanced && $vbulletin->options['mobilestyleid_advanced'] && !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle']) Code:
elseif ($mobile_browser_advanced AND $vbulletin->options['mobilestyleid_advanced'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'userstyleid']) Code:
elseif ($mobile_browser && $vbulletin->options['mobilestyleid_basic'] && !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle']) Code:
elseif ($mobile_browser AND $vbulletin->options['mobilestyleid_basic'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'skipmobilestyle'] AND !$vbulletin->GPC[COOKIE_PREFIX . 'userstyleid']) |
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: HTML Code:
<div class="titlebg">{vb:raw foruminfo.title_clean}<vb:if condition="$show['newthreadlink']"> So that there is this code: HTML Code:
<div class="titlebg">{vb:raw foruminfo.title_clean}<vb:if condition="$show['newthreadlink']"> |
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: PHP Code:
|
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: https://vborg.vbsupport.ru/showthrea...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: Code:
body Code:
.hidden {display:none;} 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:
|
All times are GMT. The time now is 10:30 PM. |
Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.
X vBulletin 3.8.12 by vBS Debug Information | |
---|---|
|
|
![]() |
|
Template Usage:
Phrase Groups Available:
|
Included Files:
Hooks Called:
|