• This forum has been archived. New threads and replies may not be made. All add-ons/resources that are active should be migrated to the Resource Manager. See this thread for more information.

Xenforo Wordpress Theme

Thanks.

Got this error:
Parse error: syntax error, unexpected T_ENDWHILE in C:\AppServ\www\xenforo\blog\wp-content\themes\xenpress\index.php on line 28
 
Hello D.O.A I had just the opportunity to install it. Right now I'm still configuring it, but so far I'm impressed. Thanks for this nice theme again.

I have some suggestions though: There are some fields needs translating, expecially for foreign users like me would it be possible to configure it so it can be translated via .po file ?

WP-PageNavi is quite populer among the plugins for page navigation, can you make a built-in feature for that plugin, is that possible ?

For future releases it would also very nice if the header navigation can be configured via an admin interface rather that editing directly through header.php. It would much easier if people could change the logo, adsense ans such via such interface.

http://www.onehertz.com/portfolio/wordpress/mandigo/ this theme is a very good example for that, maybe it can light up some perspective.

Note:

When access a post page I get this error with "Using Simple RSS" field:

Code:
Warning: include_once(/home/path/public_html/php/simplepie.inc) [function.include-once]: failed to open stream: No such file or directory in /home/path/public_html/portal/wp-content/themes/xenpress/single/single.php on line 48

Another problem: When I activate the proxy plugin and click on my username in profile it genereates a link like this:

http://www....com/portal/members/d-o-a.1128/

when it should this:

http://www....com/portal/members/laztrix/
 
Thanks for the input :)

I have some suggestions though: There are some fields needs translating, expecially for foreign users like me would it be possible to configure it so it can be translated via .po file ?

I'd have to look into how wordpress handles translation in the theme files, other then that you'd actually have to open the .php files and manually edit the lines where I've added text for now.
This looks interesting: http://www.catswhocode.com/blog/how-to-make-a-translatable-wordpress-theme

For future releases it would also very nice if the header navigation can be configured via an admin interface rather that editing directly through header.php. It would much easier if people could change the logo, adsense ans such via such interface.

This is a function recently built into wordpress, something I need to investigate further ;)
http://codex.wordpress.org/Function_Reference/wp_nav_menu

I could possibly put a few ad spots and have it controlled in wp-admin under 'xenpress' or something, like custom options for premium themes. It's all a matter of me getting the time to do this, and understand the functions etc.

Code:
Warning: include_once(/home/path/public_html/php/simplepie.inc) [function.include-once]: failed to open stream: No such file or directory in /home/path/public_html/portal/wp-content/themes/xenpress/single/single.php on line 48

I've left simplepie code in their by mistake as Iwanted to pull xenforo rss feeds, wordpress widgets suck.

Please read the instructions on tak79.com or this post
http://xenforo.com/community/threads/wordpress-3-bridge.5398/page-13#post-118352

how to enable simplepie feeds or remove the block of code from index.php.
The error you are getting means there is no folder called 'php' containing simplepie.inc in root.

Another problem: When I activate the proxy plugin and click on my username in profile it genereates a link like this:

http://www....com/portal/members/d-o-a.1128/

when it should this:

http://www....com/portal/members/laztrix/

This is because I've hardcoded the links, in other words for the moment you must open header.php, edit and point to the places you need to. With this proxy add-on, I'm not sure how it works (haven't seen that one yet) or how wordpress can link your forum profile without some type of specially crafted link, for you, your users and guests.

:)
 
Thanks D.O.A, I'll follow this thread for further updates. This is indeed a theme with good potential and I'm sure with time it will become complete :)

Have you looked into my other suggestion about Wp-PageNavi ? Currently the blog has no navigation which makes it very hard to brows old content & pages.
 
Thanks D.O.A, I'll follow this thread for further updates. This is indeed a theme with good potential and I'm sure with time it will become complete :)

Have you looked into my other suggestion about Wp-PageNavi ? Currently the blog has no navigation which makes it very hard to brows old content & pages.

Thanks :)


<?php wp_pagenavi(); ?> and some CSS. Cool. Looks like another "to do" this weekend
 
For future releases it would also very nice if the header navigation can be configured via an admin interface rather that editing directly through header.php. It would much easier if people could change the logo, adsense ans such via such interface.

I decided these are a priority, so navigation dropdowns can now be done in wordpress admin. Still working on it, but almost got the hang of it now, just a few more functions I need to understand better :)

Capture.webp
Capture2.webp

The next version should have a hell of a lot more features ;)
 
Christmas/new years holidays kinda ate up my time (literally) but I'm back I'm back to working this out, will update soon as possible. One thing though Iwas having problems with the wp_menu system, works okay for drop downs but not for single links, and I'm not really looking to re-write the navigation menus again lol >:
 
update...

done
  • wp_nav_menu() support is done (create navigation drop downs/links from admin)
  • Admin xenpress options for adsense/ad spots/analytics code
  • heaps of css and theme fixes
  • 9 widget spots (so far)
  • 9 ad placement areas (so far)
doing
  • Translatable support.
  • Navigation stuff
  • heaps of css and theme fixes
wont be long now :)

admin.webp
 

Attachments

  • Capture.webp
    Capture.webp
    19.9 KB · Views: 7
  • Capture1.webp
    Capture1.webp
    55.3 KB · Views: 7
  • Capture2.webp
    Capture2.webp
    112.3 KB · Views: 7
I should have it done, well the next version anyway, by tomorrow. The translation support seems easy enough.
A lot of the padding and margins got an overhaul so it all sits better now too.
 
I should have it done, well the next version anyway, by tomorrow. The translation support seems easy enough.
A lot of the padding and margins got an overhaul so it all sits better now too.

Definitely more sophisticated now. And the translation support is also very good news. I'll translate it immediately after you relase it :)
 
Also I've never made a wordpress theme like this before with a function file so HUGE.
******** this thing is a hamburger with the lot now.
 
Thank you for this style :)

But, i'am this error:
Code:
Fatal error: Call to undefined function get_header() in /home/xxxxxxx/public_html/forum/xenpress/index.php on line 7
 
Top Bottom