Support Forum
yeah, so let us finish the template tag conversion and see if its better for you... you could always write a separate plugin to do exactly what you want... hoping to see lots of user spawned plugins coming with 5.0... Andy is on vacation for another couple weeks then we have a big 2 week push to get to beta... and the template tag plugin should be done before beta...
will look forward to the overlay...
any chance you could relay your experience creating an overlay? was it fairly simple? did we give enough info and tools?
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
yeah, so let us finish the template tag conversion and see if its better for you... \\
Sounds like a good idea for now. I will leave as is until there is an update.
any chance you could relay your experience creating an overlay? was it fairly simple? did we give enough info and tools?
It all depends on how someone does things. If I would have to say if it was simple then no. I doubt anyone without a lot of knowledge on how php and css files work, would ever be able to create their own overlay.
Also, from what I can see there is no easy way to preview any changes you may make in the overlay. Even when it comes to the 'stock' provided ones. You have to select and save it then go to the site to see what it looks like. Something that's not good to do on a very active site.
agree. one should not be developing a theme or overlay on an active site...
and the goal with overlays was to make it easier to change up the colors than having to create a whole new theme... I hope we got there...
but yes, if you do not have knowledge of php and css, one would not generally be creating a theme for wp or sp... so that basic knowledge would be needed...
Visit Cruise Talk Central and Mr Papa's World
Lee H said
Haven't seen it, but good work on the overlay Brandon *insert thumbs up smilie here*
Sorry about hijacking my own thread with several different topics.
I will try and summarize the different things.
1) The latest post widget.
Changing line 37 in sp-recent-posts-widget.php from 'sp_recent_posts_tag' to 'sp_recentpoststag' will fix the php error and show the info. It will not accept any arguments though. To change the default arguments you have to change them here
function sp_do_sp_RecentPostsTag($args='') {
$defs = array('tagId' => 'spRecentPostsTag',
'tagClass' => 'spListTag',
'topicIds' => 0,
'orderByGroup'=> 0,
'limit' => 8,
'showForum' => 1,
'showUser' => 1,
'showAvatar' => 1,
'avatarSize' => 25,
'avatarClass' => 'spAvatarTag',
'showDate' => 1,
'showTime' => 0,
'niceDate' => 1,
'listTags' => 1,
'listClass' => 'spListItemTag',
'linkClass' => 'spLinkTag',
'echo' => 1
);
in sp-RecentPosts-tag.php
If the line 37 error could be fixed for future updates then, even if you lose the hard coded args, at least it wouldn't error out if someone overwrites the tag files.
2) The error log, from the original post here.
I am still getting the notice but am not seeing any real issue from it so I won't worry about it unless you care to try and debug or something.
3) My WordPress theme uses a similar color overlay. See attached on how they show them. Maybe something like that would work for Simple Press?
yes, sorry I wasnt clear... was just trying to get rid of the error message...
We have played with some ideas on the color overlays preview, including something like that... Andy still wants 'swatches' for a preview, so a chance something will make it in before release...
if you wanted to work up a patch, that might push it along...
Visit Cruise Talk Central and Mr Papa's World
I am getting the following error showing up in the error log:
file: /simple-press/forum/profile/forms/sp-form-overview.php
line: 79
function: Unavailable
Notice | date_default_timezone_set() [function.date-default-timezone-set]: Timezone ID 'UTC 0' is invalid
Is this a problem?
I looked there because just briefly as I entered the forum the words 'Database Error' came up in big letters on the top of a blank screen without any further reference or text.
shouldnt be a problem like you say - might be left over from issue while back... but can you go to your sp profile, options, display options and select your proper timezone?
Visit Cruise Talk Central and Mr Papa's World
and what have you selected for your timezone on your sp profile? the
options tab, display options menu...
Visit Cruise Talk Central and Mr Papa's World
and what have you selected for your timezone on your sp profile? the
options tab, display options menu...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)