 | |  | | | Classifieds Bug Reports Post any problems you may be having with Classifieds here. |
November 23rd, 2010, 08:12 PM
|
#1 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
| Design issue on VB 4.8
Hello,
As you mentioned, the issue you have is with an external classifieds application module. Its not in the vbulletin forums, cms or blog. I looked at it and looks like the application has its own css file which may need its own modifications. I couldn't check with default theme as there wasn't an option to change the theme.
Regards,
Ketan
Quote:
Originally Posted by jalmz_bf
Quote:
Originally Posted by Ketan
Hi,
Do you still have any issue with Element theme on your forums? I didn't see any issues on your site.
Regards,
Ketan
hi ketan, try to visit this page.. Main Index - Buy and Sell Biliran
thanks.. im using classifieds from photopost. they told me that the problem is my theme..
the vbulletin default theme has no error in the classifieds..
thanks
|
| |
November 23rd, 2010, 09:27 PM
|
#2 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,656
|
If your using a custom theme you may need to track down any issues when using the custom theme as when we develop the application we can only draw from what supported style released from vbulletin.
The one issue I see is your arrows are out of place so you might need to compare between the default theme and the custom style on how they do those arrows and see why yours are off. I dont use that custom theme so it really is hard for me to say anything here.
|
| |
November 24th, 2010, 02:48 AM
|
#3 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
|
Ok chuck,
just tell me where I can find the template of Classifieds vB3 Enhanced.
so that i can fix the styles by changing the class of the templates in Classifieds..
Thanks
|
| |
November 24th, 2010, 08:02 AM
|
#4 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,656
|
Jalmz all our templates are listed in your admin panel.
What your trying to change depends on what template you edit Main Index - Buy and Sell Biliran
That site has really no problems with the style its all centered around that arrow thing.
What I am suggesting is alot simpler than what your thinking probally. I do not use that style so I cant really tell you what to do but if I was to diagnose this if it was my site I would view my site in the default style it shows fine. Your new style shows fine with ONE EXCEPTION THAT ARROW.
Lets take the statspal for instance here is the code that displays that div Code: Content visible to verified customers only.
Now what happens if you edit the statspal template and change that line to this instead? Code: Content visible to verified customers only.
|
| |
November 24th, 2010, 08:16 AM
|
#5 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
|
Thanks chuck.. I appreciate your help..
|
| |
November 24th, 2010, 08:26 AM
|
#6 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,656
|
I am gonna go look for the vb4 variable for the buttons directory LOL
|
| |
November 24th, 2010, 12:03 PM
|
#8 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,656
|
The edit you did worked meaning you have the right button showing on that template but you did not delete the old code.
We are still back to what I have been saying about you seeing what the css changes between those styles are.
Reason I say this is if you look at the source code on PhotoPost you have this. Code: Content visible to verified customers only.
Now looking at your forum you have the html output like this Code: Content visible to verified customers only.
The whole entire css is totally different than the normal default vb4 css which is your issues. We are picking up colors because we code to the default vb4 style but your whole css class structure is different.
If you want to truly be compatible with that custom style you would need to change the template code to be similar to that new style output.
Last edited by Chuck S; November 26th, 2010 at 12:50 PM.
|
| |
November 24th, 2010, 06:46 PM
|
#9 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
|
Thanks chuck. i made it.. what about the pane? Code: Content visible to verified customers only.
|
| |
November 25th, 2010, 10:18 AM
|
#11 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,656
|
I do not know what about the pane means?
The template your asking about is feature template
As I have stated your theme is using all NEW CSS CLASSES that are not defined in a normal default vbulletin 4 and thats your issue here. There is really nothing we can do about this other than to suggest you redo your templates yourself. We obviously as a company can only support the normal classes and structure of vbulletin 4 which we claim to support. We code to that product. Your diving into the range of reasons why we do not support style integration with alot of forums. There is no standard css classes for the product. If this happens to vbulletin in the future it spells doom for any product trying to integrate with it.
|
| |
November 25th, 2010, 07:43 PM
|
#12 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
|
Ok ... same stand with vbstyles support..
Please Note
Support does not include custom code, custom template edits, or third-party modifications.
Questions that aren't specific enough and lack enough details may not see any response at all.
Being rude, demanding, entitled, bumping threads, mean will not solicit a faster response and has the opposite effect on our entire team's inclination to help out.
hahhayz..anyway thanks
|
| |
November 25th, 2010, 08:02 PM
|
#13 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,656
|
wow there response is kinda rude
well any edits I think to our template only involves that top portion of code on certain templates
My post on post 8 should show you what to replace on the top of your statspal template try that and see if that looks right for that block.
|
| |
November 25th, 2010, 08:04 PM
|
#14 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
| Quote:
Originally Posted by jalmz | I hope you can answer my query. about the templates.. Im not familliar with this template file and there is no manual.. so that I can fix all the css classes.. thanks
Last edited by jalmz; November 25th, 2010 at 08:13 PM.
|
| |
November 25th, 2010, 08:12 PM
|
#15 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
| Quote:
Originally Posted by Chuck S wow there response is kinda rude
well any edits I think to our template only involves that top portion of code on certain templates
My post on post 8 should show you what to replace on the top of your statspal template try that and see if that looks right for that block. | yeah.. hahayz.. i attached the file..
|
| |
November 26th, 2010, 12:52 PM
|
#16 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,656
|
Jalmz I cant really tell you explicitly what to do here with that custom style as we write our integrations with the default style but it looks like my suggestion worked.
I rewrote it a little to place your blocktitle outside the right align into the left so rework your stats template accordingly as I changed my code above a little for you
Templates you need to change that top part with arrows I beleive would be
categories,statspal,commentspal,feature,featurepal and maybe one or two others but off the top of my head the main ones with arrows are listed above.
|
| |
November 26th, 2010, 06:14 PM
|
#17 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
|
Thank you chuck.. the vbstyles also send me a support.. thank you again
|
| |
November 27th, 2010, 09:54 PM
|
#18 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
|
chuck what about Quick reply template?
|
| |
November 27th, 2010, 10:13 PM
|
#19 (permalink)
| | Photopost Developer Verified Customer
Join Date: Jun 2002 Location: Abingdon,MD
Posts: 71,656
|
thats easy the quickcom40 template
|
| |
November 28th, 2010, 04:21 AM
|
#20 (permalink)
| | Member Verified Customer
Join Date: Aug 2005
Posts: 155
|
Thanks chuck.. grrr.. spam spam. they attacking your forum..
|
| | |
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | | | | Thread Tools | | | | Display Modes | Rate This Thread | Linear Mode | |
Posting Rules
| You may not post new threads You may not post replies You may not post attachments You may not edit your posts HTML code is Off | | | All times are GMT -5. The time now is 08:52 AM. | |