The top of the post says "WeBid Version: 1.0.3, 1.0.2, 1.0.1, 1.0.0" so I don't think it will work in version 1.1.0 since there have been a lot of changes. I would not recommend trying it, but if you do, please back up your files first.
RE: Version 1.0.3 I tried it on 1.1.1 and it worked allright. So maybe itll work with a lower version. Great theme.
mvmod in wbcolors Hi all at long last im gonna try and sort out the no auctions on the frontpage in this theme and what i would like to know is what is the mvmod.tpl and its purpose,when i find this out i may be able to start sorting the code out. Moderator note: This conversation is related to a specific Mod theme and should be followed up in the theme's thread rather then starting another thread for it out of context and without reference to the mod itself. I have moved it for continuity.
I take it you mean multiple_views_mod.inc.php in wbcolors theme. It does the filtering for how many items to show on the home page and how to sort the items out. These filters are selectable on the home page.
Hi pani100 no there is a file called mvmod.tpl it may be linked to the multiple_views script idk but i am hoping the mvmod is a script that controls featured items on frontpage as i have never got mine to work even when i tick the featured box.
Hi bid4bikes, as I said, the mvmod.tpl is used to show the contents of the filtering results in the home page. This is how it works: In index.php we include the php file : $include_path . 'mods/multiple_views_mod.inc.php'; This does the processing for the filtering options (or default selections if non selected). Then in your home.tpl we have: HTML: <div class="content_items"> <ul class="display" style="background-color:{mvmod.BGCOLOUR};"> <!-- INCLUDE mvmod.tpl --> </ul> </div> The " INCLUDE mvmod.tpl " displays the results of the filter processing. In the theme home.tpl there is no script to actually show featured items. The featured items will be processed in the index.php but you need to add some script in the home.tpl to actually display the results of that. It has been removed from the home.tpl. To display featured items in index.php you would have to add in the home.tpl something like HTML: <!-- BEGIN featured --> <div style="float:left;display:block;width:180px;margin:5px;background-color:#FFFEEE;border:#CCCCCC 1px solid;padding:5px;min-height:150px;"> <div style="display:block;" align="center"><img src="{featured.IMAGE}"></div> <div style="display:block;" align="center"><a href="{SITEURL}item.php?id={featured.ID}">{featured.TITLE}</a><br>{featured.BID}</div> </div> <!-- END featured --> Similar you would need to add scripts in the home.tpl for hot items, ending soon or latest auctions. These all have been removed in the theme's home.tpl as it uses a filtering system and only displays that. The processing for all the above is still carried out in the index.php, they are just not displayed anywhere in the home.tpl
registration when someone registers, they get the email to click and it should send back to the site as registered, but it goes to the site and then nothing happens http://www.whysogrim.com/GoBid/ PLEASE HELP
Hi zandory, It looks like some js files are not loading correctly http://www.whysogrim.com/GoBid/includes/calendar.css and http://www.whysogrim.com/GoBid/js/jquery.dimensions.js These are missing and they are causing the script to fail loading correctly maybe. Also what errors are you getting in error log?
note to tom527103 I have moved your post again to CLICK HERE you have installed BRITE THEME NOT COLORS
registration problem i am having is i accept terms and conditions form button is not showing any fix for this ?
I think he had a different theme when he was asking for help the first time. It was the bright theme before I think. I saw it. It's been changed.
I just signed up on your site an activated my account. It works fine. What problem are you having? Everything looked good to me. Maybe it's a browser issue? See my account. HomerSimpson. If you don't mind. Please delete that account. I was just testing it to see if it worked. I don't want my info on your page.
Yeah he changed the theme david he was using bright theme when he first asked for help but called it colours in his post hence me getting mixed up and moving his posts HERE. After me replying telling him to check the Compatible WeBid Versions at the top of any mod or theme page and that Bright theme was not made for 1.1.1 it was for an older version of WeBid he has changed it for a theme I know works on 1.1.1
I can't see any item thumbnail images on my home page with the WB Colours theme. I checked my Google Console and it seems maybe 2 .js files are missing. Here's the errors I am reading. Failed to load resource: the server responded with a status of 404 (Not Found) /js/jquery.dimensions.js Uncaught TypeError: Cannot read property 'replace' of undefined /themes/WBColors/js/jquery.imgpreview.js It's very weird when I ran a search in the Webid Github because on the: includes/checks/files.php page around Line 445 that this is listed. 'jquery.dimensions.js' => '47c86e764c9d5dec1a2929f06cd7464a', Is there a jquery.dimensions.js file somewhere on Webid? I did try to run a search for the jquery.dimensions.js file in this forum but, I didn't see but, only one result and it didn't help me. I'm too lazy to go through this whole thread. Can someone give me a quick walk-through to get mine working properly please or share the two .js files I need?