Enej Bajgori?
Forum Replies Created
-
Thanks for reporting this. It seems that your PHP version doesn’t have that function. I will make sure to check for the existence of it in the next update.
Cheers
Forum: Plugins
In reply to: [Wiki Embed] [Plugin: Wiki Embed] Changing settings makes no differenceHi grahamjones
Can you tell me what version of Wiki-embed you are using? Try the latest one and let me know if you still have this problem.
Cheers
Forum: Plugins
In reply to: [Profile CCT] [Plugin: Profile CCT] Error activating pluginHi ghi07
Thanks for reporting this issue.
Can you explain a bit more. I think we removed the file webscraper in version 1.1.2 –I just tested it now and I didn’t have any problems. I think if you do a fresh install (delete the plugin and install it again) you should be good to go.
Cheers
Forum: Plugins
In reply to: [Profile CCT] [Plugin: Profile CCT] settingsHi Poyrazserver
1. That should be the case if you checkoff the “Enable public profile” under settings tab. To let the person to make it public you need to checkoff the “Publish profile” as well.
2. No, if you want that kind of functionality you might want to check of another plugin, like https://www.ads-software.com/extend/plugins/people-lists/. This plugin was created public profiles on multi-user WordPress installs.
3. Sorry, right now there is no such shortcode. it might be added in the future. If you want to contribute code feel free do a pull request from https://github.com/ubc/profile-cct
Thanks for reporting the bug. We currently don’t use the plugin Front-end Editor. So I don’t think we will try to fix it in the near future. But will accept a pull request.
Cheers
Hi Todd
The plugin comes with no default styling, if you want a particual tab style you should look at jquery ui https://jqueryui.com/themeroller/ and add some styles from there.
you can also try placing styling like this in to your css
/* =tabs -------------------------------------------------------------- */ .ui-tabs { padding:0; zoom:1; } .ui-tabs .ui-tabs-nav { list-style:none; position:relative; padding: 0; margin: 0; zoom:1; } .ui-tabs .ui-tabs-nav li { position:relative; float:left; border-bottom-width:0!important; margin:0; padding:0; } .ui-tabs .ui-tabs-nav li a { float:left; text-decoration:none; padding:1px 12px; background: #7491a3; /* Secondary Emphasis */ color:#FFF; margin-right:1px; } .ui-tabs .ui-tabs-nav li a:hover{ background:; background-color: #002859; /* Primary Emphasis */ color:#FFF; padding-bottom:8px; text-decoration: none; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected { padding-bottom:8px; border-bottom-width:0; } .ui-tabs .ui-tabs-nav li.ui-tabs-selected a,.ui-tabs .ui-tabs-nav li.ui-state-disabled a,.ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor:text; background: ; background-color: #002859; /* Primary Emphasis */ color:#FFF; padding-bottom: 8px; } .ui-tabs .ui-tabs-nav li a,.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor:pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */ .ui-tabs .ui-tabs-panel { padding:10px; display:block; border-width:0; background:none; clear:both; } .ui-tabs .ui-tabs-hide { display: none !important; }
I haven’t tested it but it should give you a head start.
Can you explain more about the not updating issue?
As you drag things around on the setting screen the settings should be saved automatically.
If you want to provide a fix for the issue feel free to submit a pull request here. https://github.com/ubc/profile-cct
Also we have written up some documentation on how to get started with the plugin here. https://wiki.ubc.ca/Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_Directories
Cheers
Forum: Plugins
In reply to: [Profile CCT] [Plugin: Profile CCT] Unterminated commentHi Araucaria
Please update the plugin.
We made a whole bunch of bug fixes.
For more inforation on how to use it you can visitThanks
Forum: Plugins
In reply to: [Profile CCT] [Plugin: Profile CCT] No acces to settingsHi selen58
Please updated the plugin, we worked really hard and there is a tun of bug fixed in this release. For information on how to use please visit
https://wiki.ubc.ca/Documentation:UBC_Content_Management_System/Managing_People_Profiles_and_DirectoriesCheers
Thanks for the Suggestions.
Forum: Plugins
In reply to: [Accordion Shortcode] [Plugin: Accordion Shortcode] Use Plug-in in codeSorry, but I don’t understand your question.
Forum: Plugins
In reply to: [Wiki Embed] [Plugin: Wiki Embed] AccentsHi Elenis
We are currently experiencing the same problem. If you figure out what is causing it please post it here.
This is not happening on our development environment but it is on live server.
Cheers
Hi ESB Media
Please take a look at your settings there should be a textarea box where you could type in urls. If there is anything in that box you could get that error.
This feature is intended for users who want to make sure that only certain sites gets loaded. for example only content from Wikipedia.
Cheers
Forum: Plugins
In reply to: [Wiki Embed] Content links on Wiki Embedded PageHi wowcoolstuff <– great user name by the way
I think what might be happening is that you are trying to load a very large page. This issue should be fixed in the new version of the plugin. I cheked the page that you provided and it seems to be working as expected.
Cheers
Hi Tevya
The theme is not under constant development any more. You can get more info and see how it works here.
Hi Brian & WR
I updated the plugin again.
I also added an option to disable the wysiwg edit because you there are other plugins that do the same job and we might not be able to support this plugin in the future.
install https://www.ads-software.com/extend/plugins/visual-biography-editor/ and add
define("PEOPLE_LIST_VISUAL_EDITOR", false);
to your wp-config.php file
Forum: Plugins
In reply to: [Wiki Embed] [Plugin: Wiki Embed] Formatting of image thumbnails and captionsThanks for reporting this issue.
Right now we don’t have any plans for supporting mobile devices.
Your issue could be fixed by changing the style on your mobile theme.Cheers