Reply
Latest blog post
Old 09-14-2006, 03:36 PM Latest blog post
stOx's Avatar
Machine

Latest Blog Post:
Worlds Smallest Car - Peel P50
Posts: 2,114
Name: Matt. (>',')>
Location: London, England.
Have the latest blog sections in posts dissapeared?
When i make a post it displays it, But then if i refresh the page it dissapears.

I also can't see any latests blogs in anyone elses posts.
stOx is offline
Reply With Quote
View Public Profile Visit stOx's homepage!
 
When You Register, These Ads Go Away!
Old 09-14-2006, 07:16 PM Re: Latest blog post
Christopher's Avatar
Iced Cap

Posts: 3,111
Location: Toronto, Ontario
I see blog posts, but logged out I do not... I am checking into this now.

I found the issue, will be resolved shortly.
Christopher is offline
Reply With Quote
View Public Profile Visit Christopher's homepage!
 
Old 09-14-2006, 08:05 PM Re: Latest blog post
Christopher's Avatar
Iced Cap

Posts: 3,111
Location: Toronto, Ontario
There, this should be fixed. Was an issue to do with permissions and not allowing to view hidden profile fields.
Christopher is offline
Reply With Quote
View Public Profile Visit Christopher's homepage!
 
Old 09-14-2006, 08:30 PM Re: Latest blog post
stOx's Avatar
Machine

Latest Blog Post:
Worlds Smallest Car - Peel P50
Posts: 2,114
Name: Matt. (>',')>
Location: London, England.
Yeah looks to be working

you guys are quick!
stOx is offline
Reply With Quote
View Public Profile Visit stOx's homepage!
 
Old 09-21-2006, 01:25 PM Re: Latest blog post
sizzler_chetan's Avatar
Ultra Talker

Posts: 416
Name: Chetan
Location: India
Just wanted to ask, where in the admin panel, can we edit this setting of viewing hidden profile fields?

I have the same thing in my forum and same problem.
Hope to get some help
sizzler_chetan is offline
Reply With Quote
View Public Profile Visit sizzler_chetan's homepage!
 
Old 09-21-2006, 02:30 PM Re: Latest blog post
Christopher's Avatar
Iced Cap

Posts: 3,111
Location: Toronto, Ontario
Quote:
Originally Posted by sizzler_chetan View Post
Just wanted to ask, where in the admin panel, can we edit this setting of viewing hidden profile fields?

I have the same thing in my forum and same problem.
Hope to get some help
It's not an option, actually. You need to create a new plugin. When the fields are hidden and you do not have permission to see them (ie. regular members) then vB adds some SQL to the query that makes them all blank ('' AS field10, '' AS field11 etc etc). To reverse it, I just created a plugin that removes this extra bit of SQL.

For example:
PHP Code:
$vbulletin->profilefield['hidden'] = str_replace(", '' AS field10"''$vbulletin->profilefield['hidden']); 
Inside of the showthread_post_start hook.
Christopher is offline
Reply With Quote
View Public Profile Visit Christopher's homepage!
 
Old 09-22-2006, 11:49 AM Re: Latest blog post
sizzler_chetan's Avatar
Ultra Talker

Posts: 416
Name: Chetan
Location: India
Thanks for the help

As st0x said, you guys are quick
__________________
The WWW Blog - A complete web information blog
sizzler_chetan is offline
Reply With Quote
View Public Profile Visit sizzler_chetan's homepage!
 
Reply     « Reply to Latest blog post
 

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off


Webmaster Resources Marketplace:
Software Development Company | Webhosting.UK.com | Text Link Brokers 


   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML

 


Page generated in 0.16445 seconds with 12 queries